Roblox Studio Tutorials/New spawns

You will need new spawns for each level in your obby, but when you put multiple spawns, if you test your game a died, you will spawn at random positions. To prevent that, we needed teams. We can do that by click on the advanced section, then click on services, then select teams. We can add a new team by click on the plus sign by teams, then insert the object "team". Change the team color to whatever color you want and change the spawn you want to have that color in properties and change neutral to false and change TeamColorChangeOnTouch to true. Keep the lobby spawn neutral though, because the player is not going to spawn on the lobby spawn if you don't do so.