#teleporting players in a list
1 messages · Page 1 of 1 (latest)
oh boy
- That's a lot of code to look through, only send code relevant to your issue
- use
else ifs when checking the arguments in that command. If its "join" then its not "leave" - use loops instead of copy-pasting a couple of lines repeatedly:
broadcast "starting in %11 - loop-number% seconds!"
wait 1 second```
4. the reason it's teleporting everyone slowly is because it's inside the `loop all players`. that code is being run once for player 1, then for player 2, and so on