Spawn location config

Hey everyone. Ive been creating games on roblox studio for a long time but I still don’t know if I can make my Spawn Location a main spawn, so even when I have multiple spawns I can set a main one so everyone who joins the game spawns on that spawn I selected to be main one.

1 Like

From what I know, There is no way for a specific spawn location to be set as “main”. What most people do is have one single spawn location as the main spawn and make every other “spawn location” parts. Then when necessary, the game teleport the player’s character to these other parts. The other solution is to use teams, which is not the greatest idea as its annoying to maintain and it gets in the way of the chat

1 Like

Player instances have a property called ‘RespawnLocation’. You can set this to the spawn location you want them to spawn and respawn on.

image

Thanks. I will try it but do I have to make them with scripting? Or with something else

Nah. The only scripting needed is to move the character to the parts position.