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

How do i make one player per spawn point?

Asked by 6 years ago
Edited 6 years ago

Hi guys i am trying to create a game where only 1 player per island.But the problem is,when i test the game with my friends,we all end up spawning altogether in the same spawn point. Please help! If any one wants to help me with my script,or expand it to make it work.Feel free to do so

Player.SpawnLocation = SpawnLocation[math.random(1,7)

If you would like to help,Please highlight any errors i made in the script.

0
You could put a boolvalue inside of each spawn, and witht hat script first check if the spawn has BoolValue == false, and then if so change it to BoolValue = true Nikkulaos 229 — 6y
0
I will try,Thanks! KawaiiX_Jimin 54 — 6y

Answer this question