How do i make two players teleport to the same sub place then make players not allowed to join like bedwars

How do i make two players teleport to the same sub place then make players not allowed to join like bedwars

1 Like

Use reserved servers more info here
https://developer.roblox.com/en-us/api-reference/function/TeleportService/ReserveServer

1 Like

Does it need to be an actual private server?

It’s different from a private server, read the documentation page he linked to learn more.

https://developer.roblox.com/en-us/api-reference/function/TeleportService/TeleportToPrivateServer

You’ll also need to use the above function to teleport both players to that private server.

No it doesn’t. It jsut teleports them to a new server via a code. Which can be used once.

I managed to make it work …