Is it possible to teleport a user to another user in a different experience?

Let’s say there’s a user named “1” and a user named “2”. User 1 is in an experience called “A” and User 2 is in an experience called “B”. Both experiences are created by me.

Is there a way to make User 1 teleport to experience B and ensure that they are teleported in the same server as User 2?

Yes you would need to know the users server/job id then make sure allow 3rd party teleports is on.

2 Likes

How do I use those to teleport the player to the right place?

1 Like

Try looking into this.

https://create.roblox.com/docs/reference/engine/classes/TeleportService

TeleportToPlaceInstance(placeId: number, instanceId: string, player: Instance, spawnName: string, teleportData: Variant, customLoadingScreen: Instance): void


Teleports a Player to the server instance associated with the given placeId and instanceId

There are also loads of tutorials on yt

2 Likes

It says players can only be teleported within a single experience