Teleport player from a game to another

I was wondering how do some games teleport players from their game to another game even tho they aren’t the owner of the game, I’ve tried this with teleport service but it doesn’t seem like it works. I’ve looked everywhere but I still couldn’t find anyone talking about this, maybe there is a service that does this that I don’t know of, so please help. Thank you

There is an option called Allow Third Party Teleports that allows or not:

Enable cross experience teleportation
For security purposes, teleporting a user from your experience to another experience owned by others, or the other way around, fails by default. To enable cross experience teleportation, open the Security section of Studio’s File ⟩ Game Settings window and enable Allow Third Party Teleports.

After that the logic is like any teleport

TeleportService:TeleportAsync(Place_ID, {Player}, teleportOptions)
1 Like

Thank you so much, but also doesn’t the game I am teleporting my plrs to need to have this option on aswell?

I’m not sure, but I think so, both must have it active.

Any failure to teleporting can be detected with TeleportInitFailed event.

1 Like

Alright, thank you very much!..

1 Like

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