Loading map terrain

Is it possible to load terrain?
like, parent terrain to nil, and then parenting it to workspace?
Like a map?

The terrain instance cannot be modified nor can new terrain instances be created.
However, you can modify terrain through scripts. View the Scripting Terrain article for more information.

You’ll have to find a way to store the terrain data so you can load it later. I suggest using ModuleScripts returning tables with the required terrain data.

1 Like