Teleport Players from different Servers to a Private Server?

Example:
Maximum Number of Players in the Server: 1
All Players have their own Server.
Question:
10 Players clicked “Ready” in their own Servers.
If the System knows, 10 Players in different Servers have clicked “Ready” , they all will teleport to a Private Server.
How could i do that?

U can check the Game to know what i mean:
https://www.roblox.com/games/6946923439/In-working

Thanks!

1 Like

You could make a lobby game with the server size of 1, and if the players click ready, they’ll teleport into the actual game with the server size of 10.

1 Like

The Server should be Private, the server will closed then when the Game ends.

1 Like

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

How will that work when all of the Players are in Difficult Servers?

I see what you mean, you could use MessagingService to communicate between the servers then loop through them to see if they have pressed ready. If for example server A has pressed ready then you could add them to a table and once the table has reached 10 you could use

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

to teleport to the server.

1 Like

Don’t know what you mean by Difficult.
And, I noticed you meant different servers.

In that case, use MessagingService | Roblox Creator Documentation.

Can you give me any Scripts? I don´t know how to do that and begin with