A game that I’m contributing to, Obby King Remastered, has been experiencing TeleportService issues recently (specifically with :ReserveServer()
). Players about to be teleported off of the matchmaking pad will sometimes get a Attempt to teleport to a place that is restricted (Error Code: 773)
error while the others will not. Usually, this happens consecutively until said player rejoins the game.
I used HttpService to notify me of said issues. When I wrapped :ReserveServer()
into a pcall, I tried to redo it approximately 5 times utilizing another pcall and a Tries
variable. The pcall failed all 5 times, therefore failing to reserve a server approximately 6 times! The PlaceId given is valid.
pcall Error Message: Http 403 (Forbidden)
Example of behavior:
Help would be appreciated, thanks!
Do you have third party teleports disabled, and do you have permission to the place. (I know that last one was kind of dumb but could be possible). This would only happen if they don’t have access to the place. But assuming it is all just a bunch of places in the same game, do you think that it could be that you don’t have access to the game?
Third party teleports are disabled. As of now, I don’t have permission to the place however I’m working closely with the owner as he is implementing my rewritten code. Yes, players are being teleported to a place inside of the main game.
Make sure you tell the owner of the game to turn on Third Party Teleports. Thats most likely the issue.
2 Likes
Any idea on why this needs to be done? I’m a bit confused, since the game doesn’t utilize teleports from 3rd party games whatsoever.
1 Like