Is it possible to transfer a selected region of terrain from one place to another, without overwriting the new place’s current terrain?
I’ve tried this plugin: https://www.roblox.com/library/148042198/Terrain-Save-and-Load by Crazyman32, and it almost works great. It is able to save and load terrain between places, but seems to do so by overwriting the current terrain of a place with the saved place.
I built a little area of smooth terrain that I want to move to the main map of a game. Is there a plugin or method that exists to do this?
My plugin uses the CopyRegion and PasteRegion methods internally. You can easily use those to simply copy & paste a portion of your terrain without overwriting.
I kinda wish it was easier to cast between the two types.
It adds an extra layer of compatibility quirks that shouldn’t be needed, especially given that Terrain isn’t limited by the range of shorts.