Teleport back to original game

Hello! I am making a game that teleports you to a random myth game and I was wondering if there is a way to make it so the player can teleport back to the original game after being teleported? I already have the system of being teleported to the game I just need the teleporting back if it’s possible. Thanks!

1 Like

if you do not own that myth game, i believe its impossible.

You can create a array that contains all roblox myth game id then Randomize and teleport

TeleportService:TeleportAsync(myth_place_id, {player})

But you can’t teleport them in the original if you are not the owner in the teleported game

Ah I see, Thank you anyways I’ll give you solution

1 Like

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