argon icon indicating copy to clipboard operation
argon copied to clipboard

Unable to export the Terrain

Open ElanHasson opened this issue 5 months ago • 1 comments

I'm not sure if this is correct, but I can't seem to get the terrain to export. When I do a build it's like 300kb however the studio's rblx file is > 1mb.

{
  "name": "SHORTNITE",
  "tree": {
    "$className": "DataModel",
    "Chat": {
      "$path": "src/Chat"
    },
    "Lighting": {
      "$path": "src/Lighting"
    },
    "MaterialService": {
      "$path": "src/MaterialService"
    },
    "Players": {
      "$path": "src/Players"
    },
    "ReplicatedFirst": {
      "$path": "src/ReplicatedFirst"
    },
    "ReplicatedStorage": {
      "$path": "src/ReplicatedStorage",
      "Packages": {
        "$path": "Packages"
      }
    },
    "ServerScriptService": {
      "$path": "src/ServerScriptService"
    },
    "ServerStorage": {
      "$path": "src/ServerStorage"
    },
    "SoundService": {
      "$path": "src/SoundService"
    },
    "StarterGui": {
      "$path": "src/StarterGui"
    },
    "StarterPack": {
      "$path": "src/StarterPack"
    },
    "StarterPlayer": {
      "$className": "StarterPlayer",
      "StarterCharacterScripts": {
        "$path": "src/StarterPlayer/StarterCharacterScripts"
      },
      "StarterHumanoid": {
        "$className": "Humanoid",
        "$properties": {
          "MaxSlopeAngle": 65,
          "JumpPower": 20
        }
      },
      "StarterPlayerScripts": {
        "$path": "src/StarterPlayer/StarterPlayerScripts"
      }
    },
    "Workspace": {
      "$path": "src/Workspace",
      "Camera": {
        "$className": "Camera",
        "$properties": {
          "CFrame": [
            11.880354,
            97.367126,
            116.466735,
            1,
            0,
            0,
            0,
            0.780868,
            0.624695,
            0,
            -0.624695,
            0.780868
          ],
          "Focus": [
            11.880354,
            77.367126,
            91.466735,
            1,
            0,
            0,
            0,
            1,
            0,
            0,
            0,
            1
          ]
        }
      },
      "Terrain": {
        "$className": "TerrainRegion",
        "ClickDetector": {
          "$className": "ClickDetector",
          "$properties": {
            "Tags": [
              "WeaponsSystemIgnore"
            ],
            "MaxActivationDistance": 21
          }
        }
      }
    }
  }
}

ElanHasson avatar Jul 15 '25 03:07 ElanHasson

It's currently impossible to export terrain because this isn't implemented on the client side yet: https://github.com/argon-rbx/argon-roblox/issues/5

DervexDev avatar Jul 17 '25 19:07 DervexDev