[Need Help] Terrains

Look into this tutorial by Roblox themselves

or in simple terms:

  1. Put this in the command bar, then press Enter
workspace.Terrain:CopyRegion(workspace.Terrain.MaxExtents).Parent = workspace.Terrain
  1. Save as a .rbxm file the generated terrain under the workspace.Terrain
  2. Go to a different place and paste this in the command bar, then press Enter again
workspace.Terrain:PasteRegion(workspace.Terrain.TerrainRegion, Vector3int16.new(-32000, -32000, -32000), false)

then you should have it :slight_smile:

3 Likes