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”.
The same thing kept happening to me. It did stop happening though when I started using TeleportToPrivateServer.
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.
-
Make sure the destination game isn’t currently restricted to Friends only.
-
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.
-
Make sure your Teleporters are connected correctly.
-
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.
-
Overall make sure all the coding is correct in each Teleporter.
If you have any further feedback just type away.
D3V