Questions about Reserved servers

Was reading documentation about Teleport Service and Reserved servers. But i couldnt find answers on my questions.

  1. Do roblox have limit one reserved servers per experience?
  2. Is there way to delete reserved server?
  3. Are reserved servers disabled to let friends join you while you in?

I was seeking if anyone have same problem on forum/reading documentation. Thanks for help!

Sorry i forgot to mention one more question.
Are Reserved servers limited in time or they are permament?

  1. No, there is no explicit limit of reserved servers per experience.
  2. No, but kind of. Reserved servers operate in the same way as public servers. They will automatically close a short time after all players in the server disconnect. To “manually” shut down a reserved server, you could kick all connected players.
  3. Unclear question. Reserved servers cannot be joined in the same way as public or private servers. Roblox automatically attempts to place players in public servers by prioritizing servers that the joining player has friends in among other things. Private servers are essentially just like public servers except the owner of the private server can decide which players (usually the private server’s owner’s friends) can join. In order to teleport a player to a reserved server, you must either call the method TeleportService:ReserveServer() or have access to the ReservedServerAccessCode by some other means. The reserved server will be created when the access code is first used.
1 Like

According to the documentation on TeleportService:

  • Access codes remain valid indefinitely, meaning reserved servers can still be joined if no game server is running (in this case a new server will be started).
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.