Copying+Pasting terrain in a game?

I am trying to copy terrain and move it someplace else from an original spot, multiple times. Would this be possible? Something I have thought of is individually building it with parts and then painting them to terrain but that gives it an artificial look.

For Example:
Copies terrain, generates same terrain in x location.

3 Likes

You need to use Terrain:CopyRegion and Terrain:PasteRegion functions.

https://developer.roblox.com/en-us/api-reference/function/Terrain/CopyRegion
(There is a code sample at the end of the page)
Hope this helps :slightly_smiling_face:

1 Like