Not teleporting to place no matter what i do

I have done everything, enabled 3rd party, used TeleportAsync, made the game public, published the game, yet it still says: Attempted to teleport to a place that is restricted. In the console it says game not published

I did ts:TeleportAsync(placeId, {plr})

2 Likes
  • Open Roblox Studio and go to the target place were you’ll teleport to
  • Under the Home tab, click Game Settings > Permissions
  • Ensure “Allow Third-Party Teleports” is enabled.
2 Likes

He said he already did that, is the place inside the same game? or is it a different game? in case it’s a place inside the game you can turn third party teleports off, is it a localscript or a server script doing it?

2 Likes

a server script is teleporting the player

1 Like

does plr have to be {plr}? usually I just use placeid, plr

game:GetService(“Players”).PlayerAdded:Connect(function(plr)
tps:Teleport(placeid,plr)
end)

2 Likes

the palceid is where i put the number and plr is the perimeter from the function

1 Like

Did you publish the place you are trying to teleport to? Just making sure, cause this is usually what happens for me

1 Like

that the thing ive been trying to figure how to publish a place but i cant find the publish button

1 Like

What you want to do, is go to the place, and go file → publish to roblox, that should be it, there shouldnt be any popup or anything, it should just do it like that

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.