Attempted to teleport to a place that is restricted? Error Code: 773

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:
image

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!

1 Like

The same thing happened to me. Just put on AllowThirdPartyPlaces in security on Game setting.

make sure when you use TeleportService:ReserveServer(you should put the place you want to tp to here)