How can I teleport players to a universe sub-place from another universe sub-place?

I’m making a game that requires a lot of teleporting to different places. I’m trying to make it so that when a player touches a block it teleports them to a universe sub-place that is another game. The teleporting works, but I don’t know how to teleport directly to the sub-place. How can I get the ID of a universe’s sub-place and also make it public in case it isn’t?

1 Like

This link tells you how to find the place id:

https://stackoverflow.com/questions/68656644/how-to-find-the-gameid-of-a-roblox-place-within-a-game#:~:text=The%20game%20id%20is%20in,It%20should%20be%20there.

This link is a post that has the script to teleport to the different place:

1 Like

This is how to teleport player to different game.

This video will help