How do I make the spawn points in my obby in order? I want the player to spawn on the first spawn point and only spawn on the other ones once they get to that stage but when the player joins the game just chooses a random spawn point for them. How do I fix this?
1 Like
Watch a tutorial on Youtube or on the official tutorial website, the forum is more for personalized questions, not the most basic of all. I bet there are hundred of tutorials about this.
1 Like
Make a folder, called Stages
, and put there all your SpawnPoints
[ name them in numbers, from 1 ].
And check for each of them, when the player steps on it, it’d increase his stat ‘Stage’ by 1.
Make sure when he dies, spawn/tp him to that stage[thats why it’s easier to name the stages in numbers].
4 Likes
Create different spawn points for every level.
Then script it to spawn you at your team’s checkpoint once you have died. Hope this can help
1 Like