|
| 23 Dec 2013 11:49 AM |
I'm making a minigame game. I need to move every player with the :moveto command. How can I do this? Also, feel free to post other ways to move people to a place. Thanks!
~MariotheYT2013 |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Dec 2013 12:02 PM |
for i,v in pairs(game.Players:GetPlayers()) do if v.Character then v.Character:MoveTo(POSITION GOES HERE) end end |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2013 12:03 PM |
| Can I use a wait value in front of that? |
|
|
| Report Abuse |
|
|
| |
|