Hello,
I have a Roblox experience with two places:
a Lobby place (Start Place, public)
a Tutorial place (secondary place, private)
My goal is to teleport players from the Lobby to the Tutorial place using TeleportService:TeleportAsync().
👉 Problem: When I test in-game (outside the Studio), I always get the error:
"You attempted to teleport to a restricted access location (Error code: 773)"
For now, I've already verified:
The Tutorial place is in the same experience as the Lobby.
I published both places with File > Publish to Roblox.
The Lobby is Public and Active, the Tutorial place is Active but with Direct Access disabled.
In the security settings, "Allow third-party teleports" is enabled.
I'm using the PlaceID of the Tuto place, not the ExperienceID.
Despite all this, the teleport still doesn't work and returns error code 773.
Did I miss a step to authorize the teleport to a secondary private place?
Thank you very much for your help 🙏