I have a terrain region that I’m trying to copy, but it just doesn’t seem to be working for the life of me. Thing is, a different terrain region I copied worked, but this one doesn’t for some reason.
Basically what happens is, I paste it in but it doesn’t paste anything at all.
local honey = workspace.Terrain:CopyRegion(Region3int16.new(Vector3int16.new(2169, 256, -690), Vector3int16.new(4669, 569, 1928)))
In case it might be my PasteRegion, I’ll leave that here too.
Vector3int16.new(2254, 290, -406), Vector3int16.new(2620, 460, 145)
The Z scale is too large
145 + 406 = 551
as @EncodedLua mentioned above “Regions over 512x512x512 in size won’t copy or paste.”
551 > 512