From 33b600f85663c5afcb0f35a60447c3967a82ce73 Mon Sep 17 00:00:00 2001 From: Micah Date: Wed, 30 Oct 2024 13:42:17 -0700 Subject: [PATCH] Patch `Instance.DefinesCapabilities` to alias to `Instance.Sandboxed` (#459) --- patches/instance.yml | 11 +- ...ighting-with-int32-attribute__decoded.snap | 5 +- ...ighting-with-int32-attribute__encoded.snap | 13 +- ...s-with-security-capabilities__decoded.snap | 4 +- ...s-with-security-capabilities__encoded.snap | 14 +- rbx_dom_lua/src/database.json | 2575 +++++++++-------- rbx_reflection_database/CHANGELOG.md | 4 +- rbx_reflection_database/database.msgpack | Bin 552049 -> 548712 bytes ...ighting-with-int32-attribute__decoded.snap | 5 +- ...hting-with-int32-attribute__roundtrip.snap | 5 +- ...s-with-security-capabilities__decoded.snap | 4 +- ...with-security-capabilities__roundtrip.snap | 4 +- 12 files changed, 1337 insertions(+), 1307 deletions(-) diff --git a/patches/instance.yml b/patches/instance.yml index 8cdb17a26..97f56008a 100644 --- a/patches/instance.yml +++ b/patches/instance.yml @@ -21,6 +21,15 @@ Change: DefaultValue: Bool: true + # DefinesCapabilities is exposed as `Sandboxed` in Roblox Studio, so we want + # it as an alias. + DefinesCapabilities: + AliasFor: Sandboxed + Sandboxed: + Serialization: + Type: SerializesAs + As: DefinesCapabilities + # Attributes serialize as a BinaryString with a strange name, but we want to # refer to them with a different name. Attributes: @@ -36,4 +45,4 @@ Change: Tags: DataType: Value: "Tags" - Scriptability: Custom + Scriptability: Custom \ No newline at end of file diff --git a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__decoded.snap b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__decoded.snap index e6d8b824a..85413e619 100644 --- a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__decoded.snap +++ b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__decoded.snap @@ -29,8 +29,6 @@ expression: decoded_viewed - 0 - 0 - 0 - DefinesCapabilities: - Bool: false EnvironmentDiffuseScale: Float32: 1 EnvironmentSpecularScale: @@ -57,6 +55,8 @@ expression: decoded_viewed - 0.27450982 Outlines: Bool: false + Sandboxed: + Bool: false ShadowSoftness: Float32: 0.2 SourceAssetId: @@ -68,3 +68,4 @@ expression: decoded_viewed TimeOfDay: String: "14:30:00" children: [] + diff --git a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__encoded.snap b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__encoded.snap index 0baa2f63a..312cdb671 100644 --- a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__encoded.snap +++ b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__lighting-with-int32-attribute__encoded.snap @@ -54,12 +54,6 @@ chunks: - - 0 - 0 - 0 - - Prop: - type_id: 0 - prop_name: DefinesCapabilities - prop_type: Bool - values: - - false - Prop: type_id: 0 prop_name: EnvironmentDiffuseScale @@ -130,6 +124,12 @@ chunks: prop_type: Bool values: - false + - Prop: + type_id: 0 + prop_name: DefinesCapabilities + prop_type: Bool + values: + - false - Prop: type_id: 0 prop_name: ShadowSoftness @@ -166,3 +166,4 @@ chunks: - - 0 - -1 - End + diff --git a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__decoded.snap b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__decoded.snap index fece41773..f2a70c298 100644 --- a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__decoded.snap +++ b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__decoded.snap @@ -10,7 +10,7 @@ expression: decoded_viewed Attributes: {} Capabilities: SecurityCapabilities: 0 - DefinesCapabilities: + Sandboxed: Bool: false SourceAssetId: Int64: -1 @@ -27,7 +27,7 @@ expression: decoded_viewed Attributes: {} Capabilities: SecurityCapabilities: 2882400000 - DefinesCapabilities: + Sandboxed: Bool: false SourceAssetId: Int64: -1 diff --git a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__encoded.snap b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__encoded.snap index 935e5a2f6..9d85091f3 100644 --- a/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__encoded.snap +++ b/rbx_binary/src/tests/snapshots/rbx_binary__tests__util__number-values-with-security-capabilities__encoded.snap @@ -26,13 +26,6 @@ chunks: values: - 0 - 2882400000 - - Prop: - type_id: 0 - prop_name: DefinesCapabilities - prop_type: Bool - values: - - false - - false - Prop: type_id: 0 prop_name: Name @@ -40,6 +33,13 @@ chunks: values: - Hmmm - WhereIs + - Prop: + type_id: 0 + prop_name: DefinesCapabilities + prop_type: Bool + values: + - false + - false - Prop: type_id: 0 prop_name: SourceAssetId diff --git a/rbx_dom_lua/src/database.json b/rbx_dom_lua/src/database.json index 6066ab1d8..a50df4f0c 100644 --- a/rbx_dom_lua/src/database.json +++ b/rbx_dom_lua/src/database.json @@ -1,9 +1,9 @@ { "Version": [ 0, - 647, + 648, 0, - 6470717 + 6480781 ], "Classes": { "Accessory": { @@ -64,12 +64,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -220,9 +220,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -249,6 +246,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Vector3": [ 1.0, @@ -423,12 +423,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -476,9 +476,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -527,6 +524,9 @@ "NeedsPivotMigration": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Float32": 1.0 }, @@ -854,9 +854,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -872,6 +869,9 @@ "MoveSpeedFactor": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -1099,9 +1099,6 @@ "Color": { "BrickColor": 23 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -1129,6 +1126,9 @@ "RigidityEnabled": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -1308,9 +1308,6 @@ "Color": { "BrickColor": 194 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -1355,6 +1352,9 @@ "RigidityEnabled": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -1503,9 +1503,6 @@ "Color": { "BrickColor": 23 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -1521,6 +1518,9 @@ "RelativeTo": { "Enum": 2 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -1567,12 +1567,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -1828,9 +1828,6 @@ "Color": { "BrickColor": 23 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -1846,6 +1843,9 @@ "MaxTorque": { "Float32": 10000.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -1901,12 +1901,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -1936,12 +1936,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -2106,12 +2106,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -2500,15 +2500,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "PreferLodEnabled": { "Bool": true }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -2928,12 +2928,12 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -3173,12 +3173,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -3317,9 +3317,6 @@ 0.0549 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Density": { "Float32": 0.395 }, @@ -3335,6 +3332,9 @@ "Offset": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -3394,12 +3394,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -3656,12 +3656,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -3737,12 +3737,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -3828,9 +3828,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Depth": { "Float32": 0.45 }, @@ -3843,6 +3840,9 @@ "Rate": { "Float32": 5.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -3954,9 +3954,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -3969,6 +3966,9 @@ "Release": { "Float32": 0.1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4117,15 +4117,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Muted": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4169,12 +4169,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4231,15 +4231,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Level": { "Float32": 0.5 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4335,9 +4335,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DelayTime": { "Float32": 1.0 }, @@ -4350,6 +4347,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4369,6 +4369,19 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AngleAttenuation": { + "Name": "AngleAttenuation", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AudioInteractionGroup": { "Name": "AudioInteractionGroup", "Scriptability": "ReadWrite", @@ -4397,6 +4410,9 @@ } }, "DefaultProperties": { + "AngleAttenuation": { + "BinaryString": "AA==" + }, "Archivable": { "Bool": true }, @@ -4409,15 +4425,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DistanceAttenuation": { "BinaryString": "AA==" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4528,9 +4544,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HighGain": { "Float32": 0.0 }, @@ -4549,6 +4562,9 @@ 4000.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4605,12 +4621,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4724,9 +4740,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FilterType": { "Enum": 0 }, @@ -4742,6 +4755,9 @@ "Q": { "Float32": 0.707 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4824,9 +4840,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Depth": { "Float32": 0.45 }, @@ -4839,6 +4852,9 @@ "Rate": { "Float32": 5.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4929,9 +4945,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -4941,6 +4954,9 @@ "Release": { "Float32": 0.01 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -4957,6 +4973,19 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AngleAttenuation": { + "Name": "AngleAttenuation", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AudioInteractionGroup": { "Name": "AudioInteractionGroup", "Scriptability": "ReadWrite", @@ -4985,6 +5014,9 @@ } }, "DefaultProperties": { + "AngleAttenuation": { + "BinaryString": "AA==" + }, "Archivable": { "Bool": true }, @@ -4997,15 +5029,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DistanceAttenuation": { "BinaryString": "AA==" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -5082,15 +5114,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Pitch": { "Float32": 1.25 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -5289,9 +5321,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -5313,6 +5342,9 @@ "PlaybackSpeed": { "Float64": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -5524,9 +5556,6 @@ "DecayTime": { "Float32": 1.5 }, - "DefinesCapabilities": { - "Bool": false - }, "Density": { "Float32": 1.0 }, @@ -5557,6 +5586,9 @@ "ReferenceFrequency": { "Float32": 5000.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -5858,12 +5890,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -6071,9 +6103,6 @@ "Color": { "BrickColor": 1009 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -6092,6 +6121,9 @@ "Restitution": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -8016,9 +8048,6 @@ "CurveSize1": { "Float32": 0.0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -8034,6 +8063,9 @@ "LightInfluence": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Segments": { "Int32": 10 }, @@ -8423,9 +8455,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "DistanceLowerLimit": { "Float32": 0.0 }, @@ -8464,6 +8493,9 @@ "ResetOnSpawn": { "Bool": true }, + "Sandboxed": { + "Bool": false + }, "SelectionBehaviorDown": { "Enum": 0 }, @@ -8557,12 +8589,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -8592,12 +8624,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -8624,12 +8656,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -8665,9 +8697,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -8678,6 +8707,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Vector3": [ 1.0, @@ -8758,9 +8790,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -8770,6 +8799,9 @@ "Intensity": { "Float32": 0.4 }, + "Sandboxed": { + "Bool": false + }, "Size": { "Float32": 24.0 }, @@ -8816,15 +8848,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "Size": { "Float32": 24.0 }, @@ -8935,9 +8967,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -8951,6 +8980,9 @@ "P": { "Float32": 1250.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9134,9 +9166,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HeadColor3": { "Color3": [ 0.9921569, @@ -9175,6 +9204,9 @@ 0.6745098 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9240,9 +9272,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Force": { "Vector3": [ 0.0, @@ -9253,6 +9282,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9395,9 +9427,6 @@ "D": { "Float32": 500.0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -9411,6 +9440,9 @@ "P": { "Float32": 3000.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9523,12 +9555,12 @@ 0.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9645,9 +9677,6 @@ "D": { "Float32": 1250.0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -9668,6 +9697,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9755,9 +9787,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Force": { "Vector3": [ 0.0, @@ -9775,6 +9804,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9875,9 +9907,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -9891,6 +9920,9 @@ "P": { "Float32": 1250.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -9999,12 +10031,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -10048,12 +10080,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -10136,12 +10168,12 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 1.0, @@ -10407,12 +10439,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -10695,9 +10727,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -10731,6 +10760,9 @@ "MinimizeDistance": { "Float32": 40.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -10852,12 +10884,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -10932,15 +10964,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FullySubmerged": { "Bool": false }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -10987,12 +11019,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -11047,12 +11079,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -11365,9 +11397,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FieldOfView": { "Float32": 70.0 }, @@ -11409,6 +11438,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -11519,9 +11551,6 @@ "ClipsDescendants": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -11562,6 +11591,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Selectable": { "Bool": false }, @@ -11710,9 +11742,6 @@ "Channel": { "Int32": 1 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -11722,6 +11751,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -11923,9 +11955,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": false }, @@ -11947,6 +11976,9 @@ 0.49019608 ] }, + "Sandboxed": { + "Bool": false + }, "SelectedTabTextColor3": { "Color3": [ 1.0, @@ -12078,9 +12110,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -12090,6 +12119,9 @@ "OverlayTextureId": { "Int64": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -12150,15 +12182,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "LoadDefaultChat": { "Bool": true }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -12463,9 +12495,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -12490,6 +12519,9 @@ 0.69803923 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -12767,9 +12799,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -12790,6 +12819,9 @@ "HorizontalAlignment": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -13001,9 +13033,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Depth": { "Float32": 0.15 }, @@ -13022,6 +13051,9 @@ "Rate": { "Float32": 0.5 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -13078,15 +13110,15 @@ "CursorIcon": { "Content": "" }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "MaxActivationDistance": { "Float32": 32.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -13198,9 +13230,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -13210,6 +13239,9 @@ "MoveSpeedFactor": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -13407,9 +13439,6 @@ "Cover": { "Float32": 0.5 }, - "DefinesCapabilities": { - "Bool": false - }, "Density": { "Float32": 0.7 }, @@ -13419,6 +13448,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -13645,12 +13677,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -13691,12 +13723,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -13789,15 +13821,15 @@ "Contrast": { "Float32": 0.0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "Saturation": { "Float32": 0.0 }, @@ -13848,15 +13880,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -14169,9 +14201,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -14190,6 +14219,9 @@ "Release": { "Float32": 0.1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -14285,9 +14317,6 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Height": { "Float32": 2.0 }, @@ -14297,6 +14326,9 @@ "Radius": { "Float32": 0.5 }, + "Sandboxed": { + "Bool": false + }, "SizeRelativeOffset": { "Vector3": [ 0.0, @@ -14339,12 +14371,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -14587,12 +14619,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -14824,9 +14856,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FacingDirection": { "Vector3": [ 0.0, @@ -14844,6 +14873,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -14943,9 +14975,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -14982,6 +15011,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SearchDistance": { "Float32": 0.0 }, @@ -15081,12 +15113,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -15330,9 +15362,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -15426,6 +15455,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 2.0, @@ -15543,9 +15575,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "GuidBinaryString": { "BinaryString": "AAAAAAAAAAAAAAAAAAAAAA==" }, @@ -15558,6 +15587,9 @@ "Priority": { "Enum": 2 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -15603,15 +15635,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "PersistedCurrentValue": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -15654,12 +15686,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -15800,9 +15832,6 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Height": { "Float32": 1.0 }, @@ -15815,6 +15844,9 @@ "Radius": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SizeRelativeOffset": { "Vector3": [ 0.0, @@ -15868,9 +15900,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -15881,6 +15910,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Vector3": [ 1.0, @@ -16175,9 +16207,6 @@ "Color": { "BrickColor": 1009 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -16217,6 +16246,9 @@ "RotationAxisVisible": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "ServoMaxForce": { "Float32": 0.0 }, @@ -17230,15 +17262,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "LegacyNamingScheme": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -17323,15 +17355,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "MaxItems": { "Int32": 1000 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -18191,15 +18223,15 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Face": { "Enum": 5 }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -18288,9 +18320,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -18309,6 +18338,9 @@ "NearIntensity": { "Float32": 0.75 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -18493,9 +18525,6 @@ "ConversationDistance": { "Float32": 25.0 }, - "DefinesCapabilities": { - "Bool": false - }, "GoodbyeChoiceActive": { "Bool": true }, @@ -18511,6 +18540,9 @@ "Purpose": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -18603,9 +18635,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "GoodbyeChoiceActive": { "Bool": true }, @@ -18618,6 +18647,9 @@ "ResponseDialog": { "String": "" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -18661,9 +18693,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -18676,6 +18705,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -18815,9 +18847,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -18827,6 +18856,9 @@ "MinValue": { "Float64": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -19297,9 +19329,6 @@ "CursorIcon": { "Content": "" }, - "DefinesCapabilities": { - "Bool": false - }, "DragFrame": { "CFrame": { "position": [ @@ -19373,7 +19402,7 @@ "Orientation": { "Vector3": [ -0.0, - 179.99998, + 180.0, 90.0 ] }, @@ -19389,6 +19418,9 @@ "RunLocally": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -19837,9 +19869,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Delay": { "Float32": 1.0 }, @@ -19858,6 +19887,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -19875,7 +19907,7 @@ "EditableImage": { "Name": "EditableImage", "Tags": [], - "Superclass": "Instance", + "Superclass": "Object", "Properties": { "ImageData": { "Name": "ImageData", @@ -19912,35 +19944,44 @@ }, "Size": { "Name": "Size", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Vector2" }, - "Tags": [], + "Tags": [ + "NotReplicated", + "ReadOnly" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } } }, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } + "DefaultProperties": {} }, "EditableMesh": { "Name": "EditableMesh", "Tags": [], - "Superclass": "DataModelMesh", + "Superclass": "Object", "Properties": { + "FixedSize": { + "Name": "FixedSize", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "IsReplicatedCopy": { "Name": "IsReplicatedCopy", "Scriptability": "None", @@ -19988,17 +20029,7 @@ } } }, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } + "DefaultProperties": {} }, "EditableService": { "Name": "EditableService", @@ -20112,9 +20143,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -20133,6 +20161,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -20173,15 +20204,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "RotationOrder": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -20345,12 +20376,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -20656,9 +20687,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DestroyJointRadiusPercent": { "Float32": 1.0 }, @@ -20675,6 +20703,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -21544,12 +21575,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -21881,9 +21912,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -21897,6 +21925,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Vector3": [ 1.0, @@ -22098,9 +22129,6 @@ 0.27450982 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -22110,6 +22138,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SecondaryColor": { "Color3": [ 0.54509807, @@ -22168,9 +22199,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -22254,6 +22282,9 @@ "RequiresHandle": { "Bool": true }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Float32": 1.0 }, @@ -22392,9 +22423,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -22491,6 +22519,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Shape": { "Enum": 1 }, @@ -22612,9 +22643,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Depth": { "Float32": 0.45 }, @@ -22633,6 +22661,9 @@ "Rate": { "Float32": 5.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -22692,12 +22723,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -22844,12 +22875,12 @@ "CycleOffset": { "Float32": 0.0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -22951,12 +22982,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -22988,12 +23019,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -23037,12 +23068,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -23083,12 +23114,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -23244,9 +23275,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -23274,6 +23302,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Selectable": { "Bool": false }, @@ -23485,9 +23516,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Description": { "String": "?" }, @@ -23497,6 +23525,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -23526,12 +23557,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -23954,9 +23985,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -23991,6 +24019,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -24217,9 +24248,6 @@ "DecelerationTime": { "Float32": 0.0 }, - "DefinesCapabilities": { - "Bool": false - }, "Friction": { "Float32": 2.0 }, @@ -24235,6 +24263,9 @@ "MoveSpeedFactor": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -24903,9 +24934,6 @@ "ClipToDeviceSafeArea": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "DisplayOrder": { "Int32": 0 }, @@ -24921,6 +24949,9 @@ "SafeAreaCompatibility": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "ScreenInsets": { "Enum": 2 }, @@ -25988,9 +26019,6 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Faces": { "Faces": [ "Right", @@ -26004,6 +26032,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -26124,9 +26155,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -26143,6 +26171,9 @@ "Radius": { "Float32": 3.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -26150,7 +26181,7 @@ "Tags": [] }, "Type": { - "Enum": 1 + "Enum": 2 }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" @@ -26221,12 +26252,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -26328,9 +26359,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HSRData": { "BinaryString": "" }, @@ -26340,6 +26368,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -26488,9 +26519,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DepthMode": { "Enum": 0 }, @@ -26520,6 +26548,9 @@ "OutlineTransparency": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -26762,9 +26793,6 @@ "Color": { "BrickColor": 1009 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -26789,6 +26817,9 @@ "Restitution": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "ServoMaxTorque": { "Float32": 0.0 }, @@ -26832,12 +26863,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -26869,9 +26900,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FaceId": { "Enum": 0 }, @@ -26884,6 +26912,9 @@ "LeftRight": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -27005,9 +27036,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -27056,6 +27084,9 @@ "NeedsPivotMigration": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Float32": 1.0 }, @@ -27147,15 +27178,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "HttpEnabled": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -27938,9 +27969,6 @@ "CollisionType": { "Enum": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DisplayDistanceType": { "Enum": 0 }, @@ -27999,6 +28027,9 @@ "RigType": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -28031,12 +28062,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -28701,9 +28732,6 @@ "ClimbAnimation": { "Int64": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DepthScale": { "Float32": 1.0 }, @@ -28749,6 +28777,9 @@ "RunAnimation": { "Int64": 0 }, + "Sandboxed": { + "Bool": false + }, "Shirt": { "Int64": 0 }, @@ -28931,9 +28962,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -28995,6 +29023,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SmoothTime": { "Float32": 0.05 }, @@ -29305,9 +29336,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -29372,6 +29400,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "ScaleType": { "Enum": 0 }, @@ -29542,15 +29573,15 @@ 0.95294124 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Image": { "Content": "rbxasset://textures/SurfacesDefault.png" }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector2": [ 1.0, @@ -29804,9 +29835,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -29862,6 +29890,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "ScaleType": { "Enum": 0 }, @@ -30174,12 +30205,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -30309,8 +30340,8 @@ "NotScriptable" ], "Kind": { - "Canonical": { - "Serialization": "Serializes" + "Alias": { + "AliasFor": "Sandboxed" } } }, @@ -30403,7 +30434,9 @@ ], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": { + "SerializesAs": "DefinesCapabilities" + } } } }, @@ -30624,9 +30657,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -30636,6 +30666,9 @@ "MinValue": { "Int64": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -30679,12 +30712,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -30908,9 +30941,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -31032,6 +31062,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 4.0, @@ -31330,12 +31363,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -31379,12 +31412,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -31433,9 +31466,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "GuidBinaryString": { "BinaryString": "AAAAAAAAAAAAAAAAAAAAAA==" }, @@ -31448,6 +31478,9 @@ "Priority": { "Enum": 2 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -32015,9 +32048,6 @@ 0.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "EnvironmentDiffuseScale": { "Float32": 0.0 }, @@ -32065,6 +32095,9 @@ "Quality": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "ShadowSoftness": { "Float32": 0.5 }, @@ -32172,9 +32205,6 @@ "Color": { "BrickColor": 23 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -32193,6 +32223,9 @@ "ReactionForceEnabled": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -32288,15 +32321,15 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Length": { "Float32": 5.0 }, + "Sandboxed": { + "Bool": false + }, "SizeRelativeOffset": { "Vector3": [ 0.0, @@ -32515,9 +32548,6 @@ "Color": { "BrickColor": 26 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -32572,6 +32602,9 @@ "RelativeTo": { "Enum": 2 }, + "Sandboxed": { + "Bool": false + }, "SecondaryTangentAxis": { "Vector3": [ 0.0, @@ -32696,9 +32729,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Disabled": { "Bool": false }, @@ -32711,6 +32741,9 @@ "RunContext": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "ScriptGuid": { "String": "" }, @@ -32928,12 +32961,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -33043,12 +33076,12 @@ "Contents": { "String": "[]" }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -33182,12 +33215,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -33452,12 +33485,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -33559,15 +33592,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -33668,15 +33701,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -33736,12 +33769,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -34591,9 +34624,6 @@ "CrackedLavaName": { "String": "CrackedLava" }, - "DefinesCapabilities": { - "Bool": false - }, "DiamondPlateName": { "String": "DiamondPlate" }, @@ -34666,6 +34696,9 @@ "SandName": { "String": "Sand" }, + "Sandboxed": { + "Bool": false + }, "SandstoneName": { "String": "Sandstone" }, @@ -34877,9 +34910,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -34895,6 +34925,9 @@ "RoughnessMap": { "Content": "" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -35030,12 +35063,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -35712,9 +35745,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "DoubleSided": { "Bool": false }, @@ -35846,6 +35876,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 4.0, @@ -35947,12 +35980,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -36217,9 +36250,6 @@ "ContinueExecution": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -36235,6 +36265,9 @@ "RemoveOnHit": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "Script": { "String": "" }, @@ -36287,12 +36320,12 @@ "ContextDataInternal": { "String": "0 1 2 " }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -36526,9 +36559,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -36577,6 +36607,9 @@ "NeedsPivotMigration": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Float32": 1.0 }, @@ -36655,15 +36688,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "LinkedSource": { "Content": "" }, + "Sandboxed": { + "Bool": false + }, "ScriptGuid": { "String": "" }, @@ -36806,9 +36839,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DesiredAngle": { "Float32": 0.0 }, @@ -36821,6 +36851,9 @@ "MaxVelocity": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -36982,9 +37015,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DesiredAngle": { "Float32": 0.0 }, @@ -36997,6 +37027,9 @@ "MaxVelocity": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -37025,9 +37058,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FaceId": { "Enum": 0 }, @@ -37040,6 +37070,9 @@ "LeftRight": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -37446,9 +37479,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -37570,6 +37600,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 4.0, @@ -37986,15 +38019,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38069,12 +38102,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38201,9 +38234,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "EasingDirection": { "Enum": 0 }, @@ -38213,6 +38243,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38259,12 +38292,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38352,12 +38385,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38429,12 +38462,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38461,12 +38494,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38962,15 +38995,15 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "PantsTemplate": { "Content": "" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -39080,12 +39113,12 @@ 0.95294124 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -39251,9 +39284,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -39350,6 +39380,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Shape": { "Enum": 1 }, @@ -39788,9 +39821,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -39912,6 +39942,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 4.0, @@ -40034,15 +40067,15 @@ "ChildData": { "BinaryString": "" }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "MeshData": { "BinaryString": "" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -40563,9 +40596,6 @@ ] } }, - "DefinesCapabilities": { - "Bool": false - }, "Drag": { "Float32": 0.0 }, @@ -40629,6 +40659,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Shape": { "Enum": 0 }, @@ -40980,15 +41013,15 @@ 0.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "PropertiesSerialize": { "BinaryString": "AAAAAA==" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -41080,9 +41113,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -41092,6 +41122,9 @@ "Label": { "String": "" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -41145,9 +41178,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -41157,6 +41187,9 @@ "PassThrough": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -41372,12 +41405,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -41407,12 +41440,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -42101,9 +42134,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -42116,6 +42146,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -42189,15 +42222,15 @@ "Color": { "BrickColor": 194 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -42230,15 +42263,15 @@ "Color": { "BrickColor": 194 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -43316,9 +43349,6 @@ "CustomPoliciesEnabled": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "EmulatedCountryCode": { "String": "" }, @@ -43334,6 +43364,9 @@ "PseudolocalizationEnabled": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SerializedEmulatedPolicyInfo": { "BinaryString": "" }, @@ -43758,9 +43791,6 @@ "CharacterAutoLoads": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -43773,6 +43803,9 @@ "RespawnTime": { "Float32": 5.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -44080,15 +44113,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Manifest": { "String": "{\"Metadata\":{\"TargetDataModels\": [\"Edit\", \"Server\", \"Client\"]},\"Permissions\":{}}" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -44535,9 +44568,6 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -44547,6 +44577,9 @@ "Range": { "Float32": 8.0 }, + "Sandboxed": { + "Bool": false + }, "Shadows": { "Bool": false }, @@ -44705,9 +44738,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "EasingDirection": { "Enum": 0 }, @@ -44717,6 +44747,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -44844,9 +44877,6 @@ "Color": { "BrickColor": 1009 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -44871,6 +44901,9 @@ "Restitution": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "ServoMaxForce": { "Float32": 0.0 }, @@ -44924,12 +44957,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45148,9 +45181,6 @@ "ClickablePrompt": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -45178,6 +45208,9 @@ "RequiresLineOfSight": { "Bool": true }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45243,9 +45276,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -45255,6 +45285,9 @@ "MaxPromptsVisible": { "Int32": 16 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45437,12 +45470,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45503,12 +45536,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45535,12 +45568,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45648,9 +45681,6 @@ "Constraint": { "String": "" }, - "DefinesCapabilities": { - "Bool": false - }, "Deprecated": { "Bool": false }, @@ -45684,6 +45714,9 @@ "PropertyOrder": { "Int32": 5000 }, + "Sandboxed": { + "Bool": false + }, "ScriptContext": { "String": "" }, @@ -45731,12 +45764,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45775,9 +45808,6 @@ "Constraint": { "String": "" }, - "DefinesCapabilities": { - "Bool": false - }, "Deprecated": { "Bool": false }, @@ -45799,6 +45829,9 @@ "PropertyOrder": { "Int32": 5000 }, + "Sandboxed": { + "Bool": false + }, "ScriptContext": { "String": "" }, @@ -45855,9 +45888,6 @@ "Constraint": { "String": "" }, - "DefinesCapabilities": { - "Bool": false - }, "Deprecated": { "Bool": false }, @@ -45879,6 +45909,9 @@ "PropertyOrder": { "Int32": 5000 }, + "Sandboxed": { + "Bool": false + }, "ScriptContext": { "String": "" }, @@ -45923,12 +45956,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45955,12 +45988,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -45987,12 +46020,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -46259,9 +46292,6 @@ "Constraint": { "String": "" }, - "DefinesCapabilities": { - "Bool": false - }, "Deprecated": { "Bool": false }, @@ -46283,6 +46313,9 @@ "PropertyOrder": { "Int32": 5000 }, + "Sandboxed": { + "Bool": false + }, "ScriptContext": { "String": "" }, @@ -46327,12 +46360,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -46359,12 +46392,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -46453,12 +46486,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -46485,12 +46518,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -46974,9 +47007,6 @@ "ComparisonPsnrThreshold": { "Float32": 50.0 }, - "DefinesCapabilities": { - "Bool": false - }, "Description": { "String": "" }, @@ -46998,6 +47028,9 @@ "RenderingTestFrameCount": { "Int32": 120 }, + "Sandboxed": { + "Bool": false + }, "ShouldSkip": { "Bool": false }, @@ -47036,12 +47069,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -47071,12 +47104,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -47172,9 +47205,6 @@ "DecayTime": { "Float32": 1.5 }, - "DefinesCapabilities": { - "Bool": false - }, "Density": { "Float32": 1.0 }, @@ -47193,6 +47223,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -47246,15 +47279,15 @@ "Color": { "BrickColor": 194 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -47269,81 +47302,63 @@ } } }, - "RobloxEditableImage": { - "Name": "RobloxEditableImage", - "Tags": [], - "Superclass": "EditableImage", - "Properties": { - "ImageDataSerialize": { - "Name": "ImageDataSerialize", - "Scriptability": "None", - "DataType": { - "Value": "BinaryString" - }, - "Tags": [ - "Hidden", - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - } - }, + "RobloxPluginGuiService": { + "Name": "RobloxPluginGuiService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, "DefaultProperties": { "Archivable": { "Bool": true }, - "Attributes": { - "Attributes": {} - }, - "Capabilities": { - "SecurityCapabilities": 0 - }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "ImageDataSerialize": { - "BinaryString": "" - }, - "Size": { - "Vector2": [ - 512.0, - 512.0 - ] - }, - "SourceAssetId": { - "Int64": -1 + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "RobloxReplicatedStorage": { + "Name": "RobloxReplicatedStorage", + "Tags": [ + "NotBrowsable", + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true }, - "Tags": { - "Tags": [] + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" } } }, - "RobloxEditableMesh": { - "Name": "RobloxEditableMesh", - "Tags": [], - "Superclass": "EditableMesh", + "RobloxSerializableInstance": { + "Name": "RobloxSerializableInstance", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", "Properties": { - "MeshDataSerialize": { - "Name": "MeshDataSerialize", + "Data": { + "Name": "Data", "Scriptability": "None", "DataType": { "Value": "BinaryString" }, - "Tags": [ - "Hidden", - "NotReplicated", - "NotScriptable" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -47361,30 +47376,13 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false + "Data": { + "BinaryString": "" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "MeshDataSerialize": { - "BinaryString": "" - }, - "Offset": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "Scale": { - "Vector3": [ - 1.0, - 1.0, - 1.0 - ] - }, - "SkinningEnabled": { + "Sandboxed": { "Bool": false }, "SourceAssetId": { @@ -47393,55 +47391,6 @@ "Tags": { "Tags": [] }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - }, - "VertexColor": { - "Vector3": [ - 1.0, - 1.0, - 1.0 - ] - } - } - }, - "RobloxPluginGuiService": { - "Name": "RobloxPluginGuiService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, - "RobloxReplicatedStorage": { - "Name": "RobloxReplicatedStorage", - "Tags": [ - "NotBrowsable", - "NotCreatable", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" } @@ -47648,9 +47597,6 @@ "CartoonFactor": { "Float32": 0.7 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -47667,6 +47613,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -47800,9 +47749,6 @@ "Color": { "BrickColor": 26 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -47821,6 +47767,9 @@ "LimitsEnabled": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -47838,6 +47787,26 @@ } } }, + "RomarkRbxAnalyticsService": { + "Name": "RomarkRbxAnalyticsService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "RomarkService": { "Name": "RomarkService", "Tags": [ @@ -48349,9 +48318,6 @@ "Color": { "BrickColor": 25 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -48364,6 +48330,9 @@ "Restitution": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -48465,15 +48434,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -48557,15 +48526,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -48649,15 +48618,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -48717,12 +48686,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -49030,9 +48999,6 @@ "ClipToDeviceSafeArea": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "DisplayOrder": { "Int32": 0 }, @@ -49048,6 +49014,9 @@ "SafeAreaCompatibility": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "ScreenInsets": { "Enum": 2 }, @@ -49269,9 +49238,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Disabled": { "Bool": false }, @@ -49284,6 +49250,9 @@ "RunContext": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "ScriptGuid": { "String": "" }, @@ -49678,12 +49647,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -50070,9 +50039,6 @@ "ClipsDescendants": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -50109,6 +50075,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "ScrollBarImageColor3": { "Color3": [ 1.0, @@ -50316,9 +50285,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "Disabled": { "Bool": false }, @@ -50418,6 +50384,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Shape": { "Enum": 1 }, @@ -50580,12 +50549,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -50691,15 +50660,15 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "LineThickness": { "Float32": 0.15 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -50821,70 +50790,67 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "Tags": [] - }, - "Transparency": { - "Float32": 0.0 - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - }, - "Visible": { - "Bool": true - } - } - }, - "SelectionPointLasso": { - "Name": "SelectionPointLasso", - "Tags": [ - "Deprecated" - ], - "Superclass": "SelectionLasso", - "Properties": { - "Point": { - "Name": "Point", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - } - }, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "Attributes": { - "Attributes": {} - }, - "Capabilities": { - "SecurityCapabilities": 0 - }, - "Color3": { - "Color3": [ - 0.050980393, - 0.4117647, - 0.6745098 - ] - }, - "DefinesCapabilities": { + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { "Bool": false }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "Transparency": { + "Float32": 0.0 + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Visible": { + "Bool": true + } + } + }, + "SelectionPointLasso": { + "Name": "SelectionPointLasso", + "Tags": [ + "Deprecated" + ], + "Superclass": "SelectionLasso", + "Properties": { + "Point": { + "Name": "Point", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "Color3": { + "Color3": [ + 0.050980393, + 0.4117647, + 0.6745098 + ] + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -50895,6 +50861,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -50978,12 +50947,12 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -51100,15 +51069,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "LoadStringEnabled": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -51139,12 +51108,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -51221,15 +51190,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HiddenServices": { "BinaryString": "AAAAAA==" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -51321,12 +51290,12 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "ShirtTemplate": { "Content": "" }, @@ -51390,15 +51359,15 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Graphic": { "Content": "" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -51479,12 +51448,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -51682,9 +51651,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -51781,6 +51747,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Shape": { "Enum": 1 }, @@ -51864,12 +51833,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SkinColor": { "BrickColor": 226 }, @@ -52059,9 +52028,6 @@ "CelestialBodiesShown": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -52071,6 +52037,9 @@ "MoonTextureId": { "Content": "rbxasset://sky/moon.jpg" }, + "Sandboxed": { + "Bool": false + }, "SkyboxBk": { "Content": "rbxasset://textures/sky/sky512_bk.tex" }, @@ -52506,9 +52475,6 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -52521,6 +52487,9 @@ "RiseVelocity": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "Size": { "Float32": 1.0 }, @@ -52628,15 +52597,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -53012,9 +52981,7 @@ "DataType": { "Value": "Float32" }, - "Tags": [ - "NotReplicated" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": { @@ -53029,9 +52996,7 @@ "DataType": { "Value": "Float32" }, - "Tags": [ - "NotReplicated" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": { @@ -53219,9 +53184,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -53261,6 +53223,9 @@ "RollOffMode": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "SoundId": { "Content": "" }, @@ -53356,12 +53321,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -53494,9 +53459,6 @@ "DefaultListenerLocation": { "Enum": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DistanceFactor": { "Float32": 3.33 }, @@ -53512,6 +53474,9 @@ "RolloffScale": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -53613,15 +53578,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -53808,9 +53773,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "Duration": { "Int32": 10 }, @@ -53916,6 +53878,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Shape": { "Enum": 1 }, @@ -54011,9 +53976,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -54030,6 +53992,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Vector3": [ 1.0, @@ -54126,15 +54091,15 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Radius": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SizeRelativeOffset": { "Vector3": [ 0.0, @@ -54230,9 +54195,6 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -54245,6 +54207,9 @@ "Range": { "Float32": 16.0 }, + "Sandboxed": { + "Bool": false + }, "Shadows": { "Bool": false }, @@ -54430,9 +54395,6 @@ "Damping": { "Float32": 0.0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -54457,6 +54419,9 @@ "Radius": { "Float32": 0.4 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -54666,12 +54631,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -54741,12 +54706,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -54773,12 +54738,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -54896,9 +54861,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -54908,6 +54870,9 @@ "RtlTextSupport": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "ScreenOrientation": { "Enum": 2 }, @@ -54946,12 +54911,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -55643,9 +55608,6 @@ "CharacterWalkSpeed": { "Float32": 16.0 }, - "DefinesCapabilities": { - "Bool": false - }, "DevCameraOcclusionMode": { "Enum": 0 }, @@ -55751,6 +55713,9 @@ "NameDisplayDistance": { "Float32": 100.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -55782,12 +55747,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -56132,12 +56097,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -58520,15 +58485,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "EnableScriptCollabByDefaultOnLoad": { "Bool": false }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -59135,15 +59100,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "Index": { "Int32": -1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -59184,12 +59149,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -59291,9 +59256,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -59303,6 +59265,9 @@ "PropertiesSerialize": { "BinaryString": "AAAAAA==" }, + "Sandboxed": { + "Bool": false + }, "Selector": { "String": "" }, @@ -59332,12 +59297,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -59412,9 +59377,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -59424,6 +59386,9 @@ "Intensity": { "Float32": 0.25 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -59558,9 +59523,6 @@ "ColorMap": { "Content": "" }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -59573,6 +59535,9 @@ "RoughnessMap": { "Content": "" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -59784,9 +59749,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -59808,6 +59770,9 @@ "ResetOnSpawn": { "Bool": true }, + "Sandboxed": { + "Bool": false + }, "SelectionBehaviorDown": { "Enum": 0 }, @@ -59973,9 +59938,6 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -59988,6 +59950,9 @@ "Range": { "Float32": 16.0 }, + "Sandboxed": { + "Bool": false + }, "Shadows": { "Bool": false }, @@ -60038,12 +60003,12 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -60151,9 +60116,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -60172,6 +60134,9 @@ "RollSpeedFactor": { "Float32": 1.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -60445,12 +60410,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -60561,12 +60526,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -60685,15 +60650,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "ReservedServerAccessCode": { "String": "" }, + "Sandboxed": { + "Bool": false + }, "ServerInstanceId": { "String": "" }, @@ -60746,12 +60711,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -61203,9 +61168,6 @@ "Decoration": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -61414,6 +61376,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "ShorelinesUpgraded": { "Bool": false }, @@ -61608,9 +61573,6 @@ "ColorMap": { "Content": "" }, - "DefinesCapabilities": { - "Bool": false - }, "Face": { "Enum": 1 }, @@ -61629,6 +61591,9 @@ "RoughnessMap": { "Content": "" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -61762,9 +61727,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "ExtentsMax": { "Vector3int16": [ 0, @@ -61782,6 +61744,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SmoothGrid": { "BinaryString": "AQU=" }, @@ -61982,9 +61947,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Description": { "String": "" }, @@ -62006,6 +61968,9 @@ "NumberOfPlayers": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SimulateSecondsLag": { "Float64": 0.0 }, @@ -62655,9 +62620,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -62724,6 +62686,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Selectable": { "Bool": true }, @@ -63328,9 +63293,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -63387,6 +63349,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Selectable": { "Bool": true }, @@ -63505,12 +63470,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -63593,9 +63558,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -63605,6 +63567,9 @@ "PrimaryAlias": { "String": "" }, + "Sandboxed": { + "Bool": false + }, "SecondaryAlias": { "String": "" }, @@ -63844,12 +63809,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -63981,12 +63946,12 @@ "CreateDefaultTextChannels": { "Bool": true }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -64549,9 +64514,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -64605,6 +64567,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Selectable": { "Bool": false }, @@ -64863,9 +64828,6 @@ 1.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Face": { "Enum": 5 }, @@ -64878,6 +64840,9 @@ "OffsetStudsV": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -65093,12 +65058,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -65292,9 +65257,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -65378,6 +65340,9 @@ "RequiresHandle": { "Bool": true }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Float32": 1.0 }, @@ -65446,9 +65411,6 @@ "Color": { "BrickColor": 23 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -65458,6 +65420,9 @@ "RelativeTo": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -65640,9 +65605,6 @@ "Damping": { "Float32": 0.01 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -65667,6 +65629,9 @@ "Restitution": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -65721,12 +65686,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -66136,9 +66101,6 @@ ] } }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -66163,6 +66125,9 @@ "MinLength": { "Float32": 0.1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -66307,9 +66272,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Depth": { "Float32": 1.0 }, @@ -66328,6 +66290,9 @@ "Priority": { "Int32": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -66641,9 +66606,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -66737,6 +66699,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 2.0, @@ -66833,12 +66798,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -66905,12 +66870,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -66940,12 +66905,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -67039,15 +67004,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DominantAxis": { "Enum": 0 }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -67151,12 +67116,12 @@ 8 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -67455,9 +67420,6 @@ "CursorIcon": { "Content": "" }, - "DefinesCapabilities": { - "Bool": false - }, "DragAxis": { "Vector2": [ 1.0, @@ -67527,6 +67489,9 @@ "ResponseStyle": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "SelectionModeDragSpeed": { "UDim2": [ [ @@ -67645,9 +67610,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FlexMode": { "Enum": 0 }, @@ -67660,6 +67622,9 @@ "ItemLineAlignment": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "ShrinkRatio": { "Float32": 0.0 }, @@ -67777,9 +67742,6 @@ ] } }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -67795,6 +67757,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -67946,9 +67911,6 @@ ] ] }, - "DefinesCapabilities": { - "Bool": false - }, "FillDirection": { "Enum": 0 }, @@ -67961,6 +67923,9 @@ "HorizontalAlignment": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "SortOrder": { "Enum": 0 }, @@ -68202,9 +68167,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FillDirection": { "Enum": 1 }, @@ -68226,6 +68188,9 @@ 0 ] }, + "Sandboxed": { + "Bool": false + }, "SortOrder": { "Enum": 0 }, @@ -68317,9 +68282,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -68347,6 +68309,9 @@ 0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -68513,9 +68478,6 @@ "Circular": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "EasingDirection": { "Enum": 1 }, @@ -68540,6 +68502,9 @@ 0 ] }, + "Sandboxed": { + "Bool": false + }, "ScrollWheelInputEnabled": { "Bool": true }, @@ -68595,12 +68560,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Float32": 1.0 }, @@ -68657,9 +68622,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -68675,6 +68637,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -68790,9 +68755,6 @@ 0.0 ] }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -68802,6 +68764,9 @@ "LineJoinMode": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -68887,9 +68852,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "FillDirection": { "Enum": 1 }, @@ -68920,6 +68882,9 @@ ] ] }, + "Sandboxed": { + "Bool": false + }, "SortOrder": { "Enum": 0 }, @@ -68979,9 +68944,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -68991,6 +68953,9 @@ "MinTextSize": { "Int32": 1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -69110,9 +69075,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -69234,6 +69196,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 4.0, @@ -69375,9 +69340,6 @@ "Color": { "BrickColor": 1009 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -69396,6 +69358,9 @@ "Restitution": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -69425,12 +69390,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -69480,12 +69445,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -71239,9 +71204,6 @@ "ControllerModels": { "Enum": 1 }, - "DefinesCapabilities": { - "Bool": false - }, "FadeOutViewOnCollision": { "Bool": true }, @@ -71251,6 +71213,9 @@ "LaserPointer": { "Enum": 1 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -71316,12 +71281,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -71362,12 +71327,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -71447,9 +71412,6 @@ "Color": { "BrickColor": 23 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -71466,6 +71428,9 @@ "RelativeTo": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -71495,12 +71460,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -71762,9 +71727,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "Disabled": { "Bool": false }, @@ -71867,6 +71829,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 4.0, @@ -72048,9 +72013,6 @@ "CurrentAngle": { "Float32": 0.0 }, - "DefinesCapabilities": { - "Bool": false - }, "DesiredAngle": { "Float32": 0.0 }, @@ -72063,6 +72025,9 @@ "MaxVelocity": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -72177,12 +72142,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -72475,9 +72440,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -72511,6 +72473,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Selectable": { "Bool": false }, @@ -72591,12 +72556,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -72829,9 +72794,6 @@ "ClipsDescendants": { "Bool": false }, - "DefinesCapabilities": { - "Bool": false - }, "Draggable": { "Bool": false }, @@ -72883,6 +72845,9 @@ "Rotation": { "Float32": 0.0 }, + "Sandboxed": { + "Bool": false + }, "Selectable": { "Bool": false }, @@ -72970,12 +72935,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -73104,15 +73069,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": false }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -73172,15 +73137,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": false }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -73253,12 +73218,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -73405,15 +73370,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "EnableDefaultVoice": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -73428,6 +73393,27 @@ } } }, + "WebViewService": { + "Name": "WebViewService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "WedgePart": { "Name": "WedgePart", "Tags": [], @@ -73524,9 +73510,6 @@ "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, - "DefinesCapabilities": { - "Bool": false - }, "EnableFluidForces": { "Bool": true }, @@ -73623,6 +73606,9 @@ 0.0 ] }, + "Sandboxed": { + "Bool": false + }, "Size": { "Vector3": [ 4.0, @@ -73730,15 +73716,15 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -73938,12 +73924,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -74042,12 +74028,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -74133,12 +74119,12 @@ 0.6745098 ] }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Vector3": [ 1.0, @@ -74645,6 +74631,21 @@ } } }, + "SandboxedInstanceMode": { + "Name": "SandboxedInstanceMode", + "Scriptability": "None", + "DataType": { + "Enum": "SandboxedInstanceMode" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SignalBehavior": { "Name": "SignalBehavior", "Scriptability": "None", @@ -74848,9 +74849,6 @@ "DecreaseMinimumPartDensityMode": { "Enum": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "DistributedGameTime": { "Float64": 0.0 }, @@ -74957,6 +74955,12 @@ "Retargeting": { "Enum": 0 }, + "Sandboxed": { + "Bool": false + }, + "SandboxedInstanceMode": { + "Enum": 0 + }, "Scale": { "Float32": 1.0 }, @@ -75061,9 +75065,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -75112,6 +75113,9 @@ "NeedsPivotMigration": { "Bool": false }, + "Sandboxed": { + "Bool": false + }, "Scale": { "Float32": 1.0 }, @@ -75197,9 +75201,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HSRAssetId": { "Content": "" }, @@ -75238,6 +75239,9 @@ ] } }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -75494,9 +75498,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "Enabled": { "Bool": true }, @@ -75573,6 +75574,9 @@ ] } }, + "Sandboxed": { + "Bool": false + }, "ShrinkFactor": { "Float32": 0.0 }, @@ -75683,9 +75687,6 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "DefinesCapabilities": { - "Bool": false - }, "HSRAssetId": { "Content": "" }, @@ -75724,6 +75725,9 @@ ] } }, + "Sandboxed": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -75842,7 +75846,9 @@ "CloseButtonClicked": 5, "FullscreenButtonClicked": 2, "PauseButtonClicked": 4, + "PauseEventTriggered": 8, "PlayButtonClicked": 3, + "PlayEventTriggered": 7, "VolumeButtonClicked": 1, "WhyThisAdClicked": 6 } @@ -76723,13 +76729,15 @@ "ClientServerBoundaryViolation": 9, "CommandLinePermissions": 4, "Deprecated": 1, + "ElideLeftOverride": 12, "IncorrectIndexType": 2, "Invalidated": 10, "PluginPermissions": 3, "PutCursorBeforeEnd": 11, "PutCursorInParens": 7, "RobloxPermissions": 5, - "TypeCorrect": 8 + "TypeCorrect": 8, + "UseTextEditForAutocompleteScore": 13 } }, "CompletionTriggerKind": { @@ -77600,11 +77608,11 @@ "HapticEffectType": { "name": "HapticEffectType", "items": { - "GameplayCollision": 4, - "GameplayExplosion": 3, - "UIClick": 1, - "UIHover": 0, - "UINotification": 2 + "GameplayCollision": 5, + "GameplayExplosion": 4, + "UIClick": 2, + "UIHover": 1, + "UINotification": 3 } }, "HighlightDepthMode": { @@ -79242,6 +79250,13 @@ "Premium": 3 } }, + "SandboxedInstanceMode": { + "name": "SandboxedInstanceMode", + "items": { + "Default": 0, + "Experimental": 1 + } + }, "SaveAvatarThumbnailCustomizationFailure": { "name": "SaveAvatarThumbnailCustomizationFailure", "items": { diff --git a/rbx_reflection_database/CHANGELOG.md b/rbx_reflection_database/CHANGELOG.md index cbdb9a31e..597ba2bf6 100644 --- a/rbx_reflection_database/CHANGELOG.md +++ b/rbx_reflection_database/CHANGELOG.md @@ -1,12 +1,14 @@ # rbx\_reflection_database Changelog ## Unreleased Changes -* Update to Roblox version 647. +* Update to Roblox version 648. * `Model.WorldPivotData`'s default value is now `null`. ([#450]) * `SharedString` properties now have default values. ([#458]) +* `Instance.DefinesCapabilities` is now an alias for `Instance.Sandboxed` ([#459]) [#458]: https://github.com/rojo-rbx/rbx-dom/pull/458 [#450]: https://github.com/rojo-rbx/rbx-dom/pull/450 +[#459]: https://github.com/rojo-rbx/rbx-dom/pull/459 ## 0.2.12+roblox-638 (2024-08-22) * Update to Roblox version 638. diff --git a/rbx_reflection_database/database.msgpack b/rbx_reflection_database/database.msgpack index f28eaf4752b91bc9d52c1ad3c936e1454b2b15b7..e6099337fb01000da81bb4be74810a80ea908133 100644 GIT binary patch delta 12076 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 diff --git a/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__decoded.snap b/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__decoded.snap index bf7eda439..1e5b32092 100644 --- a/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__decoded.snap +++ b/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__decoded.snap @@ -29,8 +29,6 @@ expression: "DomViewer::new().view_children(&decoded)" - 0 - 0 - 0 - DefinesCapabilities: - Bool: false EnvironmentDiffuseScale: Float32: 1 EnvironmentSpecularScale: @@ -57,6 +55,8 @@ expression: "DomViewer::new().view_children(&decoded)" - 0.27450982 Outlines: Bool: false + Sandboxed: + Bool: false ShadowSoftness: Float32: 0.2 SourceAssetId: @@ -68,3 +68,4 @@ expression: "DomViewer::new().view_children(&decoded)" TimeOfDay: String: "14:30:00" children: [] + diff --git a/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__roundtrip.snap b/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__roundtrip.snap index 2fb8924f9..87bb83aaf 100644 --- a/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__roundtrip.snap +++ b/rbx_xml/src/tests/snapshots/rbx_xml__tests__lighting-with-int32-attribute__roundtrip.snap @@ -29,8 +29,6 @@ expression: "DomViewer::new().view_children(&roundtrip)" - 0 - 0 - 0 - DefinesCapabilities: - Bool: false EnvironmentDiffuseScale: Float32: 1 EnvironmentSpecularScale: @@ -57,6 +55,8 @@ expression: "DomViewer::new().view_children(&roundtrip)" - 0.27450982 Outlines: Bool: false + Sandboxed: + Bool: false ShadowSoftness: Float32: 0.2 SourceAssetId: @@ -68,3 +68,4 @@ expression: "DomViewer::new().view_children(&roundtrip)" TimeOfDay: String: "14:30:00" children: [] + diff --git a/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__decoded.snap b/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__decoded.snap index f222cca7a..1ee8f3f76 100644 --- a/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__decoded.snap +++ b/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__decoded.snap @@ -10,7 +10,7 @@ expression: "DomViewer::new().view_children(&decoded)" Attributes: {} Capabilities: SecurityCapabilities: 0 - DefinesCapabilities: + Sandboxed: Bool: false SourceAssetId: Int64: -1 @@ -27,7 +27,7 @@ expression: "DomViewer::new().view_children(&decoded)" Attributes: {} Capabilities: SecurityCapabilities: 2882400000 - DefinesCapabilities: + Sandboxed: Bool: false SourceAssetId: Int64: -1 diff --git a/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__roundtrip.snap b/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__roundtrip.snap index 9fb942843..7237727a1 100644 --- a/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__roundtrip.snap +++ b/rbx_xml/src/tests/snapshots/rbx_xml__tests__number-values-with-security-capabilities__roundtrip.snap @@ -10,7 +10,7 @@ expression: "DomViewer::new().view_children(&roundtrip)" Attributes: {} Capabilities: SecurityCapabilities: 0 - DefinesCapabilities: + Sandboxed: Bool: false SourceAssetId: Int64: -1 @@ -27,7 +27,7 @@ expression: "DomViewer::new().view_children(&roundtrip)" Attributes: {} Capabilities: SecurityCapabilities: 2882400000 - DefinesCapabilities: + Sandboxed: Bool: false SourceAssetId: Int64: -1