Cannot teleport to reserved server

I’m trying to teleport a player to a reserved server from the starter place of a game, however nothing ever happens when I try to teleport the player. If I try to teleport them again, I get this error on the client:
raiseTeleportInitFailedEvent: Teleport failed because the previous teleport is in processing (IsTeleporting)
This tells me that the first teleport is “working”, but the problem is it isn’t and the player has not been teleported.

What i’m trying to make is a lobby system where a player can choose to join a server or create(reserve) a server and I’ve tried using TeleportToPrivateServer() and TeleportAsync() with teleport options going to the reservered server, but they both produce the same problem. I have also made sure the starter place and the place being teleported to, are set to public.

Any help or information on why this could be happening would be greatly appreciated! :slightly_smiling_face:

1 Like

Hopefully this helps as it gives a similar type problem.

1 Like

Thanks, however the problem I’m facing is that the teleport never goes through and the player never does actually get teleported to the specified server

Hm can’t solve this one sadly.