I’ve been having an issue with teleporting using :TeleportToPrivateServer(), everytime I teleport with players I always seem to have a 90% chance of getting this error.
Here is my code:
local code = TS:ReserveServer(6563950271)
TS:TeleportToPrivateServer(6563950271,code,PlayersToTeleport)
Yes I am teleporting to a place within my game:
Maximum player count is set to 20, and access is set to everyone.
I seem to be almost the only one getting this error because I ran a few playtests with a couple of people and a very little amount of people seemed to be getting my same error. Not really sure what the problem is here, any help is appreciated!