Hi there! As per the title says, how would I make something close to doors’s lobby for example. When you go into a round, it teleports you to a different place, if another player starts the same round it doesn’t teleport you to the round the previous player was in. Is it duplicating the places inside of the roblox game, and if so how would I do this?
TeleportService has a function to reserve a separate server for any number of players, under the same game. After that user TeleportToPrivateServer function using the ReserveServicer function’s server code that you just got.
ReserveServer: TeleportService | Roblox Creator Documentation
TeleportToPrivateServer: TeleportService | Roblox Creator Documentation
1 Like
Do you know how to get game.placeId to be another game within the main game? It just gives me a 403 error.
You can get it before teleporting and insert it into the teleport options
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.