Teleport Failed "Game is Restricted"

I made a friend teleport thing in my game, but for some reason, now whenever I try to teleport with teleportservice, it says “teleport failed game is restricted”.

2 Likes

The same thing kept happening to me. It did stop happening though when I started using TeleportToPrivateServer.

https://wiki.roblox.com/index.php?title=API:Class/TeleportService

5 Likes

The teleport was working a few days ago. Now it isn’t. It is a valid teleport destination, but it says it’s restricted.

Hello!

To assist with your issue I would like to suggest a few things that may help.

  1. Make sure the destination game isn’t currently restricted to Friends only.

  2. If your script uses a specific Player ID for each friend (whether it is written in the script or the script does this itself), make sure that the Player ID is correct.

  3. Make sure your Teleporters are connected correctly.

  4. If the game you attempt to go to is conneced to a Hub (A series of Places that connect to a main Game) then it may not work correctly if your script isn’t teleporting you directly to your friend, but to the Game itself.

  5. Overall make sure all the coding is correct in each Teleporter.

If you have any further feedback just type away.

D3V

5 Likes