How to make a seemless teleport?

For right now, all i’ve got is teleporting the player.
But it teleports the player to a certain position.
I want to have the player jump through a painting then get teleported.
How do I make the teleport seemless?

Can you further define “seamless” for us? Also is this a teleport to another place/game or within the current place?

It teleports you to a area inside of the game.

So on touch event of the painting, set the new CFrame for the character’s root. You could go one step further and make the painting non-collide with a “hole” or cave behind it so it seems like the player went into the painting just before you move them.

Wow, that’s way more simpler then I thought it’d be.

2 Likes