Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a script go through 1 player at a time to go up to a stage?

Asked by 6 years ago

So I'm making a fashion game (like Fashion Frenzy) and I need to make the script choose 1 player at a time to bring to the stage/runway. Help? Yes, I have tried doing this myself and failed.

0
That will take time to make: Have a StringValue of the current player to be on the stage and teleport them to behind curtain, have a script doing MoveTo() on the players' humanoid to front stage and back, and then change the string value to the next player. thesit123 509 — 6y

1 answer

Log in to vote
-1
Answered by
Aorda 43
6 years ago
character.Humanoid:WalkToPoint()
0
but I need the script to choose 1 player, idk how to make it choose one at a time. IfIWasntSoSwag 98 — 6y
Ad

Answer this question