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

How do I make players spawn in a lobby and then go to a map, and then go back to the lobby?

Asked by 9 years ago

I'm making a game, and I've got maps, but I do not know how to make the players who spawn in the lobby go to the map when the round begins and then go back to the lobby when the round ends. Please help me. Thanks.

1 answer

Log in to vote
-2
Answered by
iLegitus 130
9 years ago

I'd suggest to spawn them inside the lobby,Place a SpawnLocation. To teleport them to the map you'd commonly use the MoveTo() function,Wiki link : http://wiki.roblox.com/index.php?title=MoveTo_(Function)

Even to teleport them back you use the MoveTo() function.

Ad

Answer this question