Is it possible to save terrain and then load it again?

Hello fellow developers! So today a map for my game was finished. It is the first map in fact. The map has terrain in it so I can unload it and reload it. Is this possible? If it is, please tell me how.
The map:


Thanks for all of your help!

1 Like

I have no idea if this plugin works but i found it as an answered on a different discussion.

2 Likes

This plugin does work. Save the terrain and then store it in ServerStorage, then call :LoadTerrain (or whatever the function is) on the TerrainRegion.

1 Like

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