As a roblox developer it is currently difficult to save/load terrain in games. If I want to save/load certain parts of terrain in certain locations I need to use this: Oops!
The feature is great and I love it, but I think the native roblox terrain plugin should let us do something like this:
Use region to select terrain area:
Then use native plugin to “save” terrain chunk to somewhere
It would be a much easier workflow than having to manually do this sort of thing, and I can imagine newer developers would also be wondering how to copy/paste terrain without having to rely on studio tools (ex: Copy a chunk in studio, save it into ReplicatedStorage, paste it in-game during runtime when needed). The current copy/paste tools are nice but they don’t let you use those features outside of studio (like in-game) unless you discard them entirely and code the Save/Copy feature yourself.