Hi.
I am trying to teleport players from my game, the starter place, to a place within the game. I keep getting error 773, “Failed to teleport, this place is restricted.” I don’t understand why this is happening, the place ID is correct; so it doesn’t make sense.
Please help.
2 Likes
You must go into the place that you are trying to teleport them to.
Then make sure that it is public.
either by going to file>Publish to roblox. Or changing it in the settings.
Hope this works!
~Froyo~
3 Likes
It still did not work. I do appreciate your quick response, though!
kittyPGR
(KittyPlays)
April 25, 2023, 12:44am
#4
are you sure you are testing it in Roblox player and not Roblox studio ?
2 Likes
I dont know if this will help but I found this post:
I am trying to make a Join Friend GUI in my game.
When you join your friend it comes up with the error: Attempted to teleport to a place that is restricted. Error Code: 773
I have tried multiple solutions on the devforum and none of them have solved my problem.
Also in the Developer Console you get this error: raiseTeleportInitFailedEvent: Teleport failed because This experience is restricted (Unauthorized)
Here is my code:
local Players = game:GetService("Players")
local player = Players.L…
Hopefully this will fix it.
It also links and article about this stuff in the solution.
1 Like
I actually really hope you figure this out cause I’m making a game and this exact bug happens to me.
~Froyo~
1 Like
Update: Thank you all for the help! My place ID kept changing for some reason! I found the correct place ID, and it worked just fine. Thanks once again.
4 Likes
system
(system)
Closed
May 9, 2023, 12:48am
#8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.