Terrain won't copy/paste (CopyRegion,PasteRegion)?
1 | local terrainRegion = workspace.Terrain:CopyRegion(Region 3 int 16. new(Vector 3 int 16. new(- 1755.56 , 143.739 , 457.646 ),Vector 3 int 16. new(- 795.289 , - 14.17 , - 451.93 ))) |
2 | workspace.Terrain:Clear() |
4 | workspace.Terrain:PasteRegion(terrainRegion, Vector 3 int 16. new(- 1755.56 , 143.739 , 457.646 ), false ) |
So not quite sure what is going on, no error in the output, it successfully clears all terrain but then it won't paste it back.
I tried using MaxExtents and it worked, so I have no idea why my vectors won't work.