Attempt to teleport to a place that is restricted (Code 773)

Good Evening

I’m having some trouble with teleporting players from different places within my game. Whenever I try to teleport them it ends up with Error Code 773 and I’m not sure why exactly.

Heres a Visual

image

Im trying to Telport them from Black Ruby to Creation

Method

local LoadingScreen : ScreenGui = ReplicatedStorage:WaitForChild("LoadingScreenPackaging"):WaitForChild("Raeza_Default2"):Clone()
LoadingScreen.Parent = Player.PlayerGui	
TeleportService:SetTeleportGui(LoadingScreen)
TeleportService:TeleportAsync(11315445297, Player)

Video

Any help will do. I cant really move on with any more work till this is fixed :confused:

1 Like

Make sure that the place you are attempting to teleport to is published and public

4 Likes

How do I check if its public. I know the main game Black Ruby is public but unsure how to make the Creation place public.

You can open it in studio and set it public in the settings that you get by clicking the gear icon in the home tab or just visit https://roblox.com/games/<subplace-id>

1 Like

Dosnt Seem to work for some reason here is some screenshots of what i have


Are 3rd Party Teleports enabled?

Yeah, but im not sure what that would be any help as the place im trying to teleport to is within the main game ‘Universe’

Sadly, I cannot help you.

But there are tutorials on this topic.
Incase you need one if this wont help.

2 Likes

Did the issue resolved? I have the same )