How to make an item that attracts players to your center of unit when used

How to make an item that attracts players to your center of unit when used

For example: I use an item and it pulls players to the center of the player that’s using

Loop through all players, set their rotation to a var, point them towards you, and then move them towards you, and finally set their rotation to the original one

1 Like

Can you write out the example

for all units in game
set var of selected unit to rotation of this unit
make this unit face triggering unit
(I'm pretty sure there's a move command idk what it is)
rotate selected unit to var of selected unit
2 Likes

something like this should work

2 Likes