From 1c281539e0d0969c8b1c975d4bbe2c9fb657e52f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 14 May 2021 16:36:32 -0400 Subject: [PATCH] Update rbx_dom_lua, using subfolder now --- plugin/rbx_dom_lua/.luacheckrc | 44 - plugin/rbx_dom_lua/{src => }/EncodedValue.lua | 0 .../{src => }/EncodedValue.spec.lua | 0 plugin/rbx_dom_lua/{src => }/Error.lua | 0 .../{src => }/PropertyDescriptor.lua | 0 plugin/rbx_dom_lua/README.md | 2 - plugin/rbx_dom_lua/{src => }/allValues.json | 0 plugin/rbx_dom_lua/{src => }/base64.lua | 0 plugin/rbx_dom_lua/{src => }/base64.spec.lua | 0 .../{src => }/customProperties.lua | 0 plugin/rbx_dom_lua/{src => }/database.json | 2604 ++++++++++++++--- plugin/rbx_dom_lua/default.project.json | 6 - plugin/rbx_dom_lua/{src => }/init.lua | 0 plugin/rbx_dom_lua/{src => }/init.spec.lua | 0 plugin/rbx_dom_lua/run-tests.lua | 1 - plugin/rbx_dom_lua/test | 4 - plugin/rbx_dom_lua/test-place.project.json | 35 - 17 files changed, 2186 insertions(+), 510 deletions(-) delete mode 100644 plugin/rbx_dom_lua/.luacheckrc rename plugin/rbx_dom_lua/{src => }/EncodedValue.lua (100%) rename plugin/rbx_dom_lua/{src => }/EncodedValue.spec.lua (100%) rename plugin/rbx_dom_lua/{src => }/Error.lua (100%) rename plugin/rbx_dom_lua/{src => }/PropertyDescriptor.lua (100%) delete mode 100644 plugin/rbx_dom_lua/README.md rename plugin/rbx_dom_lua/{src => }/allValues.json (100%) rename plugin/rbx_dom_lua/{src => }/base64.lua (100%) rename plugin/rbx_dom_lua/{src => }/base64.spec.lua (100%) rename plugin/rbx_dom_lua/{src => }/customProperties.lua (100%) rename plugin/rbx_dom_lua/{src => }/database.json (95%) delete mode 100644 plugin/rbx_dom_lua/default.project.json rename plugin/rbx_dom_lua/{src => }/init.lua (100%) rename plugin/rbx_dom_lua/{src => }/init.spec.lua (100%) delete mode 100644 plugin/rbx_dom_lua/run-tests.lua delete mode 100644 plugin/rbx_dom_lua/test delete mode 100644 plugin/rbx_dom_lua/test-place.project.json diff --git a/plugin/rbx_dom_lua/.luacheckrc b/plugin/rbx_dom_lua/.luacheckrc deleted file mode 100644 index f1447162..00000000 --- a/plugin/rbx_dom_lua/.luacheckrc +++ /dev/null @@ -1,44 +0,0 @@ -stds.roblox = { - read_globals = { - game = { - other_fields = true, - }, - - -- Roblox globals - "script", - - -- Extra functions - "tick", "warn", - "wait", "typeof", - - -- Types - "CFrame", - "Color3", - "Enum", - "Instance", - "NumberRange", - "Rect", - "UDim", "UDim2", - "Vector2", "Vector3", - "Vector2int16", "Vector3int16", - } -} - -stds.testez = { - read_globals = { - "describe", - "it", "itFOCUS", "itSKIP", - "FOCUS", "SKIP", "HACK_NO_XPCALL", - "expect", - } -} - -ignore = { - "212", -- unused arguments -} - -std = "lua51+roblox" - -files["**/*.spec.lua"] = { - std = "+testez", -} \ No newline at end of file diff --git a/plugin/rbx_dom_lua/src/EncodedValue.lua b/plugin/rbx_dom_lua/EncodedValue.lua similarity index 100% rename from plugin/rbx_dom_lua/src/EncodedValue.lua rename to plugin/rbx_dom_lua/EncodedValue.lua diff --git a/plugin/rbx_dom_lua/src/EncodedValue.spec.lua b/plugin/rbx_dom_lua/EncodedValue.spec.lua similarity index 100% rename from plugin/rbx_dom_lua/src/EncodedValue.spec.lua rename to plugin/rbx_dom_lua/EncodedValue.spec.lua diff --git a/plugin/rbx_dom_lua/src/Error.lua b/plugin/rbx_dom_lua/Error.lua similarity index 100% rename from plugin/rbx_dom_lua/src/Error.lua rename to plugin/rbx_dom_lua/Error.lua diff --git a/plugin/rbx_dom_lua/src/PropertyDescriptor.lua b/plugin/rbx_dom_lua/PropertyDescriptor.lua similarity index 100% rename from plugin/rbx_dom_lua/src/PropertyDescriptor.lua rename to plugin/rbx_dom_lua/PropertyDescriptor.lua diff --git a/plugin/rbx_dom_lua/README.md b/plugin/rbx_dom_lua/README.md deleted file mode 100644 index 437e37c1..00000000 --- a/plugin/rbx_dom_lua/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# rbx_dom_lua -Roblox Lua implementation of rbx-dom mechanisms, intended to work with rbx_dom_weak and friends. \ No newline at end of file diff --git a/plugin/rbx_dom_lua/src/allValues.json b/plugin/rbx_dom_lua/allValues.json similarity index 100% rename from plugin/rbx_dom_lua/src/allValues.json rename to plugin/rbx_dom_lua/allValues.json diff --git a/plugin/rbx_dom_lua/src/base64.lua b/plugin/rbx_dom_lua/base64.lua similarity index 100% rename from plugin/rbx_dom_lua/src/base64.lua rename to plugin/rbx_dom_lua/base64.lua diff --git a/plugin/rbx_dom_lua/src/base64.spec.lua b/plugin/rbx_dom_lua/base64.spec.lua similarity index 100% rename from plugin/rbx_dom_lua/src/base64.spec.lua rename to plugin/rbx_dom_lua/base64.spec.lua diff --git a/plugin/rbx_dom_lua/src/customProperties.lua b/plugin/rbx_dom_lua/customProperties.lua similarity index 100% rename from plugin/rbx_dom_lua/src/customProperties.lua rename to plugin/rbx_dom_lua/customProperties.lua diff --git a/plugin/rbx_dom_lua/src/database.json b/plugin/rbx_dom_lua/database.json similarity index 95% rename from plugin/rbx_dom_lua/src/database.json rename to plugin/rbx_dom_lua/database.json index 30ad0fdd..072fae51 100644 --- a/plugin/rbx_dom_lua/src/database.json +++ b/plugin/rbx_dom_lua/database.json @@ -1,9 +1,9 @@ { "Version": [ 0, - 465, - 0, - 417678 + 478, + 1, + 422443 ], "Classes": { "ABTestService": { @@ -531,7 +531,7 @@ "Properties": { "ApiKey": { "Name": "ApiKey", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -1743,7 +1743,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -1756,7 +1759,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -1782,7 +1788,10 @@ "DataType": { "Enum": "InputType" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -1795,7 +1804,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -1808,7 +1820,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -1834,7 +1849,10 @@ "DataType": { "Enum": "InputType" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2033,7 +2051,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2046,7 +2067,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2072,7 +2096,10 @@ "DataType": { "Enum": "InputType" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2085,7 +2112,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2098,7 +2128,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2124,7 +2157,10 @@ "DataType": { "Enum": "InputType" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2217,6 +2253,19 @@ } } }, + "PivotOffset": { + "Name": "PivotOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Position": { "Name": "Position", "Scriptability": "ReadWrite", @@ -2300,7 +2349,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2313,7 +2365,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2339,7 +2394,10 @@ "DataType": { "Enum": "InputType" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2430,7 +2488,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2443,7 +2504,10 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2469,7 +2533,10 @@ "DataType": { "Enum": "InputType" }, - "Tags": [], + "Tags": [ + "Deprecated", + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -4876,6 +4943,17 @@ "Properties": {}, "DefaultProperties": {} }, + "CalloutService": { + "Name": "CalloutService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Camera": { "Name": "Camera", "Tags": [ @@ -5314,7 +5392,7 @@ }, "LoadDefaultChat": { "Name": "LoadDefaultChat", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, @@ -6222,7 +6300,7 @@ "Properties": { "SelectionImageObject": { "Name": "SelectionImageObject", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Ref" }, @@ -6429,6 +6507,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -6794,6 +6899,19 @@ } } }, + "AngularResponsiveness": { + "Name": "AngularResponsiveness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AngularRestitution": { "Name": "AngularRestitution", "Scriptability": "ReadWrite", @@ -6983,6 +7101,10 @@ "Type": "Bool", "Value": false }, + "AngularResponsiveness": { + "Type": "Float32", + "Value": 45.0 + }, "AngularRestitution": { "Type": "Float32", "Value": 0.0 @@ -7015,6 +7137,10 @@ "Type": "Bool", "Value": false }, + "LinearResponsiveness": { + "Type": "Float32", + "Value": 45.0 + }, "LowerAngle": { "Type": "Float32", "Value": -45.0 @@ -7187,11 +7313,12 @@ }, "IsSFFlagsLoaded": { "Name": "IsSFFlagsLoaded", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -7429,11 +7556,12 @@ "Properties": { "CurrentDataModelType": { "Name": "CurrentDataModelType", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Enum": "StudioDataModelType" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -7445,11 +7573,12 @@ }, "SessionId": { "Name": "SessionId", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -7667,7 +7796,7 @@ "Properties": { "AutomaticRetry": { "Name": "AutomaticRetry", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -7682,12 +7811,13 @@ }, "LegacyNamingScheme": { "Name": "LegacyNamingScheme", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ - "Deprecated" + "Deprecated", + "Hidden" ], "Kind": { "Canonical": { @@ -7981,7 +8111,8 @@ "Name": "DebuggerManager", "Tags": [ "NotCreatable", - "NotReplicated" + "NotReplicated", + "Service" ], "Superclass": "Instance", "Properties": { @@ -9701,6 +9832,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -10422,7 +10580,7 @@ "Properties": { "AdditionalCoreIncludeDirs": { "Name": "AdditionalCoreIncludeDirs", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "String" }, @@ -10435,7 +10593,7 @@ }, "OverrideStarterScript": { "Name": "OverrideStarterScript", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "String" }, @@ -10461,7 +10619,7 @@ }, "VideoRecording": { "Name": "VideoRecording", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -10487,7 +10645,7 @@ "Properties": { "GamepadCursorEnabled": { "Name": "GamepadCursorEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -10845,7 +11003,7 @@ }, "ClippedRect": { "Name": "ClippedRect", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Rect" }, @@ -10862,7 +11020,7 @@ }, "IsNotOccluded": { "Name": "IsNotOccluded", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -10896,7 +11054,7 @@ }, "RawRect2D": { "Name": "RawRect2D", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Rect" }, @@ -10926,7 +11084,7 @@ }, "TotalGroupScale": { "Name": "TotalGroupScale", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Float32" }, @@ -11514,7 +11672,7 @@ }, "CoreEffectFolder": { "Name": "CoreEffectFolder", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Ref" }, @@ -11530,7 +11688,7 @@ }, "CoreGuiFolder": { "Name": "CoreGuiFolder", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Ref" }, @@ -11622,11 +11780,12 @@ }, "SelectedCoreObject": { "Name": "SelectedCoreObject", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Ref" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -11911,6 +12070,19 @@ } } }, + "AngularResponsiveness": { + "Name": "AngularResponsiveness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AngularSpeed": { "Name": "AngularSpeed", "Scriptability": "ReadWrite", @@ -12076,6 +12248,10 @@ "Type": "Enum", "Value": 0 }, + "AngularResponsiveness": { + "Type": "Float32", + "Value": 45.0 + }, "AngularSpeed": { "Type": "Float32", "Value": 0.0 @@ -12311,7 +12487,7 @@ "Properties": { "HttpEnabled": { "Name": "HttpEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -12967,6 +13143,21 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AccessoryBlob": { + "Name": "AccessoryBlob", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "BackAccessory": { "Name": "BackAccessory", "Scriptability": "ReadWrite", @@ -13255,7 +13446,7 @@ }, "NumberEmotesLoaded": { "Name": "NumberEmotesLoaded", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int32" }, @@ -13465,6 +13656,10 @@ } }, "DefaultProperties": { + "AccessoryBlob": { + "Type": "String", + "Value": "" + }, "AttributesSerialize": { "Type": "BinaryString", "Value": "" @@ -14489,6 +14684,17 @@ } } }, + "IncrementalPatchBuilder": { + "Name": "IncrementalPatchBuilder", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "InputObject": { "Name": "InputObject", "Tags": [ @@ -14697,12 +14903,13 @@ }, "DataCost": { "Name": "DataCost", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Int32" }, "Tags": [ "Deprecated", + "Hidden", "NotReplicated", "ReadOnly" ], @@ -14746,7 +14953,9 @@ "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -15205,7 +15414,9 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -16082,11 +16293,12 @@ "Properties": { "ForcePlayModeGameLocaleId": { "Name": "ForcePlayModeGameLocaleId", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -16097,11 +16309,12 @@ }, "ForcePlayModeRobloxLocaleId": { "Name": "ForcePlayModeRobloxLocaleId", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -16112,7 +16325,7 @@ }, "IsTextScraperRunning": { "Name": "IsTextScraperRunning", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -16127,11 +16340,12 @@ }, "RobloxForcePlayModeGameLocaleId": { "Name": "RobloxForcePlayModeGameLocaleId", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -16142,11 +16356,12 @@ }, "RobloxForcePlayModeRobloxLocaleId": { "Name": "RobloxForcePlayModeRobloxLocaleId", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -16344,22 +16559,6 @@ "Serialization": "DoesNotSerialize" } } - }, - "IsDifferentFromFileSystem": { - "Name": "IsDifferentFromFileSystem", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } } }, "DefaultProperties": {} @@ -16583,6 +16782,48 @@ "Properties": {}, "DefaultProperties": {} }, + "MemoryStoreQueue": { + "Name": "MemoryStoreQueue", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "MemoryStoreService": { + "Name": "MemoryStoreService", + "Tags": [ + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "AttributesSerialize": { + "Type": "BinaryString", + "Value": "" + }, + "SourceAssetId": { + "Type": "Int64", + "Value": -1 + }, + "Tags": { + "Type": "BinaryString", + "Value": "" + } + } + }, + "MemoryStoreSortedMap": { + "Name": "MemoryStoreSortedMap", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "MeshContentProvider": { "Name": "MeshContentProvider", "Tags": [ @@ -16614,7 +16855,7 @@ }, "HasJointOffset": { "Name": "HasJointOffset", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, @@ -16629,7 +16870,7 @@ }, "HasSkinnedMesh": { "Name": "HasSkinnedMesh", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, @@ -16644,7 +16885,7 @@ }, "JointOffset": { "Name": "JointOffset", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Vector3" }, @@ -16675,7 +16916,7 @@ }, "MeshId": { "Name": "MeshId", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Content" }, @@ -16899,6 +17140,33 @@ "Type": "Content", "Value": "" }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -17066,6 +17334,53 @@ "Serialization": "Serializes" } } + }, + "World Pivot Orientation": { + "Name": "World Pivot Orientation", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "World Pivot Position": { + "Name": "World Pivot Position", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WorldPivot": { + "Name": "WorldPivot", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -17681,11 +17996,12 @@ "Properties": { "FocusedDataModelSession": { "Name": "FocusedDataModelSession", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Ref" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -17847,6 +18163,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -17998,6 +18341,22 @@ ], "Superclass": "Instance", "Properties": { + "EmulatedTotalMemoryInMB": { + "Name": "EmulatedTotalMemoryInMB", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ExtraMemoryUsed": { "Name": "ExtraMemoryUsed", "Scriptability": "ReadWrite", @@ -18033,7 +18392,7 @@ }, "HttpProxyEnabled": { "Name": "HttpProxyEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, @@ -18046,7 +18405,7 @@ }, "HttpProxyURL": { "Name": "HttpProxyURL", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "String" }, @@ -18273,11 +18632,12 @@ "Properties": { "IsLuaChatEnabled": { "Name": "IsLuaChatEnabled", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -18289,7 +18649,7 @@ }, "IsLuaGameDetailsEnabled": { "Name": "IsLuaGameDetailsEnabled", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -18305,7 +18665,7 @@ }, "SelectedTheme": { "Name": "SelectedTheme", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -18552,7 +18912,72 @@ "NotCreatable" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "Origin Orientation": { + "Name": "Origin Orientation", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Origin Position": { + "Name": "Origin Position", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Pivot Offset Orientation": { + "Name": "Pivot Offset Orientation", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Pivot Offset Position": { + "Name": "Pivot Offset Position", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": {} }, "PackageLink": { @@ -18578,6 +19003,40 @@ } } }, + "Creator": { + "Name": "Creator", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PackageAssetName": { + "Name": "PackageAssetName", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PackageId": { "Name": "PackageId", "Scriptability": "Read", @@ -18588,6 +19047,38 @@ "NotReplicated", "ReadOnly" ], + "Kind": { + "Canonical": { + "Serialization": { + "SerializesAs": "PackageIdSerialize" + } + } + } + }, + "PackageIdSerialize": { + "Name": "PackageIdSerialize", + "Scriptability": "None", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Alias": { + "AliasFor": "PackageId" + } + } + }, + "PermissionLevel": { + "Name": "PermissionLevel", + "Scriptability": "None", + "DataType": { + "Enum": "PackagePermission" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -18596,7 +19087,7 @@ }, "Status": { "Name": "Status", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -18612,7 +19103,7 @@ }, "VersionNumber": { "Name": "VersionNumber", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Int64" }, @@ -18719,11 +19210,13 @@ "Properties": { "A": { "Name": "A", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -18732,11 +19225,13 @@ }, "B": { "Name": "B", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -18745,11 +19240,13 @@ }, "C": { "Name": "C", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -18758,11 +19255,13 @@ }, "Range": { "Name": "Range", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -18771,11 +19270,13 @@ }, "Thickness": { "Name": "Thickness", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -18994,6 +19495,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -19317,6 +19845,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -20178,7 +20733,7 @@ }, "AreTimestepsShown": { "Name": "AreTimestepsShown", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -20416,12 +20971,13 @@ }, "AppearanceDidLoad": { "Name": "AppearanceDidLoad", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ "Deprecated", + "Hidden", "NotReplicated", "ReadOnly" ], @@ -20540,11 +21096,12 @@ }, "ChatMode": { "Name": "ChatMode", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Enum": "ChatMode" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -20562,6 +21119,7 @@ }, "Tags": [ "Deprecated", + "Hidden", "NotReplicated", "ReadOnly" ], @@ -20573,12 +21131,13 @@ }, "DataComplexityLimit": { "Name": "DataComplexityLimit", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int32" }, "Tags": [ "Deprecated", + "Hidden", "NotReplicated" ], "Kind": { @@ -20595,6 +21154,7 @@ }, "Tags": [ "Deprecated", + "Hidden", "NotReplicated", "ReadOnly" ], @@ -20713,7 +21273,7 @@ }, "GameplayPaused": { "Name": "GameplayPaused", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, @@ -20726,11 +21286,12 @@ }, "Guest": { "Name": "Guest", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -20772,11 +21333,12 @@ }, "MaximumSimulationRadius": { "Name": "MaximumSimulationRadius", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Float32" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -20829,11 +21391,12 @@ }, "OsPlatform": { "Name": "OsPlatform", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -20844,11 +21407,13 @@ }, "PlatformName": { "Name": "PlatformName", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -20883,11 +21448,13 @@ }, "SimulationRadius": { "Name": "SimulationRadius", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -20924,7 +21491,7 @@ }, "Teleported": { "Name": "Teleported", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -20941,11 +21508,13 @@ }, "TeleportedIn": { "Name": "TeleportedIn", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -20967,11 +21536,13 @@ }, "VRDevice": { "Name": "VRDevice", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -21004,9 +21575,24 @@ ], "Superclass": "Instance", "Properties": { + "DEPRECATED_SerializedEmulatedPolicyInfo": { + "Name": "DEPRECATED_SerializedEmulatedPolicyInfo", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "EmulatedCountryCode": { "Name": "EmulatedCountryCode", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -21021,7 +21607,7 @@ }, "EmulatedGameLocale": { "Name": "EmulatedGameLocale", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -21036,7 +21622,7 @@ }, "PlayerEmulationEnabled": { "Name": "PlayerEmulationEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -21051,11 +21637,12 @@ }, "PlayerEmulationEnabled_deprecated": { "Name": "PlayerEmulationEnabled_deprecated", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -21066,9 +21653,9 @@ }, "SerializedEmulatedPolicyInfo": { "Name": "SerializedEmulatedPolicyInfo", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { - "Value": "String" + "Value": "BinaryString" }, "Tags": [ "Hidden" @@ -21081,11 +21668,12 @@ }, "StudioEmulatedCountryRegionCode": { "Name": "StudioEmulatedCountryRegionCode", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -21100,6 +21688,10 @@ "Type": "BinaryString", "Value": "" }, + "DEPRECATED_SerializedEmulatedPolicyInfo": { + "Type": "String", + "Value": "" + }, "EmulatedCountryCode": { "Type": "String", "Value": "" @@ -21113,7 +21705,7 @@ "Value": false }, "SerializedEmulatedPolicyInfo": { - "Type": "String", + "Type": "BinaryString", "Value": "" }, "SourceAssetId": { @@ -21289,11 +21881,13 @@ }, "MaxPlayersInternal": { "Name": "MaxPlayersInternal", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Alias": { "AliasFor": "MaxPlayers" @@ -21337,11 +21931,13 @@ }, "PreferredPlayersInternal": { "Name": "PreferredPlayersInternal", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Alias": { "AliasFor": "PreferredPlayers" @@ -21470,11 +22066,12 @@ }, "HostDataModelType": { "Name": "HostDataModelType", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Enum": "StudioDataModelType" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -21486,11 +22083,12 @@ }, "HostDataModelTypeIsCurrent": { "Name": "HostDataModelTypeIsCurrent", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -21502,11 +22100,12 @@ }, "MultipleDocumentInterfaceInstance": { "Name": "MultipleDocumentInterfaceInstance", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Ref" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -21518,11 +22117,12 @@ }, "UsesAssetInsertionDrag": { "Name": "UsesAssetInsertionDrag", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -21575,11 +22175,12 @@ }, "Checked": { "Name": "Checked", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -21590,11 +22191,12 @@ }, "DefaultShortcut": { "Name": "DefaultShortcut", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -21605,11 +22207,12 @@ }, "Enabled": { "Name": "Enabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -21843,6 +22446,17 @@ "Properties": {}, "DefaultProperties": {} }, + "PluginPolicyService": { + "Name": "PluginPolicyService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "PluginToolbar": { "Name": "PluginToolbar", "Tags": [ @@ -21987,7 +22601,7 @@ "Properties": { "IsLuobuServer": { "Name": "IsLuobuServer", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "TriStateBoolean" }, @@ -22002,7 +22616,7 @@ }, "LuobuWhitelisted": { "Name": "LuobuWhitelisted", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "TriStateBoolean" }, @@ -22205,6 +22819,10 @@ "Type": "Bool", "Value": false }, + "LinearResponsiveness": { + "Type": "Float32", + "Value": 45.0 + }, "LowerLimit": { "Type": "Float32", "Value": 0.0 @@ -22575,6 +23193,17 @@ } } }, + "PublishService": { + "Name": "PublishService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "QWidgetPluginGui": { "Name": "QWidgetPluginGui", "Tags": [ @@ -24271,6 +24900,45 @@ } } }, + "LimitAngle0": { + "Name": "LimitAngle0", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LimitAngle1": { + "Name": "LimitAngle1", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LimitsEnabled": { + "Name": "LimitsEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Thickness": { "Name": "Thickness", "Scriptability": "ReadWrite", @@ -24302,6 +24970,18 @@ "Type": "Float32", "Value": 5.0 }, + "LimitAngle0": { + "Type": "Float32", + "Value": 90.0 + }, + "LimitAngle1": { + "Type": "Float32", + "Value": 90.0 + }, + "LimitsEnabled": { + "Type": "Bool", + "Value": false + }, "SourceAssetId": { "Type": "Int64", "Value": -1 @@ -24744,7 +25424,7 @@ }, "OnTopOfCoreBlur": { "Name": "OnTopOfCoreBlur", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -24854,12 +25534,12 @@ "Properties": { "ScriptsDisabled": { "Name": "ScriptsDisabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated" + "Hidden" ], "Kind": { "Canonical": { @@ -24974,7 +25654,7 @@ "Properties": { "AbsoluteCanvasSize": { "Name": "AbsoluteCanvasSize", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, @@ -25072,7 +25752,7 @@ }, "HorizontalBarRect": { "Name": "HorizontalBarRect", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Rect" }, @@ -25102,7 +25782,7 @@ }, "MaxCanvasPosition": { "Name": "MaxCanvasPosition", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, @@ -25210,7 +25890,7 @@ }, "VerticalBarRect": { "Name": "VerticalBarRect", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Rect" }, @@ -25631,6 +26311,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -25723,11 +26430,12 @@ "Properties": { "ActiveInstance": { "Name": "ActiveInstance", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Ref" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -26569,6 +27277,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -26977,6 +27712,19 @@ } } }, + "LinearResponsiveness": { + "Name": "LinearResponsiveness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "LowerLimit": { "Name": "LowerLimit", "Scriptability": "ReadWrite", @@ -28246,6 +28994,33 @@ "Type": "Bool", "Value": true }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -28342,6 +29117,135 @@ "Properties": {}, "DefaultProperties": {} }, + "Speaker": { + "Name": "Speaker", + "Tags": [ + "Deprecated" + ], + "Superclass": "Instance", + "Properties": { + "PlaybackLoudness": { + "Name": "PlaybackLoudness", + "Scriptability": "Read", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RollOffMaxDistance": { + "Name": "RollOffMaxDistance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RollOffMinDistance": { + "Name": "RollOffMinDistance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RollOffMode": { + "Name": "RollOffMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "RollOffMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SoundGroup": { + "Name": "SoundGroup", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Source": { + "Name": "Source", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Volume": { + "Name": "Volume", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AttributesSerialize": { + "Type": "BinaryString", + "Value": "" + }, + "RollOffMode": { + "Type": "Enum", + "Value": 0 + }, + "SourceAssetId": { + "Type": "Int64", + "Value": -1 + }, + "Tags": { + "Type": "BinaryString", + "Value": "" + }, + "Volume": { + "Type": "Float32", + "Value": 0.0 + } + } + }, "SpecialMesh": { "Name": "SpecialMesh", "Tags": [], @@ -29022,7 +29926,7 @@ "Properties": { "AllowCustomAnimations": { "Name": "AllowCustomAnimations", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, @@ -29232,7 +30136,7 @@ }, "GameSettingsAssetIDFace": { "Name": "GameSettingsAssetIDFace", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29248,7 +30152,7 @@ }, "GameSettingsAssetIDHead": { "Name": "GameSettingsAssetIDHead", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29264,7 +30168,7 @@ }, "GameSettingsAssetIDLeftArm": { "Name": "GameSettingsAssetIDLeftArm", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29280,7 +30184,7 @@ }, "GameSettingsAssetIDLeftLeg": { "Name": "GameSettingsAssetIDLeftLeg", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29296,7 +30200,7 @@ }, "GameSettingsAssetIDPants": { "Name": "GameSettingsAssetIDPants", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29312,7 +30216,7 @@ }, "GameSettingsAssetIDRightArm": { "Name": "GameSettingsAssetIDRightArm", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29328,7 +30232,7 @@ }, "GameSettingsAssetIDRightLeg": { "Name": "GameSettingsAssetIDRightLeg", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29344,7 +30248,7 @@ }, "GameSettingsAssetIDShirt": { "Name": "GameSettingsAssetIDShirt", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29360,7 +30264,7 @@ }, "GameSettingsAssetIDTeeShirt": { "Name": "GameSettingsAssetIDTeeShirt", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29376,7 +30280,7 @@ }, "GameSettingsAssetIDTorso": { "Name": "GameSettingsAssetIDTorso", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -29392,7 +30296,7 @@ }, "GameSettingsAvatar": { "Name": "GameSettingsAvatar", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "GameAvatarType" }, @@ -29408,7 +30312,7 @@ }, "GameSettingsR15Collision": { "Name": "GameSettingsR15Collision", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "R15CollisionType" }, @@ -29424,7 +30328,7 @@ }, "GameSettingsScaleRangeBodyType": { "Name": "GameSettingsScaleRangeBodyType", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "NumberRange" }, @@ -29440,7 +30344,7 @@ }, "GameSettingsScaleRangeHead": { "Name": "GameSettingsScaleRangeHead", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "NumberRange" }, @@ -29456,7 +30360,7 @@ }, "GameSettingsScaleRangeHeight": { "Name": "GameSettingsScaleRangeHeight", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "NumberRange" }, @@ -29472,7 +30376,7 @@ }, "GameSettingsScaleRangeProportion": { "Name": "GameSettingsScaleRangeProportion", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "NumberRange" }, @@ -29488,7 +30392,7 @@ }, "GameSettingsScaleRangeWidth": { "Name": "GameSettingsScaleRangeWidth", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "NumberRange" }, @@ -29528,6 +30432,21 @@ } } }, + "LoadCharacterLayeredClothing": { + "Name": "LoadCharacterLayeredClothing", + "Scriptability": "None", + "DataType": { + "Enum": "LoadCharacterLayeredClothing" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "NameDisplayDistance": { "Name": "NameDisplayDistance", "Scriptability": "ReadWrite", @@ -29715,6 +30634,10 @@ "Type": "Bool", "Value": true }, + "LoadCharacterLayeredClothing": { + "Type": "Enum", + "Value": 0 + }, "NameDisplayDistance": { "Type": "Float32", "Value": 100.0 @@ -29932,7 +30855,25 @@ "NotCreatable" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "DisplayName": { + "Name": "DisplayName", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": {} }, "Status": { @@ -30447,7 +31388,7 @@ }, "DisplayLanguage": { "Name": "DisplayLanguage", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -30713,21 +31654,6 @@ } } }, - "Language": { - "Name": "Language", - "Scriptability": "ReadWrite", - "DataType": { - "Enum": "LanguagePreference" - }, - "Tags": [ - "Deprecated" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "Line Thickness": { "Name": "Line Thickness", "Scriptability": "ReadWrite", @@ -30814,6 +31740,21 @@ } } }, + "Menu Item Background Color": { + "Name": "Menu Item Background Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Method Color": { "Name": "Method Color", "Scriptability": "ReadWrite", @@ -30887,7 +31828,7 @@ }, "OverrideCoreScripts": { "Name": "OverrideCoreScripts", - "Scriptability": "ReadWrite", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, @@ -30911,6 +31852,19 @@ } } }, + "Physical Draggers Select Scope By Default": { + "Name": "Physical Draggers Select Scope By Default", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PluginDebuggingEnabled": { "Name": "PluginDebuggingEnabled", "Scriptability": "ReadWrite", @@ -30924,6 +31878,21 @@ } } }, + "Primary Text Color": { + "Name": "Primary Text Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Property Color": { "Name": "Property Color", "Scriptability": "ReadWrite", @@ -31019,6 +31988,36 @@ } } }, + "Script Editor Scrollbar Background Color": { + "Name": "Script Editor Scrollbar Background Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Script Editor Scrollbar Handle Color": { + "Name": "Script Editor Scrollbar Handle Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ScriptTimeoutLength": { "Name": "ScriptTimeoutLength", "Scriptability": "ReadWrite", @@ -31058,6 +32057,21 @@ } } }, + "Secondary Text Color": { + "Name": "Secondary Text Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Select Color": { "Name": "Select Color", "Scriptability": "ReadWrite", @@ -31084,6 +32098,36 @@ } } }, + "Selected Menu Item Background Color": { + "Name": "Selected Menu Item Background Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Selected Text Color": { + "Name": "Selected Text Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Selection Background Color": { "Name": "Selection Background Color", "Scriptability": "ReadWrite", @@ -31153,6 +32197,19 @@ } } }, + "Show Deployment Warnings": { + "Name": "Show Deployment Warnings", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Show Diagnostics Bar": { "Name": "Show Diagnostics Bar", "Scriptability": "ReadWrite", @@ -31413,22 +32470,7 @@ "Properties": { "EnableScriptCollabByDefaultOnLoad": { "Name": "EnableScriptCollabByDefaultOnLoad", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "Hidden" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "EnableScriptCollabOnLoad": { - "Name": "EnableScriptCollabOnLoad", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -31443,7 +32485,7 @@ }, "SrcPlaceId": { "Name": "SrcPlaceId", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -31459,7 +32501,7 @@ }, "SrcUniverseId": { "Name": "SrcUniverseId", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int64" }, @@ -31483,10 +32525,6 @@ "Type": "Bool", "Value": false }, - "EnableScriptCollabOnLoad": { - "Type": "Bool", - "Value": false - }, "SourceAssetId": { "Type": "Int64", "Value": -1 @@ -31505,6 +32543,17 @@ } } }, + "StudioDeviceEmulatorService": { + "Name": "StudioDeviceEmulatorService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "StudioService": { "Name": "StudioService", "Tags": [ @@ -31532,11 +32581,12 @@ }, "AlignDraggedObjects": { "Name": "AlignDraggedObjects", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -31596,11 +32646,12 @@ }, "HoverInstance": { "Name": "HoverInstance", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Ref" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -31611,11 +32662,29 @@ }, "InstalledPluginData": { "Name": "InstalledPluginData", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PivotSnapToGeometry": { + "Name": "PivotSnapToGeometry", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -31643,11 +32712,12 @@ }, "ShowActiveInstanceHighlight": { "Name": "ShowActiveInstanceHighlight", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -31782,7 +32852,7 @@ "Properties": { "AlphaMode": { "Name": "AlphaMode", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "AlphaMode" }, @@ -31795,7 +32865,7 @@ }, "ColorMap": { "Name": "ColorMap", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Content" }, @@ -31808,7 +32878,7 @@ }, "MetalnessMap": { "Name": "MetalnessMap", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Content" }, @@ -31821,7 +32891,7 @@ }, "NormalMap": { "Name": "NormalMap", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Content" }, @@ -31834,7 +32904,7 @@ }, "RoughnessMap": { "Name": "RoughnessMap", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Content" }, @@ -31847,7 +32917,7 @@ }, "TexturePack": { "Name": "TexturePack", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Content" }, @@ -32377,7 +33447,7 @@ }, "ChildOrder": { "Name": "ChildOrder", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int32" }, @@ -32659,6 +33729,22 @@ } } }, + "LastUsedModificationMethod": { + "Name": "LastUsedModificationMethod", + "Scriptability": "None", + "DataType": { + "Enum": "TerrainAcquisitionMethod" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "MaterialColors": { "Name": "MaterialColors", "Scriptability": "None", @@ -32904,6 +33990,33 @@ "Type": "BinaryString", "Value": "AAAAAAAAan8/P39rf2Y/ilY+j35fi21PZmxvZbDqw8faiVpHOi4kHh4lZlw76JxKc3trhHtagcLgc4RKxr21zq2UlJSM" }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -33302,22 +34415,6 @@ } } }, - "Content": { - "Name": "Content", - "Scriptability": "Read", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "CursorPosition": { "Name": "CursorPosition", "Scriptability": "ReadWrite", @@ -33333,11 +34430,12 @@ }, "EnableRealtimeFilteringHints": { "Name": "EnableRealtimeFilteringHints", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -33390,11 +34488,12 @@ }, "ManualFocusRelease": { "Name": "ManualFocusRelease", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -33403,6 +34502,19 @@ } } }, + "MaxVisibleGraphemes": { + "Name": "MaxVisibleGraphemes", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MultiLine": { "Name": "MultiLine", "Scriptability": "ReadWrite", @@ -33418,11 +34530,12 @@ }, "OverlayNativeInput": { "Name": "OverlayNativeInput", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -33459,11 +34572,12 @@ }, "ReturnKeyType": { "Name": "ReturnKeyType", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "ReturnKeyType" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -33601,11 +34715,12 @@ }, "TextInputType": { "Name": "TextInputType", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "TextInputType" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -33824,6 +34939,10 @@ "Type": "Float32", "Value": 1.0 }, + "MaxVisibleGraphemes": { + "Type": "Int32", + "Value": -1 + }, "MultiLine": { "Type": "Bool", "Value": false @@ -33965,22 +35084,6 @@ "Tags": [], "Superclass": "GuiButton", "Properties": { - "Content": { - "Name": "Content", - "Scriptability": "Read", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "Font": { "Name": "Font", "Scriptability": "ReadWrite", @@ -34040,6 +35143,19 @@ } } }, + "MaxVisibleGraphemes": { + "Name": "MaxVisibleGraphemes", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RichText": { "Name": "RichText", "Scriptability": "ReadWrite", @@ -34338,6 +35454,10 @@ "Type": "Float32", "Value": 1.0 }, + "MaxVisibleGraphemes": { + "Type": "Int32", + "Value": -1 + }, "Modal": { "Type": "Bool", "Value": false @@ -34477,22 +35597,6 @@ "Tags": [], "Superclass": "GuiLabel", "Properties": { - "Content": { - "Name": "Content", - "Scriptability": "Read", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "Font": { "Name": "Font", "Scriptability": "ReadWrite", @@ -34552,6 +35656,19 @@ } } }, + "MaxVisibleGraphemes": { + "Name": "MaxVisibleGraphemes", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RichText": { "Name": "RichText", "Scriptability": "ReadWrite", @@ -34846,6 +35963,10 @@ "Type": "Float32", "Value": 1.0 }, + "MaxVisibleGraphemes": { + "Type": "Int32", + "Value": -1 + }, "Position": { "Type": "UDim2", "Value": [ @@ -35112,6 +36233,17 @@ } } }, + "ToastNotificationService": { + "Name": "ToastNotificationService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Tool": { "Name": "Tool", "Tags": [], @@ -35393,6 +36525,191 @@ } } }, + "TorsionSpringConstraint": { + "Name": "TorsionSpringConstraint", + "Tags": [], + "Superclass": "Constraint", + "Properties": { + "Coils": { + "Name": "Coils", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CurrentAngle": { + "Name": "CurrentAngle", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Damping": { + "Name": "Damping", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LimitEnabled": { + "Name": "LimitEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaxAngle": { + "Name": "MaxAngle", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaxTorque": { + "Name": "MaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Radius": { + "Name": "Radius", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Restitution": { + "Name": "Restitution", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Stiffness": { + "Name": "Stiffness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AttributesSerialize": { + "Type": "BinaryString", + "Value": "" + }, + "Coils": { + "Type": "Float32", + "Value": 8.0 + }, + "Color": { + "Type": "Int32", + "Value": 200 + }, + "Damping": { + "Type": "Float32", + "Value": 0.01 + }, + "Enabled": { + "Type": "Bool", + "Value": true + }, + "LimitEnabled": { + "Type": "Bool", + "Value": false + }, + "MaxAngle": { + "Type": "Float32", + "Value": 45.0 + }, + "MaxTorque": { + "Type": "Float32", + "Value": null + }, + "Radius": { + "Type": "Float32", + "Value": 0.4 + }, + "Restitution": { + "Type": "Float32", + "Value": 0.0 + }, + "SourceAssetId": { + "Type": "Int64", + "Value": -1 + }, + "Stiffness": { + "Type": "Float32", + "Value": 100.0 + }, + "Tags": { + "Type": "BinaryString", + "Value": "" + }, + "Visible": { + "Type": "Bool", + "Value": false + } + } + }, "TotalCountTimeIntervalItem": { "Name": "TotalCountTimeIntervalItem", "Tags": [ @@ -36052,6 +37369,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -37218,6 +38562,133 @@ } } }, + "UIStroke": { + "Name": "UIStroke", + "Tags": [], + "Superclass": "UIComponent", + "Properties": { + "ApplyStrokeMode": { + "Name": "ApplyStrokeMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "ApplyStrokeMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Color": { + "Name": "Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Enabled": { + "Name": "Enabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LineJoinMode": { + "Name": "LineJoinMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "LineJoinMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Thickness": { + "Name": "Thickness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Transparency": { + "Name": "Transparency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "ApplyStrokeMode": { + "Type": "Enum", + "Value": 0 + }, + "AttributesSerialize": { + "Type": "BinaryString", + "Value": "" + }, + "Color": { + "Type": "Color3", + "Value": [ + 0.0, + 0.0, + 0.0 + ] + }, + "Enabled": { + "Type": "Bool", + "Value": true + }, + "LineJoinMode": { + "Type": "Enum", + "Value": 0 + }, + "SourceAssetId": { + "Type": "Int64", + "Value": -1 + }, + "Tags": { + "Type": "BinaryString", + "Value": "" + }, + "Thickness": { + "Type": "Float32", + "Value": 1.0 + }, + "Transparency": { + "Type": "Float32", + "Value": 0.0 + } + } + }, "UITableLayout": { "Name": "UITableLayout", "Tags": [], @@ -37536,6 +39007,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -37760,7 +39258,7 @@ "Properties": { "AllTutorialsDisabled": { "Name": "AllTutorialsDisabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37773,7 +39271,7 @@ }, "CameraMode": { "Name": "CameraMode", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "CustomCameraMode" }, @@ -37786,7 +39284,7 @@ }, "CameraYInverted": { "Name": "CameraYInverted", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37802,7 +39300,7 @@ }, "ChatVisible": { "Name": "ChatVisible", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37854,7 +39352,7 @@ }, "Fullscreen": { "Name": "Fullscreen", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37880,7 +39378,7 @@ }, "GraphicsQualityLevel": { "Name": "GraphicsQualityLevel", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int32" }, @@ -37893,7 +39391,7 @@ }, "HasEverUsedVR": { "Name": "HasEverUsedVR", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37906,7 +39404,7 @@ }, "IsUsingCameraYInverted": { "Name": "IsUsingCameraYInverted", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37923,7 +39421,7 @@ }, "IsUsingGamepadCameraSensitivity": { "Name": "IsUsingGamepadCameraSensitivity", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37953,7 +39451,7 @@ }, "MicroProfilerWebServerEnabled": { "Name": "MicroProfilerWebServerEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -37968,7 +39466,7 @@ }, "MicroProfilerWebServerIP": { "Name": "MicroProfilerWebServerIP", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -37985,7 +39483,7 @@ }, "MicroProfilerWebServerPort": { "Name": "MicroProfilerWebServerPort", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Int32" }, @@ -38015,7 +39513,7 @@ }, "MouseSensitivityFirstPerson": { "Name": "MouseSensitivityFirstPerson", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, @@ -38031,7 +39529,7 @@ }, "MouseSensitivityThirdPerson": { "Name": "MouseSensitivityThirdPerson", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, @@ -38047,7 +39545,7 @@ }, "OnScreenProfilerEnabled": { "Name": "OnScreenProfilerEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -38062,7 +39560,7 @@ }, "OnboardingsCompleted": { "Name": "OnboardingsCompleted", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, @@ -38075,7 +39573,7 @@ }, "PerformanceStatsVisible": { "Name": "PerformanceStatsVisible", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -38216,7 +39714,7 @@ }, "UsedCoreGuiIsVisibleToggle": { "Name": "UsedCoreGuiIsVisibleToggle", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -38229,7 +39727,7 @@ }, "UsedCustomGuiIsVisibleToggle": { "Name": "UsedCustomGuiIsVisibleToggle", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -38242,7 +39740,7 @@ }, "UsedHideHudShortcut": { "Name": "UsedHideHudShortcut", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -38255,7 +39753,7 @@ }, "VREnabled": { "Name": "VREnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -38268,7 +39766,7 @@ }, "VRRotationIntensity": { "Name": "VRRotationIntensity", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Int32" }, @@ -38309,11 +39807,12 @@ }, "BottomBarSize": { "Name": "BottomBarSize", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -38341,7 +39840,7 @@ }, "GazeSelectionEnabled": { "Name": "GazeSelectionEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -38389,11 +39888,13 @@ }, "LegacyInputEventsEnabled": { "Name": "LegacyInputEventsEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -38472,11 +39973,12 @@ }, "NavBarSize": { "Name": "NavBarSize", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -38488,11 +39990,12 @@ }, "OnScreenKeyboardAnimationDuration": { "Name": "OnScreenKeyboardAnimationDuration", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Float64" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -38552,11 +40055,13 @@ }, "OverrideMouseIconBehavior": { "Name": "OverrideMouseIconBehavior", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "OverrideMouseIconBehavior" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" @@ -38565,11 +40070,12 @@ }, "RightBarSize": { "Name": "RightBarSize", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -38581,11 +40087,12 @@ }, "StatusBarSize": { "Name": "StatusBarSize", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -38700,11 +40207,12 @@ }, "VRDeviceName": { "Name": "VRDeviceName", - "Scriptability": "Read", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -39212,6 +40720,33 @@ "Type": "Float32", "Value": 25.0 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -39981,11 +41516,12 @@ "Properties": { "AdditionalLuaState": { "Name": "AdditionalLuaState", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "String" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -40181,6 +41717,33 @@ "Type": "Enum", "Value": 256 }, + "PivotOffset": { + "Type": "CFrame", + "Value": { + "Position": [ + 0.0, + 0.0, + 0.0 + ], + "Orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, "Reflectance": { "Type": "Float32", "Value": 0.0 @@ -40364,10 +41927,12 @@ "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -40407,10 +41972,6 @@ "Type": "BinaryString", "Value": "" }, - "Enabled": { - "Type": "Bool", - "Value": true - }, "SourceAssetId": { "Type": "Int64", "Value": -1 @@ -40444,6 +42005,34 @@ } } }, + "AnimationWeightedBlendFix": { + "Name": "AnimationWeightedBlendFix", + "Scriptability": "None", + "DataType": { + "Enum": "NewAnimationRuntimeSetting" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ClientAnimatorThrottling": { + "Name": "ClientAnimatorThrottling", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "ClientAnimatorThrottlingMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CollisionGroups": { "Name": "CollisionGroups", "Scriptability": "Custom", @@ -40487,6 +42076,19 @@ } } }, + "ExplicitAutoJoints": { + "Name": "ExplicitAutoJoints", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "FallenPartsDestroyHeight": { "Name": "FallenPartsDestroyHeight", "Scriptability": "ReadWrite", @@ -40506,7 +42108,9 @@ "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -40539,11 +42143,11 @@ } } }, - "MeshPartHeads": { - "Name": "MeshPartHeads", + "MeshPartHeadsAndAccessories": { + "Name": "MeshPartHeadsAndAccessories", "Scriptability": "None", "DataType": { - "Enum": "MeshPartHeads" + "Enum": "MeshPartHeadsAndAccessories" }, "Tags": [ "NotScriptable" @@ -40585,6 +42189,21 @@ } } }, + "SignalBehavior": { + "Name": "SignalBehavior", + "Scriptability": "None", + "DataType": { + "Enum": "SignalBehavior" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "StreamingEnabled": { "Name": "StreamingEnabled", "Scriptability": "ReadWrite", @@ -40680,10 +42299,18 @@ "Type": "Bool", "Value": false }, + "AnimationWeightedBlendFix": { + "Type": "Enum", + "Value": 0 + }, "AttributesSerialize": { "Type": "BinaryString", "Value": "" }, + "ClientAnimatorThrottling": { + "Type": "Enum", + "Value": 0 + }, "CollisionGroups": { "Type": "String", "Value": "Default^0^1" @@ -40692,6 +42319,10 @@ "Type": "Float64", "Value": 0.0 }, + "ExplicitAutoJoints": { + "Type": "Bool", + "Value": true + }, "FallenPartsDestroyHeight": { "Type": "Float32", "Value": -500.0 @@ -40712,7 +42343,7 @@ "Type": "Enum", "Value": 0 }, - "MeshPartHeads": { + "MeshPartHeadsAndAccessories": { "Type": "Enum", "Value": 0 }, @@ -40720,6 +42351,10 @@ "Type": "Enum", "Value": 0 }, + "SignalBehavior": { + "Type": "Enum", + "Value": 0 + }, "SourceAssetId": { "Type": "Int64", "Value": -1 @@ -41178,7 +42813,7 @@ }, "Stiffness": { "Type": "Float32", - "Value": 0.9 + "Value": 0.0 }, "Tags": { "Type": "BinaryString", @@ -41199,6 +42834,28 @@ "TimedOut": 4 } }, + "AccessoryType": { + "name": "AccessoryType", + "items": { + "Back": 6, + "DressSkirt": 16, + "Face": 2, + "Front": 5, + "Hair": 1, + "Hat": 0, + "Jacket": 11, + "LeftShoe": 14, + "Neck": 3, + "Pants": 10, + "RightShoe": 15, + "Shirt": 9, + "Shorts": 13, + "Shoulder": 4, + "Sweater": 12, + "TeeShirt": 8, + "Waist": 7 + } + }, "ActionType": { "name": "ActionType", "items": { @@ -41322,6 +42979,13 @@ "Unknown": 0 } }, + "ApplyStrokeMode": { + "name": "ApplyStrokeMode", + "items": { + "Border": 1, + "Contextual": 0 + } + }, "AspectType": { "name": "AspectType", "items": { @@ -41346,6 +43010,7 @@ "ClimbAnimation": 48, "DeathAnimation": 49, "Decal": 13, + "DressSkirtAccessory": 71, "EarAccessory": 57, "EmoteAnimation": 61, "EyeAccessory": 58, @@ -41360,9 +43025,11 @@ "Head": 17, "IdleAnimation": 51, "Image": 1, + "JacketAccessory": 66, "JumpAnimation": 52, "LeftArm": 29, "LeftLeg": 30, + "LeftShoeAccessory": 69, "Lua": 5, "Mesh": 4, "MeshPart": 40, @@ -41370,16 +43037,22 @@ "NeckAccessory": 43, "Package": 32, "Pants": 12, + "PantsAccessory": 65, "Place": 9, "Plugin": 38, "PoseAnimation": 56, "RightArm": 28, "RightLeg": 31, + "RightShoeAccessory": 70, "RunAnimation": 53, "Shirt": 11, + "ShirtAccessory": 64, + "ShortsAccessory": 68, "ShoulderAccessory": 44, + "SweaterAccessory": 67, "SwimAnimation": 54, "TeeShirt": 2, + "TeeShirtAccessory": 63, "Torso": 27, "Video": 62, "WaistAccessory": 47, @@ -41416,6 +43089,7 @@ "items": { "BackAccessory": 46, "ClimbAnimation": 48, + "DressSkirtAccessory": 71, "EmoteAnimation": 61, "Face": 18, "FaceAccessory": 42, @@ -41426,18 +43100,26 @@ "Hat": 8, "Head": 17, "IdleAnimation": 51, + "JacketAccessory": 66, "JumpAnimation": 52, "LeftArm": 29, "LeftLeg": 30, + "LeftShoeAccessory": 69, "NeckAccessory": 43, "Pants": 12, + "PantsAccessory": 65, "RightArm": 28, "RightLeg": 31, + "RightShoeAccessory": 70, "RunAnimation": 53, "Shirt": 11, + "ShirtAccessory": 64, + "ShortsAccessory": 68, "ShoulderAccessory": 44, + "SweaterAccessory": 67, "SwimAnimation": 54, "TShirt": 2, + "TeeShirtAccessory": 63, "Torso": 27, "WaistAccessory": 47, "WalkAnimation": 55 @@ -41574,6 +43256,13 @@ "RobloxRoundDropdownButton": 5 } }, + "CageType": { + "name": "CageType", + "items": { + "Inner": 0, + "Outer": 1 + } + }, "CameraMode": { "name": "CameraMode", "items": { @@ -41713,6 +43402,14 @@ "ClassicAndBubble": 2 } }, + "ClientAnimatorThrottlingMode": { + "name": "ClientAnimatorThrottlingMode", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, "CollisionFidelity": { "name": "CollisionFidelity", "items": { @@ -42725,15 +44422,6 @@ "Default": 0 } }, - "LanguagePreference": { - "name": "LanguagePreference", - "items": { - "English": 1, - "Korean": 3, - "SimplifiedChinese": 2, - "SystemDefault": 0 - } - }, "LeftRight": { "name": "LeftRight", "items": { @@ -42762,6 +44450,14 @@ "Unknown": 6 } }, + "LineJoinMode": { + "name": "LineJoinMode", + "items": { + "Bevel": 1, + "Miter": 2, + "Round": 0 + } + }, "ListDisplayMode": { "name": "ListDisplayMode", "items": { @@ -42778,6 +44474,14 @@ "ObjectPosition": 2 } }, + "LoadCharacterLayeredClothing": { + "name": "LoadCharacterLayeredClothing", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, "Material": { "name": "Material", "items": { @@ -42840,8 +44544,8 @@ "Level04": 4 } }, - "MeshPartHeads": { - "name": "MeshPartHeads", + "MeshPartHeadsAndAccessories": { + "name": "MeshPartHeadsAndAccessories", "items": { "Default": 0, "Disabled": 1, @@ -42925,6 +44629,14 @@ "OnContact": 2 } }, + "NewAnimationRuntimeSetting": { + "name": "NewAnimationRuntimeSetting", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, "NormalId": { "name": "NormalId", "items": { @@ -42951,6 +44663,17 @@ "None": 0 } }, + "PackagePermission": { + "name": "PackagePermission", + "items": { + "Edit": 4, + "NoAccess": 1, + "None": 0, + "Own": 5, + "Revoked": 2, + "UseView": 3 + } + }, "PacketPriority": { "name": "PacketPriority", "items": { @@ -43346,6 +45069,14 @@ "OnlineGame": 2 } }, + "SignalBehavior": { + "name": "SignalBehavior", + "items": { + "Default": 0, + "Deferred": 2, + "Immediate": 1 + } + }, "SizeConstraint": { "name": "SizeConstraint", "items": { @@ -43455,6 +45186,13 @@ "Local": 12, "LuauKeyword": 14, "MatchingWordBackground": 21, + "MenuBackground": 33, + "MenuPrimaryText": 30, + "MenuScrollbarBackground": 35, + "MenuScrollbarHandle": 36, + "MenuSecondaryText": 31, + "MenuSelectedBackground": 34, + "MenuSelectedText": 32, "Method": 7, "Nil": 9, "Number": 2, @@ -43482,116 +45220,122 @@ "StudioStyleGuideColor": { "name": "StudioStyleGuideColor", "items": { - "AttributeCog": 109, - "Border": 25, - "BrightText": 33, - "Button": 11, - "ButtonBorder": 81, - "ButtonText": 82, - "CategoryItem": 18, - "ChatIncomingBgColor": 75, - "ChatIncomingTextColor": 76, - "ChatModeratedMessageColor": 79, - "ChatOutgoingBgColor": 77, - "ChatOutgoingTextColor": 78, - "CheckedFieldBackground": 84, - "CheckedFieldBorder": 85, - "CheckedFieldIndicator": 86, - "ColorPickerFrame": 23, - "CurrentMarker": 24, - "Dark": 28, - "DebuggerCurrentLine": 57, - "DebuggerErrorLine": 58, - "DialogButton": 90, - "DialogButtonBorder": 92, - "DialogButtonText": 91, - "DialogMainButton": 93, - "DialogMainButtonText": 94, - "DiffFilePathBackground": 73, - "DiffFilePathBorder": 74, - "DiffFilePathText": 59, - "DiffLineNum": 68, - "DiffLineNumAdditionBackground": 71, - "DiffLineNumDeletionBackground": 72, - "DiffLineNumNoChangeBackground": 70, - "DiffLineNumSeparatorBackground": 69, - "DiffTextAddition": 62, - "DiffTextAdditionBackground": 66, - "DiffTextDeletion": 63, - "DiffTextDeletionBackground": 67, - "DiffTextHunkInfo": 60, - "DiffTextNoChange": 61, - "DiffTextNoChangeBackground": 65, - "DiffTextSeparatorBackground": 64, - "DimmedText": 34, + "AttributeCog": 115, + "Border": 31, + "BrightText": 39, + "Button": 17, + "ButtonBorder": 87, + "ButtonText": 88, + "CategoryItem": 24, + "ChatIncomingBgColor": 81, + "ChatIncomingTextColor": 82, + "ChatModeratedMessageColor": 85, + "ChatOutgoingBgColor": 83, + "ChatOutgoingTextColor": 84, + "CheckedFieldBackground": 90, + "CheckedFieldBorder": 91, + "CheckedFieldIndicator": 92, + "ColorPickerFrame": 29, + "CurrentMarker": 30, + "Dark": 34, + "DebuggerCurrentLine": 63, + "DebuggerErrorLine": 64, + "DialogButton": 96, + "DialogButtonBorder": 98, + "DialogButtonText": 97, + "DialogMainButton": 99, + "DialogMainButtonText": 100, + "DiffFilePathBackground": 79, + "DiffFilePathBorder": 80, + "DiffFilePathText": 65, + "DiffLineNum": 74, + "DiffLineNumAdditionBackground": 77, + "DiffLineNumDeletionBackground": 78, + "DiffLineNumNoChangeBackground": 76, + "DiffLineNumSeparatorBackground": 75, + "DiffTextAddition": 68, + "DiffTextAdditionBackground": 72, + "DiffTextDeletion": 69, + "DiffTextDeletionBackground": 73, + "DiffTextHunkInfo": 66, + "DiffTextNoChange": 67, + "DiffTextNoChangeBackground": 71, + "DiffTextSeparatorBackground": 70, + "DimmedText": 40, "Dropdown": 2, - "EmulatorBar": 21, - "EmulatorDropDown": 22, - "ErrorText": 37, - "GameSettingsTableItem": 19, - "GameSettingsTooltip": 20, - "HeaderSection": 87, - "InfoBarWarningBackground": 95, - "InfoBarWarningText": 96, - "InfoText": 38, - "InputFieldBackground": 15, - "InputFieldBorder": 83, - "Item": 16, - "Light": 27, - "LinkText": 35, + "EmulatorBar": 27, + "EmulatorDropDown": 28, + "ErrorText": 43, + "FilterButtonAccent": 12, + "FilterButtonBorder": 13, + "FilterButtonBorderAlt": 14, + "FilterButtonChecked": 11, + "FilterButtonDefault": 9, + "FilterButtonHover": 10, + "GameSettingsTableItem": 25, + "GameSettingsTooltip": 26, + "HeaderSection": 93, + "InfoBarWarningBackground": 101, + "InfoBarWarningText": 102, + "InfoText": 44, + "InputFieldBackground": 21, + "InputFieldBorder": 89, + "Item": 22, + "Light": 33, + "LinkText": 41, "MainBackground": 0, - "MainButton": 12, - "MainText": 30, - "Mid": 29, - "Midlight": 88, + "MainButton": 18, + "MainText": 36, + "Mid": 35, + "Midlight": 94, "Notification": 4, - "RibbonButton": 13, - "RibbonTab": 9, - "RibbonTabTopBar": 10, - "ScriptBackground": 41, - "ScriptBool": 101, - "ScriptBracket": 108, - "ScriptBuiltInFunction": 52, - "ScriptComment": 50, - "ScriptEditorCurrentLine": 97, - "ScriptError": 54, - "ScriptFindSelectionBackground": 45, - "ScriptFunction": 102, - "ScriptFunctionName": 106, - "ScriptKeyword": 51, - "ScriptLocal": 103, - "ScriptLuauKeyword": 105, - "ScriptMatchingWordSelectionBackground": 46, - "ScriptMethod": 98, - "ScriptNil": 100, - "ScriptNumber": 48, - "ScriptOperator": 47, - "ScriptProperty": 99, - "ScriptRuler": 56, - "ScriptSelectionBackground": 44, - "ScriptSelectionText": 43, - "ScriptSelf": 104, - "ScriptSideWidget": 40, - "ScriptString": 49, - "ScriptText": 42, - "ScriptTodo": 107, - "ScriptWarning": 53, - "ScriptWhitespace": 55, + "RibbonButton": 19, + "RibbonTab": 15, + "RibbonTabTopBar": 16, + "ScriptBackground": 47, + "ScriptBool": 107, + "ScriptBracket": 114, + "ScriptBuiltInFunction": 58, + "ScriptComment": 56, + "ScriptEditorCurrentLine": 103, + "ScriptError": 60, + "ScriptFindSelectionBackground": 51, + "ScriptFunction": 108, + "ScriptFunctionName": 112, + "ScriptKeyword": 57, + "ScriptLocal": 109, + "ScriptLuauKeyword": 111, + "ScriptMatchingWordSelectionBackground": 52, + "ScriptMethod": 104, + "ScriptNil": 106, + "ScriptNumber": 54, + "ScriptOperator": 53, + "ScriptProperty": 105, + "ScriptRuler": 62, + "ScriptSelectionBackground": 50, + "ScriptSelectionText": 49, + "ScriptSelf": 110, + "ScriptSideWidget": 46, + "ScriptString": 55, + "ScriptText": 48, + "ScriptTodo": 113, + "ScriptWarning": 59, + "ScriptWhitespace": 61, "ScrollBar": 5, "ScrollBarBackground": 6, - "SensitiveText": 39, - "Separator": 80, - "Shadow": 26, - "StatusBar": 89, - "SubText": 31, + "SensitiveText": 45, + "Separator": 86, + "Shadow": 32, + "StatusBar": 95, + "SubText": 37, "Tab": 8, "TabBar": 7, - "TableItem": 17, + "TableItem": 23, "Titlebar": 1, - "TitlebarText": 32, + "TitlebarText": 38, "Tooltip": 3, - "ViewPortBackground": 14, - "WarningText": 36 + "ViewPortBackground": 20, + "WarningText": 42 } }, "StudioStyleGuideModifier": { @@ -43711,6 +45455,23 @@ "ToReservedServer": 2 } }, + "TerrainAcquisitionMethod": { + "name": "TerrainAcquisitionMethod", + "items": { + "Convert": 5, + "EditAddTool": 6, + "EditReplaceTool": 8, + "EditSeaLevelTool": 7, + "Generate": 3, + "Import": 4, + "Legacy": 1, + "None": 0, + "Other": 11, + "RegionFillTool": 9, + "RegionPasteTool": 10, + "Template": 2 + } + }, "TextFilterContext": { "name": "TextFilterContext", "items": { @@ -44001,6 +45762,7 @@ "BoundCageAndLinks": 3, "LayerCage": 2, "None": 0, + "Rbf": 5, "Reference": 4 } }, @@ -44008,7 +45770,13 @@ "name": "WrapTargetDebugMode", "items": { "None": 0, - "TargetCage": 1 + "Rbf": 7, + "TargetCageCompressed": 2, + "TargetCageInterface": 3, + "TargetCageOriginal": 1, + "TargetLayerCageCompressed": 5, + "TargetLayerCageOriginal": 4, + "TargetLayerInterface": 6 } }, "ZIndexBehavior": { diff --git a/plugin/rbx_dom_lua/default.project.json b/plugin/rbx_dom_lua/default.project.json deleted file mode 100644 index 2ecfe52b..00000000 --- a/plugin/rbx_dom_lua/default.project.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "rbx_dom_lua", - "tree": { - "$path": "src" - } -} \ No newline at end of file diff --git a/plugin/rbx_dom_lua/src/init.lua b/plugin/rbx_dom_lua/init.lua similarity index 100% rename from plugin/rbx_dom_lua/src/init.lua rename to plugin/rbx_dom_lua/init.lua diff --git a/plugin/rbx_dom_lua/src/init.spec.lua b/plugin/rbx_dom_lua/init.spec.lua similarity index 100% rename from plugin/rbx_dom_lua/src/init.spec.lua rename to plugin/rbx_dom_lua/init.spec.lua diff --git a/plugin/rbx_dom_lua/run-tests.lua b/plugin/rbx_dom_lua/run-tests.lua deleted file mode 100644 index c61bdc85..00000000 --- a/plugin/rbx_dom_lua/run-tests.lua +++ /dev/null @@ -1 +0,0 @@ -require(game.ReplicatedStorage.TestEZ).TestBootstrap:run({game.ReplicatedStorage.RbxDom}) \ No newline at end of file diff --git a/plugin/rbx_dom_lua/test b/plugin/rbx_dom_lua/test deleted file mode 100644 index 9ac1092f..00000000 --- a/plugin/rbx_dom_lua/test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -rojo build test-place.project.json -o TestPlace.rbxlx -run-in-roblox --script run-tests.lua --place TestPlace.rbxlx \ No newline at end of file diff --git a/plugin/rbx_dom_lua/test-place.project.json b/plugin/rbx_dom_lua/test-place.project.json deleted file mode 100644 index 3cd48403..00000000 --- a/plugin/rbx_dom_lua/test-place.project.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "rbx_dom_lua test place", - "tree": { - "$className": "DataModel", - "ReplicatedStorage": { - "$className": "ReplicatedStorage", - - "RbxDom": { - "$path": "src" - }, - "TestEZ": { - "$path": "modules/testez/lib" - } - }, - "ServerScriptService": { - "$className": "ServerScriptService", - - "Run Tests": { - "$path": "run-tests.lua" - } - }, - "Players": { - "$className": "Players", - "$properties": { - "CharacterAutoLoads": false - } - }, - "HttpService": { - "$className": "HttpService", - "$properties": { - "HttpEnabled": true - } - } - } -} \ No newline at end of file