Is there any way to copy a given part of the terrain and paste it into the workspace but in a different position using scripts?
I don’t believe it is possible currently to do so as there isn’t any support for it. You can do it with parts, however, not terrain.
1 Like
This is false information, with a simple Region3 you can do pretty much anything with terrain.
You can actually do this with Terrain:CopyRegion(Region3int16)
, and then load it again with Terrain:PasteRegion(Region, Vector3int16, pasteEmptyCells)