Walking around the world

I need help creating a system where if a player reaches the end of the map the player goes in a full circle like walking around the world, ending where they started

example:

Well that seems pretty simple if your doing it on a 2d space, but if you want to do that orbital thing you might have to figure it out yourself.

So what you could use is viewport frames on a part and just make it so when you walk through that part you get teleported back to that start of the map. Something like this: Viewport Frame Portal or this: Optical Illusion Teleporting

You could optimize it and make it better but that’s the simplest way I can think of doing that.
Also if you want the documentation for viewport frames here they are: Frames | Documentation - Roblox Creator Hub

1 Like

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