I have a small hangout game meant for my friends and I, and recently implemented a restart command that lets me restart all servers. This is done by first teleporting all players at once via TeleportService:TeleportAsync()
to a reserved server in a separate ‘Limbo’ place to wait a few seconds for all other servers to close before sending them back again via TeleportService:TeleportAsync()
.
The problem occurs after testing the feature with two of my accounts and one other with my friend’s account. My two accounts both have edit access to the game, and my friend’s doesn’t. The initial teleport to the reserved server goes smoothly, but when the Engine tries to teleport everyone back, it always fails with “A Specified Member cannot join the Destination Place.” This has never happened with just me and my alternate account, as well as some other friend’s accounts that I’ve tested with.
I left a small preview place to test it with, in ServerScriptService you should see a script that simulates what my intention was as well as a variable for the number of players to wait for.
Place1.rbxl (55.0 KB)
Since it seems to only be happening with a specific user, you might not see much success at replicating this issue.
System Info:
CPU: AMD Ryzen 9 5900X 12-Core Processor
GPU: AMD Radeon RX 6800 XT
RAM: 64GB
Expected behavior
Players in all servers should be teleported to the ‘Limbo’ place where they spend a few seconds waiting and get sent back.