How to make a tiled planet landscape

Hi everyone I am trying to make a sci fi TPS game and am trying to make a planet that has landscapes repeat as you walk / drive around and am stuck. any help is appreciated thanks in advance.

Also: I know this is a difficult thing to do but this is something I need and is a big part of the game again thank you in advance :slight_smile:

are you trying to make a spherical planet or one thats flat and the sections just repeat. for the spherical you will need a custom gravity system, for the other method you will need a level streaming. if your not a programmer then you will have to acquire someone elseโ€™s techniques and i have yet to see a great implementation of either method. the closest thing ive seen to a good implementation for the gravity issue is one done by unreal tefel, his works but i noticed some issues with it when trying it out.