Teleporting between places in the same game doesn't work

Hello. I am trying to make a multi place game. Where you can teleport between places. But I’ve encountered an issue. When I’m trying to teleport to another place theres an error. I tried changing the code to :TeleportAsync() and turning on AllowThirdPartyTeleports but it still doesn’t work. Under AllowThirdPartyTeleports it says, that I can’t teleport between places. Thanks for help!
image

Are you trying this in studio? I believe you need to be playing the actual game on Roblox for it to actually teleport you.

I am actually playing the game.

  1. Allow Third Party Teleports allow you to teleport to other places outside of that place’s universe and the other way around. Turn this off for security reasons if this is not applicable to you.
  2. When asking for help, show relevant code and the “error” you are supposedly receiving. We’re not magicians.
  3. Ensure you are properly teleporting with the right arguments. There are 2 types of “game ids” - universe ID and place ID. The universe ID is the main ID of all your llinked places. A place ID is the actual place ID you want to be teleporting to that is linked to the same universe ID.
1 Like

guy above is rude but at least he knows what he’s saying :+1:

Would you mind sharing the segment of code causing the issue and the error? It’s hard to understand what exactly is going on without the code

I’m having this same problem too, I tried using “game:GetService(“TeleportService”):Teleport(game.PlaceId, Player)” but it shows a client disconnect error (code 285).