Land walker tunnel teleport

I have a land walker that i want to enter into one tunnel and exit from the other (tunnels seen here: gyazo.com/a556d74b97b4b549c07ec665fc84317d) how would I do this? It way seem simple to you guys, but I’m cinfused.

For a landwalker, you could use collisions, but if you’re using a server, there’s a special way that also uses collisions but is much more complicated.

Yes, setup some points and make it call to the animation for going through the tunnel. Then set it to load the next world. you need to have a load and unload function for both worlds though so that when you go through it, it won’t load the same world. If you’d like a loading screen as well, its a bit more difficult though.