From d9351155916ca09f4188b6e273f83a76f5727f95 Mon Sep 17 00:00:00 2001 From: Ken Loeffler Date: Fri, 25 Apr 2025 19:46:16 +0100 Subject: [PATCH] Release 7.5.0 (#1033) --- CHANGELOG.md | 2 +- Cargo.lock | 6 +- Cargo.toml | 4 +- plugin/Version.txt | 2 +- plugin/rbx_dom_lua/database.json | 939 +++++++++++++++++++++++++------ 5 files changed, 775 insertions(+), 178 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5a8d98..f7921fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Rojo Changelog -## Unreleased Changes +## 7.5.0 - April 25th, 2025 * Fixed an edge case that caused model pivots to not be built correctly in some cases ([#1027]) * Add `blockedPlaceIds` project config field to allow blocking place ids from being live synced ([#1021]) * Adds support for `.plugin.lua(u)` files - this applies the `Plugin` RunContext. ([#1008]) diff --git a/Cargo.lock b/Cargo.lock index d1eed728..88094d7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1603,9 +1603,9 @@ dependencies = [ [[package]] name = "rbx_reflection_database" -version = "1.0.0+roblox-666" +version = "1.0.2+roblox-670" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45b98a2794815736602087cf2fc9d85eb798e7c432d41307336014792768a46" +checksum = "5349b19e5e94fbcaba7a52175263ab64011e0a13f17ff57729f2f560ccdec615" dependencies = [ "lazy_static", "rbx_reflection", @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.5.0-prealpha" +version = "7.5.0" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 6eeec578..b3319b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.5.0-prealpha" +version = "7.5.0" rust-version = "1.70.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" @@ -54,7 +54,7 @@ memofs = { version = "0.3.0", path = "crates/memofs" } rbx_binary = "1.0.0" rbx_dom_weak = "3.0.0" rbx_reflection = "5.0.0" -rbx_reflection_database = "1.0.0" +rbx_reflection_database = "1.0.2" rbx_xml = "1.0.0" anyhow = "1.0.80" diff --git a/plugin/Version.txt b/plugin/Version.txt index 9b648123..a2931d31 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.5.0-prealpha \ No newline at end of file +7.5.0 \ No newline at end of file diff --git a/plugin/rbx_dom_lua/database.json b/plugin/rbx_dom_lua/database.json index af1c416f..fc3e3600 100644 --- a/plugin/rbx_dom_lua/database.json +++ b/plugin/rbx_dom_lua/database.json @@ -1,9 +1,9 @@ { "Version": [ 0, - 666, - 1, - 6660608 + 670, + 0, + 6700713 ], "Classes": { "Accessory": { @@ -2733,6 +2733,22 @@ ], "Superclass": "Instance", "Properties": { + "AnnotationsLoadingStatus": { + "Name": "AnnotationsLoadingStatus", + "Scriptability": "None", + "DataType": { + "Enum": "AnnotationRequestStatus" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "AnnotationsVisible": { "Name": "AnnotationsVisible", "Scriptability": "None", @@ -2781,6 +2797,22 @@ } } }, + "ResolvedLoadingStatus": { + "Name": "ResolvedLoadingStatus", + "Scriptability": "None", + "DataType": { + "Enum": "AnnotationRequestStatus" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Selected": { "Name": "Selected", "Scriptability": "None", @@ -3128,7 +3160,7 @@ "NotCreatable", "NotReplicated" ], - "Superclass": "Instance", + "Superclass": "ImportSession", "Properties": {}, "DefaultProperties": { "Archivable": { @@ -6235,8 +6267,8 @@ ], "Superclass": "LuaSourceContainer", "Properties": { - "DumpMispredictions": { - "Name": "DumpMispredictions", + "EnableCulling": { + "Name": "EnableCulling", "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" @@ -6261,21 +6293,8 @@ } } }, - "LODDistanceFactor": { - "Name": "LODDistanceFactor", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Int32" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "LODFrequencyFactor": { - "Name": "LODFrequencyFactor", + "LODCriticality": { + "Name": "LODCriticality", "Scriptability": "ReadWrite", "DataType": { "Value": "Int32" @@ -6300,19 +6319,6 @@ } } }, - "RunInParallel": { - "Name": "RunInParallel", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "Source": { "Name": "Source", "Scriptability": "ReadWrite", @@ -11886,7 +11892,7 @@ "Tags": [ "NotReplicated" ], - "Superclass": "Instance", + "Superclass": "PVInstance", "Properties": { "CFrame": { "Name": "CFrame", @@ -12235,10 +12241,13 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden", + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } } @@ -12328,9 +12337,6 @@ ] ] }, - "ResolutionScale": { - "Float32": 1.0 - }, "Rotation": { "Float32": 0.0 }, @@ -17192,6 +17198,22 @@ } } }, + "Environment": { + "Name": "Environment", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ForceR15": { "Name": "ForceR15", "Scriptability": "None", @@ -19049,7 +19071,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "TextureContent", + "Migration": "ContentIdToContent" + } + } } } }, @@ -19125,8 +19152,8 @@ "Tags": { "Tags": [] }, - "Texture": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "Transparency": { "Float32": 0.0 @@ -22538,6 +22565,27 @@ } } }, + "FacialAgeEstimationService": { + "Name": "FacialAgeEstimationService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "FacialAnimationRecordingService": { "Name": "FacialAnimationRecordingService", "Tags": [ @@ -22764,6 +22812,46 @@ } } }, + "FeedPages": { + "Name": "FeedPages", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Pages", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "FeedService": { + "Name": "FeedService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "File": { "Name": "File", "Tags": [ @@ -32525,6 +32613,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "HoverImageContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "HoverImageContent": { + "Name": "HoverImageContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -32637,6 +32743,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "PressedImageContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "PressedImageContent": { + "Name": "PressedImageContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -32769,8 +32893,8 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "HoverImage": { - "ContentId": "" + "HoverImageContent": { + "Content": "None" }, "ImageColor3": { "Color3": [ @@ -32818,8 +32942,8 @@ ] ] }, - "PressedImage": { - "ContentId": "" + "PressedImageContent": { + "Content": "None" }, "ResampleMode": { "Enum": 0 @@ -33421,6 +33545,26 @@ } } }, + "ImportSession": { + "Name": "ImportSession", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "IncrementalPatchBuilder": { "Name": "IncrementalPatchBuilder", "Tags": [ @@ -33582,6 +33726,19 @@ ], "Superclass": "Instance", "Properties": { + "Down": { + "Name": "Down", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "KeyCode": { "Name": "KeyCode", "Scriptability": "ReadWrite", @@ -33595,6 +33752,19 @@ } } }, + "Left": { + "Name": "Left", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PressedThreshold": { "Name": "PressedThreshold", "Scriptability": "ReadWrite", @@ -33621,6 +33791,19 @@ } } }, + "Right": { + "Name": "Right", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Scale": { "Name": "Scale", "Scriptability": "ReadWrite", @@ -33646,6 +33829,32 @@ "Serialization": "Serializes" } } + }, + "Up": { + "Name": "Up", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Vector2Scale": { + "Name": "Vector2Scale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -33658,18 +33867,27 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "Down": { + "Enum": 0 + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "KeyCode": { "Enum": 0 }, + "Left": { + "Enum": 0 + }, "PressedThreshold": { "Float32": 0.5 }, "ReleasedThreshold": { "Float32": 0.2 }, + "Right": { + "Enum": 0 + }, "Sandboxed": { "Bool": false }, @@ -33684,6 +33902,15 @@ }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" + }, + "Up": { + "Enum": 0 + }, + "Vector2Scale": { + "Vector2": [ + 1.0, + 1.0 + ] } } }, @@ -34007,7 +34234,7 @@ }, "Capabilities": { "Name": "Capabilities", - "Scriptability": "None", + "Scriptability": "ReadWrite", "DataType": { "Value": "SecurityCapabilities" }, @@ -34132,7 +34359,7 @@ }, "Sandboxed": { "Name": "Sandboxed", - "Scriptability": "None", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, @@ -37135,22 +37362,6 @@ } } }, - "OriginalScriptGuid": { - "Name": "OriginalScriptGuid", - "Scriptability": "None", - "DataType": { - "Value": "String" - }, - "Tags": [ - "Hidden", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "SandboxedSource": { "Name": "SandboxedSource", "Scriptability": "None", @@ -43380,6 +43591,23 @@ } } }, + "ComponentIndex": { + "Name": "ComponentIndex", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "FormFactor": { "Name": "FormFactor", "Scriptability": "None", @@ -46034,6 +46262,26 @@ } } }, + "PlaceAssetIdsService": { + "Name": "PlaceAssetIdsService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "PlaceStatsService": { "Name": "PlaceStatsService", "Tags": [ @@ -52365,19 +52613,6 @@ } } }, - "UseSceneOriginAsCFrame": { - "Name": "UseSceneOriginAsCFrame", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "UseSceneOriginAsPivot": { "Name": "UseSceneOriginAsPivot", "Scriptability": "ReadWrite", @@ -55354,6 +55589,41 @@ } } }, + "SerializationService": { + "Name": "SerializationService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ServerReplicator": { "Name": "ServerReplicator", "Tags": [ @@ -55720,27 +55990,6 @@ } } }, - "ShorelineUpgraderService": { - "Name": "ShorelineUpgraderService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "SkateboardController": { "Name": "SkateboardController", "Tags": [], @@ -59980,6 +60229,21 @@ } } }, + "RagdollDeath": { + "Name": "RagdollDeath", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "UserEmotesEnabled": { "Name": "UserEmotesEnabled", "Scriptability": "ReadWrite", @@ -60142,6 +60406,9 @@ "NameDisplayDistance": { "Float32": 100.0 }, + "RagdollDeath": { + "Bool": true + }, "Sandboxed": { "Bool": false }, @@ -60840,6 +61107,19 @@ } } }, + "ActionOnAutoResumeSync": { + "Name": "ActionOnAutoResumeSync", + "Scriptability": "None", + "DataType": { + "Enum": "ActionOnAutoResumeSync" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ActionOnStopSync": { "Name": "ActionOnStopSync", "Scriptability": "ReadWrite", @@ -61199,6 +61479,45 @@ } } }, + "CameraOrbitSensitivity": { + "Name": "CameraOrbitSensitivity", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CameraPanSensitivity": { + "Name": "CameraPanSensitivity", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CameraShiftFactor": { + "Name": "CameraShiftFactor", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CameraTweenFocus": { "Name": "CameraTweenFocus", "Scriptability": "None", @@ -61212,6 +61531,19 @@ } } }, + "CameraZoomSpeed": { + "Name": "CameraZoomSpeed", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Clear Output On Start": { "Name": "Clear Output On Start", "Scriptability": "ReadWrite", @@ -61681,6 +62013,19 @@ } } }, + "EnableSelectionTooltips": { + "Name": "EnableSelectionTooltips", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Error Color": { "Name": "Error Color", "Scriptability": "ReadWrite", @@ -63141,7 +63486,21 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "LockCameraSpeed": { + "Name": "LockCameraSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": { "Archivable": { "Bool": true @@ -64144,6 +64503,26 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "ColorMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "ColorMapContent": { + "Name": "ColorMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -64157,6 +64536,26 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MetalnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "MetalnessMapContent": { + "Name": "MetalnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -64170,6 +64569,26 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "NormalMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "NormalMapContent": { + "Name": "NormalMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -64183,6 +64602,26 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "RoughnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "RoughnessMapContent": { + "Name": "RoughnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -64223,20 +64662,20 @@ 1.0 ] }, - "ColorMap": { - "ContentId": "" + "ColorMapContent": { + "Content": "None" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "MetalnessMap": { - "ContentId": "" + "MetalnessMapContent": { + "Content": "None" }, - "NormalMap": { - "ContentId": "" + "NormalMapContent": { + "Content": "None" }, - "RoughnessMap": { - "ContentId": "" + "RoughnessMapContent": { + "Content": "None" }, "Sandboxed": { "Bool": false @@ -64939,6 +65378,27 @@ } } }, + "SystemThemeService": { + "Name": "SystemThemeService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "TaskScheduler": { "Name": "TaskScheduler", "Tags": [ @@ -67052,10 +67512,13 @@ "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Hidden", + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -67065,10 +67528,13 @@ "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Hidden", + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -67480,12 +67946,6 @@ "SelectionOrder": { "Int32": 0 }, - "ShouldEmitReturnEvents": { - "Bool": false - }, - "ShouldEmitUpAndDownArrowEvents": { - "Bool": false - }, "ShowNativeInput": { "Bool": true }, @@ -69683,8 +70143,8 @@ "Tags": { "Tags": [] }, - "Texture": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "Transparency": { "Float32": 0.0 @@ -77687,34 +78147,56 @@ } } }, - "AutoLoad": { - "Name": "AutoLoad", - "Scriptability": "ReadWrite", + "AutoLoadInStudio": { + "Name": "AutoLoadInStudio", + "Scriptability": "None", "DataType": { "Value": "Bool" }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "IsPlaying": { - "Name": "IsPlaying", - "Scriptability": "Read", - "DataType": { - "Value": "Bool" - }, - "Tags": [], + "Tags": [ + "NotReplicated", + "NotScriptable" + ], "Kind": { "Canonical": { "Serialization": "DoesNotSerialize" } } }, - "IsReady": { - "Name": "IsReady", + "AutoPlayInStudio": { + "Name": "AutoPlayInStudio", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsLoaded": { + "Name": "IsLoaded", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying": { + "Name": "IsPlaying", "Scriptability": "Read", "DataType": { "Value": "Bool" @@ -77771,19 +78253,6 @@ } } }, - "Thumbnail": { - "Name": "Thumbnail", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "ContentId" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "TimeLength": { "Name": "TimeLength", "Scriptability": "Read", @@ -77837,9 +78306,6 @@ "Attributes": { "Attributes": {} }, - "AutoLoad": { - "Bool": false - }, "Capabilities": { "SecurityCapabilities": 0 }, @@ -77861,9 +78327,6 @@ "Tags": { "Tags": [] }, - "Thumbnail": { - "ContentId": "" - }, "TimePosition": { "Float64": 0.0 }, @@ -78580,6 +79043,19 @@ ], "Superclass": "Instance", "Properties": { + "DefaultDistanceAttenuation": { + "Name": "DefaultDistanceAttenuation", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "VoiceChatDistanceAttenuationType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "EnableDefaultVoice": { "Name": "EnableDefaultVoice", "Scriptability": "ReadWrite", @@ -78692,6 +79168,9 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "DefaultDistanceAttenuation": { + "Enum": 0 + }, "EnableDefaultVoice": { "Bool": true }, @@ -79451,6 +79930,19 @@ "Serialization": "Serializes" } } + }, + "Thickness": { + "Name": "Thickness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -79528,6 +80020,9 @@ "Tags": { "Tags": [] }, + "Thickness": { + "Float32": 1.0 + }, "Transparency": { "Float32": 0.0 }, @@ -81193,6 +81688,14 @@ "Waist": 8 } }, + "ActionOnAutoResumeSync": { + "name": "ActionOnAutoResumeSync", + "items": { + "DontResume": 0, + "KeepLocal": 2, + "KeepStudio": 1 + } + }, "ActionOnStopSync": { "name": "ActionOnStopSync", "items": { @@ -81435,12 +81938,13 @@ "WritingNew": 2 } }, - "AnnotationRequestResult": { - "name": "AnnotationRequestResult", + "AnnotationRequestStatus": { + "name": "AnnotationRequestStatus", "items": { - "ErrorInternalFailure": 1, - "ErrorModerated": 3, - "ErrorNotFound": 2, + "ErrorInternalFailure": 2, + "ErrorModerated": 4, + "ErrorNotFound": 3, + "Loading": 1, "Success": 0 } }, @@ -81637,6 +82141,7 @@ "Lowpass12dB": 3, "Lowpass24dB": 4, "Lowpass48dB": 5, + "Lowpass6dB": 11, "Notch": 10, "Peak": 0 } @@ -82761,6 +83266,14 @@ "LODCount": 2 } }, + "FacialAgeEstimationResultType": { + "name": "FacialAgeEstimationResultType", + "items": { + "Cancel": 1, + "Complete": 0, + "Error": 2 + } + }, "FacialAnimationStreamingState": { "name": "FacialAnimationStreamingState", "items": { @@ -82771,6 +83284,72 @@ "Video": 2 } }, + "FacsActionUnit": { + "name": "FacsActionUnit", + "items": { + "ChinRaiser": 1, + "ChinRaiserUpperLip": 0, + "Corrugator": 28, + "EyesLookDown": 37, + "EyesLookLeft": 38, + "EyesLookRight": 40, + "EyesLookUp": 39, + "FlatPucker": 2, + "Funneler": 3, + "JawDrop": 25, + "JawLeft": 26, + "JawRight": 27, + "LeftBrowLowerer": 29, + "LeftCheekPuff": 11, + "LeftCheekRaiser": 41, + "LeftDimpler": 12, + "LeftEyeClosed": 43, + "LeftEyeUpperLidRaiser": 42, + "LeftInnerBrowRaiser": 32, + "LeftLipCornerDown": 13, + "LeftLipCornerPuller": 15, + "LeftLipStretcher": 16, + "LeftLowerLipDepressor": 14, + "LeftNoseWrinkler": 31, + "LeftOuterBrowRaiser": 30, + "LeftUpperLipRaiser": 17, + "LipPresser": 5, + "LipsTogether": 6, + "LowerLipSuck": 4, + "MouthLeft": 7, + "MouthRight": 8, + "Pucker": 9, + "RightBrowLowerer": 33, + "RightCheekPuff": 18, + "RightCheekRaiser": 44, + "RightDimpler": 19, + "RightEyeClosed": 46, + "RightEyeUpperLidRaiser": 45, + "RightInnerBrowRaiser": 35, + "RightLipCornerDown": 20, + "RightLipCornerPuller": 22, + "RightLipStretcher": 23, + "RightLowerLipDepressor": 21, + "RightNoseWrinkler": 36, + "RightOuterBrowRaiser": 34, + "RightUpperLipRaiser": 24, + "TongueDown": 47, + "TongueOut": 48, + "TongueUp": 49, + "UpperLipSuck": 10 + } + }, + "FeedRankingScoreType": { + "name": "FeedRankingScoreType", + "items": { + "Content": 0, + "Final": 1, + "GameJoin": 2, + "Interaction": 3, + "Invalid": 4, + "Sharing": 5 + } + }, "FieldOfViewMode": { "name": "FieldOfViewMode", "items": { @@ -84903,6 +85482,7 @@ "Avatar": 16, "Basic": 7, "CSG": 13, + "CapabilityControl": 22, "Chat": 14, "CreateInstances": 6, "DataStore": 9, @@ -85067,12 +85647,13 @@ "items": { "Boolean": 0, "CFrame": 1, - "Float": 2, - "INVALID": 7, - "Instance": 3, - "Random": 4, - "Vector2": 5, - "Vector3": 6 + "Color3": 2, + "Float": 3, + "INVALID": 8, + "Instance": 4, + "Random": 5, + "Vector2": 6, + "Vector3": 7 } }, "Status": { @@ -85428,6 +86009,16 @@ "Up": 2 } }, + "SystemThemeValue": { + "name": "SystemThemeValue", + "items": { + "dark": 2, + "error": 0, + "light": 1, + "systemDark": 4, + "systemLight": 3 + } + }, "TableMajorAxis": { "name": "TableMajorAxis", "items": { @@ -85790,8 +86381,7 @@ "name": "UICaptureMode", "items": { "All": 0, - "None": 1, - "PlayerGui": 2 + "None": 1 } }, "UIDragDetectorBoundingBehavior": { @@ -86095,6 +86685,13 @@ "Recording": 1 } }, + "VoiceChatDistanceAttenuationType": { + "name": "VoiceChatDistanceAttenuationType", + "items": { + "Inverse": 0, + "Legacy": 1 + } + }, "VoiceChatState": { "name": "VoiceChatState", "items": {