Hello,
So I would like to make a terrain auto-loader but I don’t know how to script terrain without manually creating it.
Is there a tutorial or video of how to do it because I can’t find anything online.
You should look into Perlin Noise if you want that sort of voxel-based terrain generation. There are various Youtube tutorials in terms of terrain generation with Perlin Noise which are fairly straightforward.
No, I just want to know how to make terrain using scripts in general
i think you can combine perlin noise generation without introducing voxel-based terrain. E.g you want endless “realistic” roblox terrain that goes on and on.
Are you talking about making terrain then saving it and being able to load it at a later time?
Yes, I have maps that have terrain in them that I want to load when the map is selected.
You can use this
Or if you want to in the toolbox you can look for terrain load/unload and there’s a few modules you can use for terrain loading and such.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.