From bcadc97de27ab3800e915abcb72c6c7a3c30f363 Mon Sep 17 00:00:00 2001 From: Micah Date: Wed, 1 Jul 2026 17:59:58 -0700 Subject: [PATCH] Release v7.7.0 (#1286) --- CHANGELOG.md | 2 + Cargo.lock | 108 +- Cargo.toml | 16 +- crates/memofs/CHANGELOG.md | 2 + crates/memofs/Cargo.toml | 2 +- plugin/Version.txt | 2 +- plugin/rbx_dom_lua/customProperties.lua | 6 +- plugin/rbx_dom_lua/database.json | 10642 +++++++++++++--- ...roperties_remove-default.project.json.snap | 28 +- 9 files changed, 9168 insertions(+), 1640 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339c0c6e..d1d007cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ Making a new release? Simply add the new header with the version and date undern ## Unreleased +## [7.7.0] (July 1st, 2026) + * `inf` and `nan` values in properties are now synced ([#1176]) * Fixed a bug caused by having reference properties (such as `ObjectValue.Value`) that point to an Instance not included in syncback. ([#1179]) * Fixed instance replacement fallback failing when too many instances needed to be replaced. ([#1192]) diff --git a/Cargo.lock b/Cargo.lock index 0ffd1266..93e5fda4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,11 +437,11 @@ dependencies = [ [[package]] name = "dirs" -version = "5.0.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" dependencies = [ - "dirs-sys 0.4.1", + "dirs-sys 0.5.0", ] [[package]] @@ -451,20 +451,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" dependencies = [ "libc", - "redox_users", + "redox_users 0.4.6", "winapi 0.3.9", ] [[package]] name = "dirs-sys" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" dependencies = [ "libc", "option-ext", - "redox_users", - "windows-sys 0.48.0", + "redox_users 0.5.2", + "windows-sys 0.61.2", ] [[package]] @@ -1283,9 +1283,9 @@ dependencies = [ [[package]] name = "lz4_flex" -version = "0.11.5" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" +checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e" dependencies = [ "twox-hash", ] @@ -1313,7 +1313,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "memofs" -version = "0.3.1" +version = "0.4.0" dependencies = [ "crossbeam-channel", "fs-err", @@ -1799,9 +1799,9 @@ dependencies = [ [[package]] name = "rbx_binary" -version = "2.0.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95e2b4a187679aa3d169ed50ed5eedbf26383459fec83bf1232c2934b35b24de" +checksum = "d0a6f15a595fab79d15d50799335543ac5b97618c31ad3d0c93e2713a8bf8d34" dependencies = [ "ahash", "log", @@ -1811,15 +1811,15 @@ dependencies = [ "rbx_reflection", "rbx_reflection_database", "serde", - "thiserror", + "thiserror 1.0.69", "zstd", ] [[package]] name = "rbx_dom_weak" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a5c48c2605913fbb1986bceb3e18ef9f12eadedb7edd62bf9fb03447b57c46" +checksum = "63614f84aae649ff71ef6e693d4fc9e2184c6ef55852d48a29685ebd0470114f" dependencies = [ "ahash", "rbx_types", @@ -1829,22 +1829,22 @@ dependencies = [ [[package]] name = "rbx_reflection" -version = "6.1.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f635e79d5d710c82e9049faa57d32945e76a6b041280dc6274f732c0dd78dc" +checksum = "1f53e5c4cf136060f7c514bd4d6f02436a57e36754c544965a7840123bc662d7" dependencies = [ "rbx_types", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "rbx_reflection_database" -version = "2.0.2+roblox-700" +version = "3.0.0+roblox-728" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de2753b896d08d74316d8b89fbeb2470ebd3986404ebba82fa85fcc0330955cf" +checksum = "3f5dd357c4c95d43e12283b9065b8b7b41788219db7a0f3a77a6e111f51522e6" dependencies = [ - "dirs 5.0.1", + "dirs 6.0.0", "log", "rbx_reflection", "rmp-serde", @@ -1863,14 +1863,14 @@ dependencies = [ "lazy_static", "rand", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "rbx_xml" -version = "2.0.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cbaf53b44c9cc0fad1e5dc8ac63fb32fa0ecaa26d32b269cebe4dca8b7b4de" +checksum = "f2e38c283450c4874262c61e68f70f037c9394a08b36fd59468657a4d8761e5e" dependencies = [ "ahash", "base64 0.13.1", @@ -1898,7 +1898,18 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror", + "thiserror 1.0.69", +] + +[[package]] +name = "redox_users" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" +dependencies = [ + "getrandom 0.2.16", + "libredox", + "thiserror 2.0.18", ] [[package]] @@ -2038,13 +2049,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "743bb8c693a387f1ae8d2026d82d8b0c175cc4777b97c1f7b12fdb3be595bb13" dependencies = [ "dirs 2.0.2", - "thiserror", + "thiserror 1.0.69", "winreg 0.6.2", ] [[package]] name = "rojo" -version = "7.7.0-rc.1" +version = "7.7.0" dependencies = [ "anyhow", "backtrace", @@ -2096,7 +2107,7 @@ dependencies = [ "strum", "tempfile", "termcolor", - "thiserror", + "thiserror 1.0.69", "tokio", "toml", "uuid", @@ -2528,7 +2539,16 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +dependencies = [ + "thiserror-impl 2.0.18", ] [[package]] @@ -2542,6 +2562,17 @@ dependencies = [ "syn 2.0.111", ] +[[package]] +name = "thiserror-impl" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +dependencies = [ + "proc-macro2 1.0.103", + "quote 1.0.42", + "syn 2.0.111", +] + [[package]] name = "thread_local" version = "1.1.9" @@ -2737,7 +2768,7 @@ dependencies = [ "log", "rand", "sha1", - "thiserror", + "thiserror 1.0.69", "url", "utf-8", ] @@ -3415,10 +3446,19 @@ dependencies = [ ] [[package]] -name = "xml-rs" -version = "0.8.28" +name = "xml" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" +checksum = "636f85e5ca6488e96401b61eb7de54f4e44755c988af0f52cf90230c312a1a89" + +[[package]] +name = "xml-rs" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3a56132a0d6ecbe77352edc10232f788fc4ceefefff4cab784a98e0e16b6b51" +dependencies = [ + "xml", +] [[package]] name = "yaml-rust" diff --git a/Cargo.toml b/Cargo.toml index edf211a1..06bb4811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.7.0-rc.1" +version = "7.7.0" rust-version = "1.88" authors = [ "Lucien Greathouse ", @@ -46,7 +46,7 @@ name = "build" harness = false [dependencies] -memofs = { version = "0.3.1", path = "crates/memofs" } +memofs = { version = "0.4.0", path = "crates/memofs" } # These dependencies can be uncommented when working on rbx-dom simultaneously # rbx_binary = { path = "../rbx-dom/rbx_binary", features = [ @@ -57,11 +57,11 @@ memofs = { version = "0.3.1", path = "crates/memofs" } # rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" } # rbx_xml = { path = "../rbx-dom/rbx_xml" } -rbx_binary = { version = "2.0.1", features = ["unstable_text_format"] } -rbx_dom_weak = "4.1.0" -rbx_reflection = "6.1.0" -rbx_reflection_database = "2.0.2" -rbx_xml = "2.0.1" +rbx_binary = { version = "3.0.0", features = ["unstable_text_format"] } +rbx_dom_weak = "4.2.0" +rbx_reflection = "7.0.0" +rbx_reflection_database = "3.0.0" +rbx_xml = "3.0.0" anyhow = "1.0.80" backtrace = "0.3.69" @@ -112,7 +112,7 @@ serde_bytes = "0.11.19" winreg = "0.10.1" [build-dependencies] -memofs = { version = "0.3.0", path = "crates/memofs" } +memofs = { version = "0.4.0", path = "crates/memofs" } embed-resource = "1.8.0" anyhow = "1.0.80" diff --git a/crates/memofs/CHANGELOG.md b/crates/memofs/CHANGELOG.md index ec0b71f0..3e841b2b 100644 --- a/crates/memofs/CHANGELOG.md +++ b/crates/memofs/CHANGELOG.md @@ -1,6 +1,8 @@ # memofs Changelog ## Unreleased Changes + +# 0.4.0 (2026-07-01) * Added `Vfs::canonicalize`. [#1201] * **Breaking:** `StdBackend::new` and `Vfs::new_default` now return `io::Result`, so a failure to create the filesystem watcher is reported as an error instead of panicking. The `Default` implementation for `StdBackend` has been removed as a result. [#1267] diff --git a/crates/memofs/Cargo.toml b/crates/memofs/Cargo.toml index d1d8cc5e..f87378e5 100644 --- a/crates/memofs/Cargo.toml +++ b/crates/memofs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "memofs" description = "Virtual filesystem with configurable backends." -version = "0.3.1" +version = "0.4.0" authors = [ "Lucien Greathouse ", "Micah Reid ", diff --git a/plugin/Version.txt b/plugin/Version.txt index baee60f4..d21b198c 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.7.0-rc.1 \ No newline at end of file +7.7.0 \ No newline at end of file diff --git a/plugin/rbx_dom_lua/customProperties.lua b/plugin/rbx_dom_lua/customProperties.lua index a5b96f99..0df57c32 100644 --- a/plugin/rbx_dom_lua/customProperties.lua +++ b/plugin/rbx_dom_lua/customProperties.lua @@ -209,7 +209,7 @@ return { }, }, StyleRule = { - PropertiesSerialize = { + Properties = { read = function(instance: StyleRule) return true, instance:GetProperties() end, @@ -220,9 +220,7 @@ return { local existing = instance:GetProperties() - for itemName, itemValue in pairs(value) do - instance:SetProperty(itemName, itemValue) - end + instance:SetProperties(value) for existingItemName in pairs(existing) do if value[existingItemName] == nil then diff --git a/plugin/rbx_dom_lua/database.json b/plugin/rbx_dom_lua/database.json index 1856f932..6a93959a 100644 --- a/plugin/rbx_dom_lua/database.json +++ b/plugin/rbx_dom_lua/database.json @@ -1,9 +1,9 @@ { "Version": [ 0, - 700, + 728, 0, - 7000935 + 7280895 ], "Classes": { "Accessory": { @@ -170,7 +170,9 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -605,6 +607,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "FallbackImageContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "FallbackImageContent": { + "Name": "FallbackImageContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -1544,6 +1564,19 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AnimationContent": { + "Name": "AnimationContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AnimationId": { "Name": "AnimationId", "Scriptability": "ReadWrite", @@ -1553,14 +1586,19 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "AnimationContent", + "Migration": "ContentIdToContent" + } + } } } } }, "DefaultProperties": { - "AnimationId": { - "ContentId": "" + "AnimationContent": { + "Content": "None" }, "Archivable": { "Bool": true @@ -1627,6 +1665,22 @@ } } }, + "Length": { + "Name": "Length", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Loop": { "Name": "Loop", "Scriptability": "ReadWrite", @@ -1689,11 +1743,35 @@ }, "AnimationConstraint": { "Name": "AnimationConstraint", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Constraint", "Properties": { + "AngularDamping": { + "Name": "AngularDamping", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AngularStrength": { + "Name": "AngularStrength", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "C0": { "Name": "C0", "Scriptability": "Read", @@ -1730,6 +1808,19 @@ } } }, + "EnableSkinning": { + "Name": "EnableSkinning", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "IsKinematic": { "Name": "IsKinematic", "Scriptability": "ReadWrite", @@ -1743,6 +1834,32 @@ } } }, + "LinearDamping": { + "Name": "LinearDamping", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LinearStrength": { + "Name": "LinearStrength", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MaxForce": { "Name": "MaxForce", "Scriptability": "ReadWrite", @@ -1820,6 +1937,12 @@ } }, "DefaultProperties": { + "AngularDamping": { + "Float32": 1.0 + }, + "AngularStrength": { + "Float32": 1.0 + }, "Archivable": { "Bool": true }, @@ -1841,6 +1964,12 @@ "IsKinematic": { "Bool": false }, + "LinearDamping": { + "Float32": 1.0 + }, + "LinearStrength": { + "Float32": 1.0 + }, "MaxForce": { "Float32": 10000.0 }, @@ -2070,6 +2199,19 @@ } } }, + "NodeId": { + "Name": "NodeId", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "NodeType": { "Name": "NodeType", "Scriptability": "ReadWrite", @@ -2100,6 +2242,9 @@ "InputPinData": { "BinaryString": "AQAAAAAAAAA=" }, + "NodeId": { + "String": "" + }, "NodeType": { "Enum": 0 }, @@ -2122,6 +2267,22 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "Generic": { + "Name": "Generic", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "label": { "Name": "label", "Scriptability": "None", @@ -2229,6 +2390,9 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "Generic": { + "BinaryString": "/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAA==" + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -2245,7 +2409,7 @@ "UniqueId": "00000000000000000000000000000000" }, "label": { - "BinaryString": "AQAAAAEAAAAAAAAA" + "BinaryString": "AgAAAAEAAAAAAAAA" }, "name": { "BinaryString": "AQAAAAEAAAAAAAAA" @@ -2254,13 +2418,13 @@ "BinaryString": "AQAAAAEAAAAAAA==" }, "postTransform": { - "BinaryString": "AQAAAAEAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA=" + "BinaryString": "AgAAAAEAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA=" }, "preTransform": { - "BinaryString": "AQAAAAEAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA=" + "BinaryString": "AgAAAAEAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA=" }, "transform": { - "BinaryString": "AQAAAAEAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA=" + "BinaryString": "AgAAAAEAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA=" } } }, @@ -2548,6 +2712,134 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AnimationId0": { + "Name": "AnimationId0", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimationId1": { + "Name": "AnimationId1", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimationId2": { + "Name": "AnimationId2", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimationId3": { + "Name": "AnimationId3", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimationId4": { + "Name": "AnimationId4", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimationId5": { + "Name": "AnimationId5", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimationId6": { + "Name": "AnimationId6", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimationId7": { + "Name": "AnimationId7", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "EvaluationThrottled": { "Name": "EvaluationThrottled", "Scriptability": "Read", @@ -2564,6 +2856,518 @@ } } }, + "FadeTime0": { + "Name": "FadeTime0", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FadeTime1": { + "Name": "FadeTime1", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FadeTime2": { + "Name": "FadeTime2", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FadeTime3": { + "Name": "FadeTime3", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FadeTime4": { + "Name": "FadeTime4", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FadeTime5": { + "Name": "FadeTime5", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FadeTime6": { + "Name": "FadeTime6", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FadeTime7": { + "Name": "FadeTime7", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying0": { + "Name": "IsPlaying0", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying1": { + "Name": "IsPlaying1", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying2": { + "Name": "IsPlaying2", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying3": { + "Name": "IsPlaying3", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying4": { + "Name": "IsPlaying4", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying5": { + "Name": "IsPlaying5", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying6": { + "Name": "IsPlaying6", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsPlaying7": { + "Name": "IsPlaying7", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped0": { + "Name": "Looped0", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped1": { + "Name": "Looped1", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped2": { + "Name": "Looped2", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped3": { + "Name": "Looped3", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped4": { + "Name": "Looped4", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped5": { + "Name": "Looped5", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped6": { + "Name": "Looped6", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Looped7": { + "Name": "Looped7", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed0": { + "Name": "PlaybackSpeed0", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed1": { + "Name": "PlaybackSpeed1", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed2": { + "Name": "PlaybackSpeed2", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed3": { + "Name": "PlaybackSpeed3", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed4": { + "Name": "PlaybackSpeed4", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed5": { + "Name": "PlaybackSpeed5", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed6": { + "Name": "PlaybackSpeed6", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PlaybackSpeed7": { + "Name": "PlaybackSpeed7", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PreferLodEnabled": { "Name": "PreferLodEnabled", "Scriptability": "ReadWrite", @@ -2577,6 +3381,390 @@ } } }, + "Priority0": { + "Name": "Priority0", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority1": { + "Name": "Priority1", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority2": { + "Name": "Priority2", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority3": { + "Name": "Priority3", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority4": { + "Name": "Priority4", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority5": { + "Name": "Priority5", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority6": { + "Name": "Priority6", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority7": { + "Name": "Priority7", + "Scriptability": "None", + "DataType": { + "Enum": "AnimationPriority" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition0": { + "Name": "RefStepIdForTimePosition0", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition1": { + "Name": "RefStepIdForTimePosition1", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition2": { + "Name": "RefStepIdForTimePosition2", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition3": { + "Name": "RefStepIdForTimePosition3", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition4": { + "Name": "RefStepIdForTimePosition4", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition5": { + "Name": "RefStepIdForTimePosition5", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition6": { + "Name": "RefStepIdForTimePosition6", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForTimePosition7": { + "Name": "RefStepIdForTimePosition7", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight0": { + "Name": "RefStepIdForWeight0", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight1": { + "Name": "RefStepIdForWeight1", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight2": { + "Name": "RefStepIdForWeight2", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight3": { + "Name": "RefStepIdForWeight3", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight4": { + "Name": "RefStepIdForWeight4", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight5": { + "Name": "RefStepIdForWeight5", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight6": { + "Name": "RefStepIdForWeight6", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RefStepIdForWeight7": { + "Name": "RefStepIdForWeight7", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "RootMotion": { "Name": "RootMotion", "Scriptability": "Read", @@ -2610,6 +3798,134 @@ "Serialization": "DoesNotSerialize" } } + }, + "WeightTarget0": { + "Name": "WeightTarget0", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WeightTarget1": { + "Name": "WeightTarget1", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WeightTarget2": { + "Name": "WeightTarget2", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WeightTarget3": { + "Name": "WeightTarget3", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WeightTarget4": { + "Name": "WeightTarget4", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WeightTarget5": { + "Name": "WeightTarget5", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WeightTarget6": { + "Name": "WeightTarget6", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "WeightTarget7": { + "Name": "WeightTarget7", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -2941,6 +4257,27 @@ } } }, + "AppAgeSignalsService": { + "Name": "AppAgeSignalsService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AppLifecycleObserverService": { "Name": "AppLifecycleObserverService", "Tags": [ @@ -3375,6 +4712,27 @@ } } }, + "AssetQualityService": { + "Name": "AssetQualityService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AssetService": { "Name": "AssetService", "Tags": [ @@ -4396,6 +5754,38 @@ } } }, + "EchoCancellation": { + "Name": "EchoCancellation", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "GainControl": { + "Name": "GainControl", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "IsReady": { "Name": "IsReady", "Scriptability": "None", @@ -4432,6 +5822,23 @@ "Value": "Bool" }, "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "NoiseSuppression": { + "Name": "NoiseSuppression", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -4790,6 +6197,19 @@ } } }, + "DiffractionEnabled": { + "Name": "DiffractionEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SimulationMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DistanceAttenuation": { "Name": "DistanceAttenuation", "Scriptability": "None", @@ -4803,9 +6223,22 @@ } } }, - "PositionOverride": { - "Name": "PositionOverride", - "Scriptability": "None", + "OcclusionEnabled": { + "Name": "OcclusionEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SimulationMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PositionInstance": { + "Name": "PositionInstance", + "Scriptability": "ReadWrite", "DataType": { "Value": "Ref" }, @@ -4816,6 +6249,32 @@ } } }, + "PositionType": { + "Name": "PositionType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "EmitterPositionType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ReverbEnabled": { + "Name": "ReverbEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SimulationMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SimulationFidelity": { "Name": "SimulationFidelity", "Scriptability": "ReadWrite", @@ -4851,12 +6310,24 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "DiffractionEnabled": { + "Enum": 0 + }, "DistanceAttenuation": { "BinaryString": "AA==" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "OcclusionEnabled": { + "Enum": 0 + }, + "PositionType": { + "Enum": 0 + }, + "ReverbEnabled": { + "Enum": 0 + }, "Sandboxed": { "Bool": false }, @@ -5556,6 +7027,19 @@ } } }, + "DiffractionEnabled": { + "Name": "DiffractionEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SimulationMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DistanceAttenuation": { "Name": "DistanceAttenuation", "Scriptability": "None", @@ -5569,9 +7053,22 @@ } } }, - "PositionOverride": { - "Name": "PositionOverride", - "Scriptability": "None", + "OcclusionEnabled": { + "Name": "OcclusionEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SimulationMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PositionInstance": { + "Name": "PositionInstance", + "Scriptability": "ReadWrite", "DataType": { "Value": "Ref" }, @@ -5582,6 +7079,32 @@ } } }, + "PositionType": { + "Name": "PositionType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "ListenerPositionType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ReverbEnabled": { + "Name": "ReverbEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SimulationMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SimulationFidelity": { "Name": "SimulationFidelity", "Scriptability": "ReadWrite", @@ -5617,12 +7140,24 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "DiffractionEnabled": { + "Enum": 0 + }, "DistanceAttenuation": { "BinaryString": "AA==" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "OcclusionEnabled": { + "Enum": 0 + }, + "PositionType": { + "Enum": 0 + }, + "ReverbEnabled": { + "Enum": 0 + }, "Sandboxed": { "Bool": false }, @@ -5781,13 +7316,31 @@ } } }, + "AssetRepresentation": { + "Name": "AssetRepresentation", + "Scriptability": "None", + "DataType": { + "Enum": "AssetRepresentation" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "AudioContent": { "Name": "AudioContent", "Scriptability": "ReadWrite", "DataType": { "Value": "Content" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -5820,19 +7373,6 @@ } } }, - "IsMutedForCapture": { - "Name": "IsMutedForCapture", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "IsPlaying": { "Name": "IsPlaying", "Scriptability": "Read", @@ -5979,9 +7519,6 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "IsMutedForCapture": { - "Bool": false - }, "LoopRegion": { "NumberRange": [ 0.0, @@ -6473,6 +8010,21 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "DictationEnabled": { + "Name": "DictationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Enabled": { "Name": "Enabled", "Scriptability": "ReadWrite", @@ -7282,6 +8834,247 @@ } } }, + "AvatarAbilityRules": { + "Name": "AvatarAbilityRules", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "CharacterControllerMode": { + "Name": "CharacterControllerMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsCharacterControllerMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableClimbing": { + "Name": "EnableClimbing", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableCrouching": { + "Name": "EnableCrouching", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableFallingDown": { + "Name": "EnableFallingDown", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableGettingUp": { + "Name": "EnableGettingUp", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableHolding": { + "Name": "EnableHolding", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableJumping": { + "Name": "EnableJumping", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableReaching": { + "Name": "EnableReaching", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableRunning": { + "Name": "EnableRunning", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableSitting": { + "Name": "EnableSitting", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableSprinting": { + "Name": "EnableSprinting", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableStrafing": { + "Name": "EnableStrafing", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableSwimming": { + "Name": "EnableSwimming", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "CharacterControllerMode": { + "Enum": 0 + }, + "EnableClimbing": { + "Bool": true + }, + "EnableCrouching": { + "Bool": true + }, + "EnableFallingDown": { + "Bool": true + }, + "EnableGettingUp": { + "Bool": true + }, + "EnableHolding": { + "Bool": true + }, + "EnableJumping": { + "Bool": true + }, + "EnableReaching": { + "Bool": true + }, + "EnableRunning": { + "Bool": true + }, + "EnableSitting": { + "Bool": true + }, + "EnableSprinting": { + "Bool": true + }, + "EnableStrafing": { + "Bool": true + }, + "EnableSwimming": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AvatarAccessoryRules": { "Name": "AvatarAccessoryRules", "Tags": [], @@ -7521,6 +9314,19 @@ } } }, + "EnableEmissives": { + "Name": "EnableEmissives", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "EnableSound": { "Name": "EnableSound", "Scriptability": "None", @@ -7638,6 +9444,9 @@ "CustomWaistAccessoryId": { "Int64": 0 }, + "EnableEmissives": { + "Bool": true + }, "EnableSound": { "Bool": true }, @@ -9283,7 +11092,6 @@ "Name": "AvatarEditorService", "Tags": [ "NotCreatable", - "NotReplicated", "Service" ], "Superclass": "Instance", @@ -9530,6 +11338,19 @@ "Tags": [], "Superclass": "Constraint", "Properties": { + "EnableSkinning": { + "Name": "EnableSkinning", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "LimitsEnabled": { "Name": "LimitsEnabled", "Scriptability": "ReadWrite", @@ -9732,6 +11553,40 @@ } } }, + "BaseCoreGuiConfiguration": { + "Name": "BaseCoreGuiConfiguration", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "Enabled": { + "Name": "Enabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "BaseImportData": { "Name": "BaseImportData", "Tags": [ @@ -10456,22 +12311,6 @@ } } }, - "LocalSimulationValidation": { - "Name": "LocalSimulationValidation", - "Scriptability": "None", - "DataType": { - "Value": "Int32" - }, - "Tags": [ - "Hidden", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "LocalTransparencyModifier": { "Name": "LocalTransparencyModifier", "Scriptability": "ReadWrite", @@ -11502,6 +13341,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "TextureContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "TextureContent": { + "Name": "TextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -11668,8 +13525,8 @@ "Tags": { "Tags": [] }, - "Texture": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "TextureLength": { "Float32": 1.0 @@ -15219,6 +17076,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -15427,6 +17287,40 @@ } } }, + "CapturesViewConfiguration": { + "Name": "CapturesViewConfiguration", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "BaseCoreGuiConfiguration", + "Properties": { + "Open": { + "Name": "Open", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "CatalogPages": { "Name": "CatalogPages", "Tags": [ @@ -15490,7 +17384,6 @@ "ChannelSelectorSoundEffect": { "Name": "ChannelSelectorSoundEffect", "Tags": [ - "NotBrowsable", "NotCreatable" ], "Superclass": "CustomSoundEffect", @@ -15821,6 +17714,19 @@ "Tags": [], "Superclass": "CharacterAppearance", "Properties": { + "BaseTextureContent": { + "Name": "BaseTextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "BaseTextureId": { "Name": "BaseTextureId", "Scriptability": "ReadWrite", @@ -15830,7 +17736,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "BaseTextureContent", + "Migration": "Int64ToContent" + } + } } } }, @@ -15847,6 +17758,19 @@ } } }, + "MeshContent": { + "Name": "MeshContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MeshId": { "Name": "MeshId", "Scriptability": "ReadWrite", @@ -15854,6 +17778,24 @@ "Value": "Int64" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MeshContent", + "Migration": "Int64ToContent" + } + } + } + } + }, + "OverlayTextureContent": { + "Name": "OverlayTextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -15881,8 +17823,8 @@ "Attributes": { "Attributes": {} }, - "BaseTextureId": { - "Int64": 0 + "BaseTextureContent": { + "Content": "None" }, "BodyPart": { "Enum": 0 @@ -15893,8 +17835,8 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "MeshId": { - "Int64": 0 + "MeshContent": { + "Content": "None" }, "OverlayTextureId": { "Int64": 0 @@ -15962,6 +17904,22 @@ "Serialization": "Serializes" } } + }, + "ModerationMode": { + "Name": "ModerationMode", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -16755,27 +18713,6 @@ } } }, - "ChatbotUIService": { - "Name": "ChatbotUIService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "ChorusSoundEffect": { "Name": "ChorusSoundEffect", "Tags": [], @@ -16966,6 +18903,27 @@ } } }, + "ClientStorageService": { + "Name": "ClientStorageService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ClimbController": { "Name": "ClimbController", "Tags": [], @@ -17106,6 +19064,23 @@ } } }, + "Outfit1Content": { + "Name": "Outfit1Content", + "Scriptability": "None", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Outfit2": { "Name": "Outfit2", "Scriptability": "None", @@ -17122,6 +19097,23 @@ "Serialization": "DoesNotSerialize" } } + }, + "Outfit2Content": { + "Name": "Outfit2Content", + "Scriptability": "None", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -17157,6 +19149,27 @@ } } }, + "CloudExecutionService": { + "Name": "CloudExecutionService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "CloudLocalizationTable": { "Name": "CloudLocalizationTable", "Tags": [ @@ -17739,6 +19752,55 @@ } } }, + "CompositeValueCurve": { + "Name": "CompositeValueCurve", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "CurveType": { + "Name": "CurveType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "CompositeValueCurveType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "CurveType": { + "Enum": 2 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "CompressorSoundEffect": { "Name": "CompressorSoundEffect", "Tags": [], @@ -18656,6 +20718,32 @@ } } }, + "LadderSearchHeight": { + "Name": "LadderSearchHeight", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LadderSearchOffset": { + "Name": "LadderSearchOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SearchDistance": { "Name": "SearchDistance", "Scriptability": "ReadWrite", @@ -18669,6 +20757,19 @@ } } }, + "SensedMaterial": { + "Name": "SensedMaterial", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "Material" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SensedPart": { "Name": "SensedPart", "Scriptability": "ReadWrite", @@ -18738,16 +20839,25 @@ "HitNormal": { "Vector3": [ 0.0, - 0.0, + 1.0, 0.0 ] }, + "LadderSearchHeight": { + "Float32": 6.0 + }, + "LadderSearchOffset": { + "Float32": 5.0 + }, "Sandboxed": { "Bool": false }, "SearchDistance": { "Float32": 0.0 }, + "SensedMaterial": { + "Enum": 1792 + }, "SensorMode": { "Enum": 0 }, @@ -18805,27 +20915,6 @@ } } }, - "ConversationalAIAcceptanceService": { - "Name": "ConversationalAIAcceptanceService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "CookiesService": { "Name": "CookiesService", "Tags": [ @@ -18912,6 +21001,67 @@ } } }, + "CoreGuiConfiguration": { + "Name": "CoreGuiConfiguration", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "CapturesViewConfiguration": { + "Name": "CapturesViewConfiguration", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PlayerListConfiguration": { + "Name": "PlayerListConfiguration", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SelfViewConfiguration": { + "Name": "SelfViewConfiguration", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "CorePackages": { "Name": "CorePackages", "Tags": [ @@ -20332,6 +22482,22 @@ } } }, + "RunService": { + "Name": "RunService", + "Scriptability": "Read", + "DataType": { + "Value": "Ref" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "VIPServerId": { "Name": "VIPServerId", "Scriptability": "Read", @@ -21907,6 +24073,19 @@ "Tags": [], "Superclass": "FaceInstance", "Properties": { + "AutoLocalize": { + "Name": "AutoLocalize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Color3": { "Name": "Color3", "Scriptability": "ReadWrite", @@ -22037,6 +24216,19 @@ } } }, + "Rotation": { + "Name": "Rotation", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RoughnessMap": { "Name": "RoughnessMap", "Scriptability": "ReadWrite", @@ -22222,6 +24414,9 @@ "Attributes": { "Attributes": {} }, + "AutoLocalize": { + "Bool": true + }, "Capabilities": { "SecurityCapabilities": 0 }, @@ -22244,6 +24439,9 @@ "NormalMapContent": { "Content": "None" }, + "Rotation": { + "Float32": 0.0 + }, "RoughnessMapContent": { "Content": "None" }, @@ -22288,6 +24486,27 @@ } } }, + "DeferredAssetManagerService": { + "Name": "DeferredAssetManagerService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "DepthOfFieldEffect": { "Name": "DepthOfFieldEffect", "Tags": [], @@ -22388,6 +24607,27 @@ } } }, + "DesignFoundationsService": { + "Name": "DesignFoundationsService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "DeviceIdService": { "Name": "DeviceIdService", "Tags": [ @@ -22700,6 +24940,1015 @@ } } }, + "DigitsRigDescription": { + "Name": "DigitsRigDescription", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "Index1": { + "Name": "Index1", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Index1TposeAdjustment": { + "Name": "Index1TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Index2": { + "Name": "Index2", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Index2TposeAdjustment": { + "Name": "Index2TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Index3": { + "Name": "Index3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Index3TposeAdjustment": { + "Name": "Index3TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "IndexRange": { + "Name": "IndexRange", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "IndexSize": { + "Name": "IndexSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Middle1": { + "Name": "Middle1", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Middle1TposeAdjustment": { + "Name": "Middle1TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Middle2": { + "Name": "Middle2", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Middle2TposeAdjustment": { + "Name": "Middle2TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Middle3": { + "Name": "Middle3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Middle3TposeAdjustment": { + "Name": "Middle3TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MiddleRange": { + "Name": "MiddleRange", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MiddleSize": { + "Name": "MiddleSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Pinky1": { + "Name": "Pinky1", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Pinky1TposeAdjustment": { + "Name": "Pinky1TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Pinky2": { + "Name": "Pinky2", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Pinky2TposeAdjustment": { + "Name": "Pinky2TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Pinky3": { + "Name": "Pinky3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Pinky3TposeAdjustment": { + "Name": "Pinky3TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PinkyRange": { + "Name": "PinkyRange", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PinkySize": { + "Name": "PinkySize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Ring1": { + "Name": "Ring1", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Ring1TposeAdjustment": { + "Name": "Ring1TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Ring2": { + "Name": "Ring2", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Ring2TposeAdjustment": { + "Name": "Ring2TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Ring3": { + "Name": "Ring3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Ring3TposeAdjustment": { + "Name": "Ring3TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RingRange": { + "Name": "RingRange", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RingSize": { + "Name": "RingSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Side": { + "Name": "Side", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "DigitsRigDescriptionSide" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Thumb1": { + "Name": "Thumb1", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Thumb1TposeAdjustment": { + "Name": "Thumb1TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Thumb2": { + "Name": "Thumb2", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Thumb2TposeAdjustment": { + "Name": "Thumb2TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Thumb3": { + "Name": "Thumb3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Thumb3TposeAdjustment": { + "Name": "Thumb3TposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ThumbRange": { + "Name": "ThumbRange", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ThumbSize": { + "Name": "ThumbSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Index1TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Index2TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Index3TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "IndexRange": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "IndexSize": { + "Float32": 0.0 + }, + "Middle1TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Middle2TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Middle3TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "MiddleRange": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "MiddleSize": { + "Float32": 0.0 + }, + "Pinky1TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Pinky2TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Pinky3TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "PinkyRange": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "PinkySize": { + "Float32": 0.0 + }, + "Ring1TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Ring2TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Ring3TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "RingRange": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "RingSize": { + "Float32": 0.0 + }, + "Sandboxed": { + "Bool": false + }, + "Side": { + "Enum": 0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "Thumb1TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Thumb2TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "Thumb3TposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, + "ThumbRange": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "ThumbSize": { + "Float32": 0.0 + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "DistortionSoundEffect": { "Name": "DistortionSoundEffect", "Tags": [], @@ -23456,7 +26705,7 @@ "Orientation": { "Vector3": [ -0.0, - 179.99998, + 180.0, 90.0 ] }, @@ -24055,21 +27304,6 @@ "Serialization": "Serializes" } } - }, - "SkinningEnabled": { - "Name": "SkinningEnabled", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "Deprecated" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } } }, "DefaultProperties": {} @@ -24111,26 +27345,6 @@ } } }, - "EmotesPages": { - "Name": "EmotesPages", - "Tags": [ - "NotCreatable", - "NotReplicated" - ], - "Superclass": "InventoryPages", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "EncodingService": { "Name": "EncodingService", "Tags": [ @@ -24580,11 +27794,27 @@ "Name": "ExperienceStateRecordingService", "Tags": [ "NotCreatable", - "NotReplicated", "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "IsServerDataModelRecorderActive": { + "Name": "IsServerDataModelRecorderActive", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": { "Archivable": { "Bool": true @@ -25081,6 +28311,22 @@ } } }, + "InternalOverrideFACSData": { + "Name": "InternalOverrideFACSData", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "JawDrop": { "Name": "JawDrop", "Scriptability": "ReadWrite", @@ -25710,6 +28956,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InternalOverrideFACSData": { + "BinaryString": "" + }, "Sandboxed": { "Bool": false }, @@ -26043,11 +29292,45 @@ } } }, + "FileManagerService": { + "Name": "FileManagerService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "FileMesh": { "Name": "FileMesh", "Tags": [], "Superclass": "DataModelMesh", "Properties": { + "MeshContent": { + "Name": "MeshContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MeshId": { "Name": "MeshId", "Scriptability": "ReadWrite", @@ -26055,6 +29338,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MeshContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "TextureContent": { + "Name": "TextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -26070,7 +29371,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "TextureContent", + "Migration": "ContentIdToContent" + } + } } } } @@ -26088,8 +29394,8 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "MeshId": { - "ContentId": "" + "MeshContent": { + "Content": "None" }, "Offset": { "Vector3": [ @@ -26114,8 +29420,8 @@ "Tags": { "Tags": [] }, - "TextureId": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" @@ -26129,6 +29435,26 @@ } } }, + "FileSyncReplicationService": { + "Name": "FileSyncReplicationService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "Fire": { "Name": "Fire", "Tags": [], @@ -27458,6 +30784,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -27824,6 +31153,38 @@ } } }, + "GeneratedFolder": { + "Name": "GeneratedFolder", + "Tags": [], + "Superclass": "Folder", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "GenerationService": { "Name": "GenerationService", "Tags": [ @@ -28218,6 +31579,26 @@ } } }, + "GongService": { + "Name": "GongService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "GroundController": { "Name": "GroundController", "Tags": [], @@ -29396,6 +32777,19 @@ } } }, + "InputSink": { + "Name": "InputSink", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "InputSink" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Interactable": { "Name": "Interactable", "Scriptability": "ReadWrite", @@ -29787,6 +33181,21 @@ } } }, + "DisplayScalingMode": { + "Name": "DisplayScalingMode", + "Scriptability": "None", + "DataType": { + "Enum": "DisplayScalingMode" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "GuiNavigationEnabled": { "Name": "GuiNavigationEnabled", "Scriptability": "ReadWrite", @@ -30015,9 +33424,24 @@ "Archivable": { "Bool": true }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" } @@ -30044,1017 +33468,6 @@ } } }, - "HandRigDescription": { - "Name": "HandRigDescription", - "Tags": [ - "NotBrowsable" - ], - "Superclass": "Instance", - "Properties": { - "Index1": { - "Name": "Index1", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Index1TposeAdjustment": { - "Name": "Index1TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Index2": { - "Name": "Index2", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Index2TposeAdjustment": { - "Name": "Index2TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Index3": { - "Name": "Index3", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Index3TposeAdjustment": { - "Name": "Index3TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "IndexRange": { - "Name": "IndexRange", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "IndexSize": { - "Name": "IndexSize", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Middle1": { - "Name": "Middle1", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Middle1TposeAdjustment": { - "Name": "Middle1TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Middle2": { - "Name": "Middle2", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Middle2TposeAdjustment": { - "Name": "Middle2TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Middle3": { - "Name": "Middle3", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Middle3TposeAdjustment": { - "Name": "Middle3TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "MiddleRange": { - "Name": "MiddleRange", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "MiddleSize": { - "Name": "MiddleSize", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Pinky1": { - "Name": "Pinky1", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Pinky1TposeAdjustment": { - "Name": "Pinky1TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Pinky2": { - "Name": "Pinky2", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Pinky2TposeAdjustment": { - "Name": "Pinky2TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Pinky3": { - "Name": "Pinky3", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Pinky3TposeAdjustment": { - "Name": "Pinky3TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "PinkyRange": { - "Name": "PinkyRange", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "PinkySize": { - "Name": "PinkySize", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Ring1": { - "Name": "Ring1", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Ring1TposeAdjustment": { - "Name": "Ring1TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Ring2": { - "Name": "Ring2", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Ring2TposeAdjustment": { - "Name": "Ring2TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Ring3": { - "Name": "Ring3", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Ring3TposeAdjustment": { - "Name": "Ring3TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "RingRange": { - "Name": "RingRange", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "RingSize": { - "Name": "RingSize", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Side": { - "Name": "Side", - "Scriptability": "ReadWrite", - "DataType": { - "Enum": "HandRigDescriptionSide" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Thumb1": { - "Name": "Thumb1", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Thumb1TposeAdjustment": { - "Name": "Thumb1TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Thumb2": { - "Name": "Thumb2", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Thumb2TposeAdjustment": { - "Name": "Thumb2TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Thumb3": { - "Name": "Thumb3", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Thumb3TposeAdjustment": { - "Name": "Thumb3TposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "ThumbRange": { - "Name": "ThumbRange", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "ThumbSize": { - "Name": "ThumbSize", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - } - }, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "Attributes": { - "Attributes": {} - }, - "Capabilities": { - "SecurityCapabilities": 0 - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "Index1TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Index2TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Index3TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "IndexRange": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "IndexSize": { - "Float32": 0.0 - }, - "Middle1TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Middle2TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Middle3TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "MiddleRange": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "MiddleSize": { - "Float32": 0.0 - }, - "Pinky1TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Pinky2TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Pinky3TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "PinkyRange": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "PinkySize": { - "Float32": 0.0 - }, - "Ring1TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Ring2TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Ring3TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "RingRange": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "RingSize": { - "Float32": 0.0 - }, - "Sandboxed": { - "Bool": false - }, - "Side": { - "Enum": 0 - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "Tags": [] - }, - "Thumb1TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Thumb2TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "Thumb3TposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, - "ThumbRange": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "ThumbSize": { - "Float32": 0.0 - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "HandleAdornment": { "Name": "HandleAdornment", "Tags": [ @@ -31397,21 +33810,6 @@ } } }, - "Waveform": { - "Name": "Waveform", - "Scriptability": "None", - "DataType": { - "Value": "Ref" - }, - "Tags": [ - "Deprecated" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "WaveformData": { "Name": "WaveformData", "Scriptability": "None", @@ -31597,6 +33995,26 @@ } } }, + "HeatmapQueryService": { + "Name": "HeatmapQueryService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "HeatmapService": { "Name": "HeatmapService", "Tags": [ @@ -32701,6 +35119,22 @@ } } }, + "FinishedState": { + "Name": "FinishedState", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "FloorMaterial": { "Name": "FloorMaterial", "Scriptability": "Read", @@ -33027,6 +35461,22 @@ } } }, + "NoFloorTimerState": { + "Name": "NoFloorTimerState", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "OverrideDefaultCollisions": { "Name": "OverrideDefaultCollisions", "Scriptability": "None", @@ -33189,6 +35639,22 @@ } } }, + "TimerState": { + "Name": "TimerState", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Torso": { "Name": "Torso", "Scriptability": "ReadWrite", @@ -33975,6 +36441,19 @@ } } }, + "StaticFacialAnimation": { + "Name": "StaticFacialAnimation", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SwimAnimation": { "Name": "SwimAnimation", "Scriptability": "ReadWrite", @@ -34018,6 +36497,19 @@ } } }, + "UseAvatarSettings": { + "Name": "UseAvatarSettings", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "WaistAccessory": { "Name": "WaistAccessory", "Scriptability": "ReadWrite", @@ -34130,6 +36622,9 @@ "SourceAssetId": { "Int64": -1 }, + "StaticFacialAnimation": { + "Bool": false + }, "SwimAnimation": { "Int64": 0 }, @@ -34139,6 +36634,9 @@ "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, + "UseAvatarSettings": { + "Bool": false + }, "WalkAnimation": { "Int64": 0 }, @@ -34149,9 +36647,7 @@ }, "HumanoidRigDescription": { "Name": "HumanoidRigDescription", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "Chest": { @@ -34674,8 +37170,8 @@ } } }, - "LeftToes": { - "Name": "LeftToes", + "LeftToeBase": { + "Name": "LeftToeBase", "Scriptability": "ReadWrite", "DataType": { "Value": "Ref" @@ -34687,8 +37183,8 @@ } } }, - "LeftToesRangeMax": { - "Name": "LeftToesRangeMax", + "LeftToeBaseRangeMax": { + "Name": "LeftToeBaseRangeMax", "Scriptability": "ReadWrite", "DataType": { "Value": "Vector3" @@ -34700,8 +37196,8 @@ } } }, - "LeftToesRangeMin": { - "Name": "LeftToesRangeMin", + "LeftToeBaseRangeMin": { + "Name": "LeftToeBaseRangeMin", "Scriptability": "ReadWrite", "DataType": { "Value": "Vector3" @@ -34713,8 +37209,8 @@ } } }, - "LeftToesSize": { - "Name": "LeftToesSize", + "LeftToeBaseSize": { + "Name": "LeftToeBaseSize", "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" @@ -34726,8 +37222,8 @@ } } }, - "LeftToesTposeAdjustment": { - "Name": "LeftToesTposeAdjustment", + "LeftToeBaseTposeAdjustment": { + "Name": "LeftToeBaseTposeAdjustment", "Scriptability": "ReadWrite", "DataType": { "Value": "CFrame" @@ -34882,71 +37378,6 @@ } } }, - "Pelvis": { - "Name": "Pelvis", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "PelvisRangeMax": { - "Name": "PelvisRangeMax", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "PelvisRangeMin": { - "Name": "PelvisRangeMin", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Vector3" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "PelvisSize": { - "Name": "PelvisSize", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "PelvisTposeAdjustment": { - "Name": "PelvisTposeAdjustment", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "RightAnkle": { "Name": "RightAnkle", "Scriptability": "ReadWrite", @@ -35337,8 +37768,8 @@ } } }, - "RightToes": { - "Name": "RightToes", + "RightToeBase": { + "Name": "RightToeBase", "Scriptability": "ReadWrite", "DataType": { "Value": "Ref" @@ -35350,8 +37781,8 @@ } } }, - "RightToesRangeMax": { - "Name": "RightToesRangeMax", + "RightToeBaseRangeMax": { + "Name": "RightToeBaseRangeMax", "Scriptability": "ReadWrite", "DataType": { "Value": "Vector3" @@ -35363,8 +37794,8 @@ } } }, - "RightToesRangeMin": { - "Name": "RightToesRangeMin", + "RightToeBaseRangeMin": { + "Name": "RightToeBaseRangeMin", "Scriptability": "ReadWrite", "DataType": { "Value": "Vector3" @@ -35376,8 +37807,8 @@ } } }, - "RightToesSize": { - "Name": "RightToesSize", + "RightToeBaseSize": { + "Name": "RightToeBaseSize", "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" @@ -35389,8 +37820,8 @@ } } }, - "RightToesTposeAdjustment": { - "Name": "RightToesTposeAdjustment", + "RightToeBaseTposeAdjustment": { + "Name": "RightToeBaseTposeAdjustment", "Scriptability": "ReadWrite", "DataType": { "Value": "CFrame" @@ -35532,6 +37963,71 @@ } } }, + "Spine": { + "Name": "Spine", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SpineRangeMax": { + "Name": "SpineRangeMax", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SpineRangeMin": { + "Name": "SpineRangeMin", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SpineSize": { + "Name": "SpineSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SpineTposeAdjustment": { + "Name": "SpineTposeAdjustment", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Waist": { "Name": "Waist", "Scriptability": "ReadWrite", @@ -35955,24 +38451,24 @@ ] } }, - "LeftToesRangeMax": { + "LeftToeBaseRangeMax": { "Vector3": [ 0.0, 0.0, 0.0 ] }, - "LeftToesRangeMin": { + "LeftToeBaseRangeMin": { "Vector3": [ 0.0, 0.0, 0.0 ] }, - "LeftToesSize": { + "LeftToeBaseSize": { "Float32": 0.0 }, - "LeftToesTposeAdjustment": { + "LeftToeBaseTposeAdjustment": { "CFrame": { "position": [ 0.0, @@ -36110,49 +38606,6 @@ ] } }, - "PelvisRangeMax": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "PelvisRangeMin": { - "Vector3": [ - 0.0, - 0.0, - 0.0 - ] - }, - "PelvisSize": { - "Float32": 0.0 - }, - "PelvisTposeAdjustment": { - "CFrame": { - "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 - ] - ] - } - }, "RightAnkleRangeMax": { "Vector3": [ 0.0, @@ -36411,24 +38864,24 @@ ] } }, - "RightToesRangeMax": { + "RightToeBaseRangeMax": { "Vector3": [ 0.0, 0.0, 0.0 ] }, - "RightToesRangeMin": { + "RightToeBaseRangeMin": { "Vector3": [ 0.0, 0.0, 0.0 ] }, - "RightToesSize": { + "RightToeBaseSize": { "Float32": 0.0 }, - "RightToesTposeAdjustment": { + "RightToeBaseTposeAdjustment": { "CFrame": { "position": [ 0.0, @@ -36546,6 +38999,49 @@ "SourceAssetId": { "Int64": -1 }, + "SpineRangeMax": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "SpineRangeMin": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "SpineSize": { + "Float32": 0.0 + }, + "SpineTposeAdjustment": { + "CFrame": { + "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 + ] + ] + } + }, "Tags": { "Tags": [] }, @@ -37218,6 +39714,9 @@ "ImageTransparency": { "Float32": 0.0 }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -37352,6 +39851,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "ImageContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "ImageContent": { + "Name": "ImageContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -37424,8 +39941,10 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "Image": { - "ContentId": "rbxasset://textures/SurfacesDefault.png" + "ImageContent": { + "Content": { + "Uri": "rbxasset://textures/SurfacesDefault.png" + } }, "Sandboxed": { "Bool": false @@ -37732,6 +40251,9 @@ "ImageTransparency": { "Float32": 0.0 }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -37842,6 +40364,26 @@ } } }, + "ImageScreenCaptureService": { + "Name": "ImageScreenCaptureService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ImportSession": { "Name": "ImportSession", "Tags": [ @@ -38060,6 +40602,23 @@ "Serialization": "Serializes" } } + }, + "ViewportPositionState": { + "Name": "ViewportPositionState", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -38113,6 +40672,19 @@ } } }, + "ClampMagnitudeToOne": { + "Name": "ClampMagnitudeToOne", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Down": { "Name": "Down", "Scriptability": "ReadWrite", @@ -38165,6 +40737,19 @@ } } }, + "PointerIndex": { + "Name": "PointerIndex", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PressedThreshold": { "Name": "PressedThreshold", "Scriptability": "ReadWrite", @@ -38178,6 +40763,19 @@ } } }, + "PrimaryModifier": { + "Name": "PrimaryModifier", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ReleasedThreshold": { "Name": "ReleasedThreshold", "Scriptability": "ReadWrite", @@ -38230,6 +40828,32 @@ } } }, + "SecondaryModifier": { + "Name": "SecondaryModifier", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Type": { + "Name": "Type", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "InputBindingType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "UIButton": { "Name": "UIButton", "Scriptability": "ReadWrite", @@ -38243,6 +40867,19 @@ } } }, + "UIModifier": { + "Name": "UIModifier", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Up": { "Name": "Up", "Scriptability": "ReadWrite", @@ -38268,6 +40905,19 @@ "Serialization": "Serializes" } } + }, + "Vector3Scale": { + "Name": "Vector3Scale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -38283,6 +40933,9 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "ClampMagnitudeToOne": { + "Bool": true + }, "Down": { "Enum": 0 }, @@ -38298,9 +40951,15 @@ "Left": { "Enum": 0 }, + "PointerIndex": { + "Int32": 0 + }, "PressedThreshold": { "Float32": 0.5 }, + "PrimaryModifier": { + "Enum": 0 + }, "ReleasedThreshold": { "Float32": 0.2 }, @@ -38316,12 +40975,18 @@ "Scale": { "Float32": 1.0 }, + "SecondaryModifier": { + "Enum": 0 + }, "SourceAssetId": { "Int64": -1 }, "Tags": { "Tags": [] }, + "Type": { + "Enum": 0 + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, @@ -38333,6 +40998,13 @@ 1.0, 1.0 ] + }, + "Vector3Scale": { + "Vector3": [ + 1.0, + 1.0, + 1.0 + ] } } }, @@ -38510,21 +41182,6 @@ ], "Superclass": "Instance", "Properties": { - "AllowClientInsertModels": { - "Name": "AllowClientInsertModels", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "AllowInsertFreeModels": { "Name": "AllowInsertFreeModels", "Scriptability": "ReadWrite", @@ -38544,9 +41201,6 @@ } }, "DefaultProperties": { - "AllowClientInsertModels": { - "Bool": false - }, "AllowInsertFreeModels": { "Bool": false }, @@ -38716,6 +41370,23 @@ } } }, + "IsInSandbox": { + "Name": "IsInSandbox", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Name": { "Name": "Name", "Scriptability": "ReadWrite", @@ -38744,6 +41415,23 @@ } } }, + "PredictionMode": { + "Name": "PredictionMode", + "Scriptability": "None", + "DataType": { + "Enum": "PredictionMode" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PropertyStatusStudio": { "Name": "PropertyStatusStudio", "Scriptability": "None", @@ -38939,6 +41627,27 @@ } } }, + "InstanceFileSyncService": { + "Name": "InstanceFileSyncService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "IntConstrainedValue": { "Name": "IntConstrainedValue", "Tags": [ @@ -39105,6 +41814,48 @@ } } }, + "InternalMessagingService": { + "Name": "InternalMessagingService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "InternalMessagingServiceVerifier": { + "Name": "InternalMessagingServiceVerifier", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "InternalSyncItem": { "Name": "InternalSyncItem", "Tags": [ @@ -39388,7 +42139,7 @@ "Bool": false }, "PhysicalConfigData": { - "SharedString": "" + "SharedString": "Q1NHUEhTAAAAAEJMT0NL" }, "PhysicsData": { "BinaryString": "" @@ -39484,6 +42235,9 @@ "Transparency": { "Float32": 0.0 }, + "TriangleCount": { + "Int32": 0 + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, @@ -39901,27 +42655,6 @@ } } }, - "LSPFileSyncService": { - "Name": "LSPFileSyncService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "LanguageService": { "Name": "LanguageService", "Tags": [ @@ -39977,6 +42710,22 @@ } } }, + "TabKeyboardNavigation": { + "Name": "TabKeyboardNavigation", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ZIndexBehavior": { "Name": "ZIndexBehavior", "Scriptability": "ReadWrite", @@ -41594,6 +44343,22 @@ } } }, + "EntityModelSize": { + "Name": "EntityModelSize", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "EntityPosition": { "Name": "EntityPosition", "Scriptability": "None", @@ -41642,6 +44407,22 @@ } } }, + "EntityVisible": { + "Name": "EntityVisible", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "IsSlimEnabled": { "Name": "IsSlimEnabled", "Scriptability": "None", @@ -41657,6 +44438,38 @@ "Serialization": "DoesNotSerialize" } } + }, + "SlimAnimationSource": { + "Name": "SlimAnimationSource", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "SlimReplicationTimestampSec": { + "Name": "SlimReplicationTimestampSec", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -42034,6 +44847,100 @@ "Properties": {}, "DefaultProperties": {} }, + "MakeupDescription": { + "Name": "MakeupDescription", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "AssetId": { + "Name": "AssetId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Instance": { + "Name": "Instance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MakeupType": { + "Name": "MakeupType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "MakeupType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Order": { + "Name": "Order", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "AssetId": { + "Int64": 0 + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "MakeupType": { + "Enum": 0 + }, + "Order": { + "Int32": 0 + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ManualGlue": { "Name": "ManualGlue", "Tags": [ @@ -43261,6 +46168,21 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AlphaMode": { + "Name": "AlphaMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AlphaMode" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AvgMetalness": { "Name": "AvgMetalness", "Scriptability": "None", @@ -43528,6 +46450,9 @@ } }, "DefaultProperties": { + "AlphaMode": { + "Enum": 3 + }, "Archivable": { "Bool": true }, @@ -44509,7 +47434,7 @@ "Content": "None" }, "PhysicalConfigData": { - "SharedString": "" + "SharedString": "Q1NHUEhTAAAAAEJMT0NL" }, "PhysicsData": { "BinaryString": "" @@ -45244,6 +48169,22 @@ } } }, + "SlimAnimationTarget": { + "Name": "SlimAnimationTarget", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "SlimHash": { "Name": "SlimHash", "Scriptability": "None", @@ -45443,6 +48384,22 @@ "Serialization": "Serializes" } } + }, + "UnrestrictedRequireAllowed": { + "Name": "UnrestrictedRequireAllowed", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -45654,6 +48611,19 @@ } } }, + "EnableSkinning": { + "Name": "EnableSkinning", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ParentName": { "Name": "ParentName", "Scriptability": "None", @@ -46356,7 +49326,7 @@ "Bool": false }, "PhysicalConfigData": { - "SharedString": "" + "SharedString": "Q1NHUEhTAAAAAEJMT0NL" }, "PhysicsData": { "BinaryString": "" @@ -46455,6 +49425,9 @@ "Transparency": { "Float32": 0.1 }, + "TriangleCount": { + "Int32": 0 + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, @@ -46665,6 +49638,51 @@ } } }, + "InboundNetworkJitterMs": { + "Name": "InboundNetworkJitterMs", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "InboundNetworkLossPercent": { + "Name": "InboundNetworkLossPercent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "InboundNetworkMinDelayMs": { + "Name": "InboundNetworkMinDelayMs", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IncomingReplicationLag": { "Name": "IncomingReplicationLag", "Scriptability": "ReadWrite", @@ -46695,6 +49713,51 @@ } } }, + "OutboundNetworkJitterMs": { + "Name": "OutboundNetworkJitterMs", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OutboundNetworkLossPercent": { + "Name": "OutboundNetworkLossPercent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OutboundNetworkMinDelayMs": { + "Name": "OutboundNetworkMinDelayMs", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PrintJoinSizeBreakdown": { "Name": "PrintJoinSizeBreakdown", "Scriptability": "ReadWrite", @@ -47375,6 +50438,16 @@ } } }, + "OutputLink": { + "Name": "OutputLink", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, "PVAdornment": { "Name": "PVAdornment", "Tags": [ @@ -47577,6 +50650,40 @@ } } }, + "PackageContent": { + "Name": "PackageContent", + "Scriptability": "Read", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": { + "SerializesAs": "PackageContentSerialize" + } + } + } + }, + "PackageContentSerialize": { + "Name": "PackageContentSerialize", + "Scriptability": "None", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Alias": { + "AliasFor": "PackageContent" + } + } + }, "PackageGuid": { "Name": "PackageGuid", "Scriptability": "None", @@ -47606,7 +50713,10 @@ "Kind": { "Canonical": { "Serialization": { - "SerializesAs": "PackageIdSerialize" + "Migrate": { + "To": "PackageContent", + "Migration": "ContentIdToContent" + } } } } @@ -47759,6 +50869,96 @@ } } }, + "Packages": { + "Name": "Packages", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "IsDehydrated": { + "Name": "IsDehydrated", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ShellPackagesCount": { + "Name": "ShellPackagesCount", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SkippedInstancesCount": { + "Name": "SkippedInstancesCount", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "IsDehydrated": { + "Bool": false + }, + "Sandboxed": { + "Bool": false + }, + "ShellPackagesCount": { + "Int32": 0 + }, + "SkippedInstancesCount": { + "Int32": 0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "Pages": { "Name": "Pages", "Tags": [ @@ -47813,6 +51013,19 @@ "Serialization": "Serializes" } } + }, + "PantsTemplateContent": { + "Name": "PantsTemplateContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -48499,23 +51712,6 @@ } } }, - "SerializedOperationGraph": { - "Name": "SerializedOperationGraph", - "Scriptability": "None", - "DataType": { - "Value": "SharedString" - }, - "Tags": [ - "Hidden", - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "SmoothingAngle": { "Name": "SmoothingAngle", "Scriptability": "ReadWrite", @@ -48551,13 +51747,10 @@ "DataType": { "Value": "Int32" }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, @@ -48752,7 +51945,7 @@ "Bool": false }, "PhysicalConfigData": { - "SharedString": "" + "SharedString": "Q1NHUEhTAAAAAEJMT0NL" }, "PhysicsData": { "BinaryString": "" @@ -48848,6 +52041,9 @@ "Transparency": { "Float32": 0.0 }, + "TriangleCount": { + "Int32": 0 + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, @@ -49042,6 +52238,19 @@ } } }, + "FlipbookBlendFrames": { + "Name": "FlipbookBlendFrames", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "FlipbookFramerate": { "Name": "FlipbookFramerate", "Scriptability": "ReadWrite", @@ -49364,6 +52573,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "TextureContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "TextureContent": { + "Name": "TextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -49503,6 +52730,9 @@ "Enabled": { "Bool": true }, + "FlipbookBlendFrames": { + "Bool": true + }, "FlipbookFramerate": { "NumberRange": [ 1.0, @@ -49628,8 +52858,10 @@ "Tags": { "Tags": [] }, - "Texture": { - "ContentId": "rbxasset://textures/particles/sparkles_main.dds" + "TextureContent": { + "Content": { + "Uri": "rbxasset://textures/particles/sparkles_main.dds" + } }, "TimeScale": { "Float32": 1.0 @@ -51314,6 +54546,26 @@ } } }, + "PlatformLibraries": { + "Name": "PlatformLibraries", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "Player": { "Name": "Player", "Tags": [], @@ -51351,6 +54603,19 @@ } } }, + "AgeChecked": { + "Name": "AgeChecked", + "Scriptability": "Read", + "DataType": { + "Enum": "AgeCheckStatus" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "AppearanceDidLoad": { "Name": "AppearanceDidLoad", "Scriptability": "None", @@ -51382,6 +54647,38 @@ } } }, + "CameraFieldOfView": { + "Name": "CameraFieldOfView", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "CameraFrustumRequested": { + "Name": "CameraFrustumRequested", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "CameraMaxZoomDistance": { "Name": "CameraMaxZoomDistance", "Scriptability": "ReadWrite", @@ -51421,6 +54718,22 @@ } } }, + "CameraViewportSize": { + "Name": "CameraViewportSize", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "CanLoadCharacterAppearance": { "Name": "CanLoadCharacterAppearance", "Scriptability": "ReadWrite", @@ -51797,6 +55110,19 @@ } } }, + "HasRobloxSubscription": { + "Name": "HasRobloxSubscription", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "HasVerifiedBadge": { "Name": "HasVerifiedBadge", "Scriptability": "ReadWrite", @@ -51823,6 +55149,19 @@ } } }, + "InputLatency": { + "Name": "InputLatency", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "InternalCharacterAppearanceLoaded": { "Name": "InternalCharacterAppearanceLoaded", "Scriptability": "None", @@ -51933,6 +55272,22 @@ } } }, + "NeedRegionalFallback": { + "Name": "NeedRegionalFallback", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Neutral": { "Name": "Neutral", "Scriptability": "ReadWrite", @@ -52820,6 +56175,40 @@ } } }, + "PlayerListConfiguration": { + "Name": "PlayerListConfiguration", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "BaseCoreGuiConfiguration", + "Properties": { + "Open": { + "Name": "Open", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "PlayerMouse": { "Name": "PlayerMouse", "Tags": [ @@ -53453,6 +56842,22 @@ "Serialization": "DoesNotSerialize" } } + }, + "Visible": { + "Name": "Visible", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -53516,6 +56921,104 @@ } } }, + "PluginConnection": { + "Name": "PluginConnection", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": { + "Connected": { + "Name": "Connected", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "GroupId": { + "Name": "GroupId", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "TargetId": { + "Name": "TargetId", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Type": { + "Name": "Type", + "Scriptability": "Read", + "DataType": { + "Enum": "PluginConnectionTargetType" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, + "PluginConnectionService": { + "Name": "PluginConnectionService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "PluginDebugService": { "Name": "PluginDebugService", "Tags": [ @@ -53791,6 +57294,19 @@ "Serialization": "DoesNotSerialize" } } + }, + "Visible": { + "Name": "Visible", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -53915,6 +57431,21 @@ "Serialization": "DoesNotSerialize" } } + }, + "IconContent": { + "Name": "IconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -54256,6 +57787,41 @@ } } }, + "Preloaded": { + "Name": "Preloaded", + "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" + } + } + }, "PrismaticConstraint": { "Name": "PrismaticConstraint", "Tags": [], @@ -54339,6 +57905,182 @@ } } }, + "ProceduralBehaviorSchedulerService": { + "Name": "ProceduralBehaviorSchedulerService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "ProceduralModel": { + "Name": "ProceduralModel", + "Tags": [], + "Superclass": "Model", + "Properties": { + "Dirty": { + "Name": "Dirty", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "GenerationError": { + "Name": "GenerationError", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Generator": { + "Name": "Generator", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Size": { + "Name": "Size", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "Dirty": { + "Bool": false + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "LevelOfDetail": { + "Enum": 0 + }, + "ModelMeshCFrame": { + "CFrame": { + "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 + ] + ] + } + }, + "ModelMeshData": { + "SharedString": "" + }, + "ModelMeshSize": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "ModelStreamingMode": { + "Enum": 0 + }, + "NeedsPivotMigration": { + "Bool": false + }, + "Sandboxed": { + "Bool": false + }, + "Scale": { + "Float32": 1.0 + }, + "Size": { + "Vector3": [ + 12.0, + 12.0, + 12.0 + ] + }, + "SlimHash": { + "SharedString": "" + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + }, + "WorldPivotData": { + "OptionalCFrame": null + } + } + }, "ProcessInstancePhysicsService": { "Name": "ProcessInstancePhysicsService", "Tags": [ @@ -55105,6 +58847,71 @@ } } }, + "RealtimeMedia": { + "Name": "RealtimeMedia", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "ForwardInput": { + "Name": "ForwardInput", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "IsConnected": { + "Name": "IsConnected", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "ForwardInput": { + "Bool": false + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "RecommendationPages": { "Name": "RecommendationPages", "Tags": [ @@ -57451,6 +61258,418 @@ } } }, + "RolloutValidation": { + "Name": "RolloutValidation", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "AdditionalFluffOne": { + "Name": "AdditionalFluffOne", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AdditionalFluffThree": { + "Name": "AdditionalFluffThree", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AdditionalFluffTwo": { + "Name": "AdditionalFluffTwo", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CreationVersion": { + "Name": "CreationVersion", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FirstBinaryExpectedValue": { + "Name": "FirstBinaryExpectedValue", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FirstBinaryString": { + "Name": "FirstBinaryString", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FirstSharedExpectedValue": { + "Name": "FirstSharedExpectedValue", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FirstSharedString": { + "Name": "FirstSharedString", + "Scriptability": "None", + "DataType": { + "Value": "SharedString" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "GenerationStrategy": { + "Name": "GenerationStrategy", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SecondBinaryExpectedValue": { + "Name": "SecondBinaryExpectedValue", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SecondBinaryString": { + "Name": "SecondBinaryString", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SecondSharedExpectedValue": { + "Name": "SecondSharedExpectedValue", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SecondSharedString": { + "Name": "SecondSharedString", + "Scriptability": "None", + "DataType": { + "Value": "SharedString" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ThirdBinaryExpectedValue": { + "Name": "ThirdBinaryExpectedValue", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ThirdBinaryString": { + "Name": "ThirdBinaryString", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ThirdSharedExpectedValue": { + "Name": "ThirdSharedExpectedValue", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ThirdSharedString": { + "Name": "ThirdSharedString", + "Scriptability": "None", + "DataType": { + "Value": "SharedString" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AdditionalFluffOne": { + "Int32": 0 + }, + "AdditionalFluffThree": { + "Float32": 0.0 + }, + "AdditionalFluffTwo": { + "Bool": false + }, + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "CreationVersion": { + "Int32": 0 + }, + "FirstBinaryExpectedValue": { + "String": "" + }, + "FirstBinaryString": { + "BinaryString": "" + }, + "FirstSharedExpectedValue": { + "String": "" + }, + "FirstSharedString": { + "SharedString": "" + }, + "GenerationStrategy": { + "Int32": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SecondBinaryExpectedValue": { + "String": "" + }, + "SecondBinaryString": { + "BinaryString": "" + }, + "SecondSharedExpectedValue": { + "String": "" + }, + "SecondSharedString": { + "SharedString": "" + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "ThirdBinaryExpectedValue": { + "String": "" + }, + "ThirdBinaryString": { + "BinaryString": "" + }, + "ThirdSharedExpectedValue": { + "String": "" + }, + "ThirdSharedString": { + "SharedString": "" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "RolloutValidationService": { + "Name": "RolloutValidationService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "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" + } + } + }, "RomarkRbxAnalyticsService": { "Name": "RomarkRbxAnalyticsService", "Tags": [ @@ -57658,6 +61877,19 @@ } } }, + "PhysicalConstraintType": { + "Name": "PhysicalConstraintType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "PhysicalConstraintType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PolygonCount": { "Name": "PolygonCount", "Scriptability": "Read", @@ -57739,6 +61971,19 @@ } } }, + "ScaleFactor": { + "Name": "ScaleFactor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ScaleUnit": { "Name": "ScaleUnit", "Scriptability": "ReadWrite", @@ -57791,6 +62036,19 @@ } } }, + "VersionedAssetId": { + "Name": "VersionedAssetId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "WorldForward": { "Name": "WorldForward", "Scriptability": "ReadWrite", @@ -58579,6 +62837,27 @@ } } }, + "SceneAnalysisService": { + "Name": "SceneAnalysisService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ScreenGui": { "Name": "ScreenGui", "Tags": [], @@ -58763,6 +63042,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "CameraButtonIconContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "CameraButtonIconContent": { + "Name": "CameraButtonIconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -59226,6 +63523,27 @@ } } }, + "ScriptDebuggerService": { + "Name": "ScriptDebuggerService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ScriptDocument": { "Name": "ScriptDocument", "Tags": [ @@ -59855,6 +64173,9 @@ "HorizontalScrollBarInset": { "Enum": 0 }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -60791,6 +65112,40 @@ } } }, + "SelfViewConfiguration": { + "Name": "SelfViewConfiguration", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "BaseCoreGuiConfiguration", + "Properties": { + "Open": { + "Name": "Open", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "SensorBase": { "Name": "SensorBase", "Tags": [ @@ -61137,6 +65492,19 @@ "Serialization": "Serializes" } } + }, + "ShirtTemplateContent": { + "Name": "ShirtTemplateContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -61206,6 +65574,19 @@ "Serialization": "Serializes" } } + }, + "TextureContent": { + "Name": "TextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -61732,6 +66113,19 @@ } } }, + "MoonTextureContent": { + "Name": "MoonTextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MoonTextureId": { "Name": "MoonTextureId", "Scriptability": "ReadWrite", @@ -61739,6 +66133,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MoonTextureContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "SkyboxBackContent": { + "Name": "SkyboxBackContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -61754,7 +66166,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "SkyboxBackContent", + "Migration": "ContentIdToContent" + } + } } } }, @@ -61765,6 +66182,37 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "SkyboxDownContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "SkyboxDownContent": { + "Name": "SkyboxDownContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SkyboxFrontContent": { + "Name": "SkyboxFrontContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -61778,6 +66226,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "SkyboxFrontContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "SkyboxLeftContent": { + "Name": "SkyboxLeftContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -61793,7 +66259,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "SkyboxLeftContent", + "Migration": "ContentIdToContent" + } + } } } }, @@ -61810,6 +66281,19 @@ } } }, + "SkyboxRightContent": { + "Name": "SkyboxRightContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SkyboxRt": { "Name": "SkyboxRt", "Scriptability": "ReadWrite", @@ -61819,7 +66303,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "SkyboxRightContent", + "Migration": "ContentIdToContent" + } + } } } }, @@ -61830,6 +66319,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "SkyboxUpContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "SkyboxUpContent": { + "Name": "SkyboxUpContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -61862,6 +66369,19 @@ } } }, + "SunTextureContent": { + "Name": "SunTextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SunTextureId": { "Name": "SunTextureId", "Scriptability": "ReadWrite", @@ -61871,7 +66391,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "SunTextureContent", + "Migration": "ContentIdToContent" + } + } } } } @@ -61895,23 +66420,33 @@ "MoonAngularSize": { "Float32": 11.0 }, - "MoonTextureId": { - "ContentId": "rbxasset://sky/moon.jpg" + "MoonTextureContent": { + "Content": { + "Uri": "rbxasset://sky/moon.jpg" + } }, "Sandboxed": { "Bool": false }, - "SkyboxBk": { - "ContentId": "rbxasset://textures/sky/sky512_bk.tex" + "SkyboxBackContent": { + "Content": { + "Uri": "rbxasset://textures/sky/sky512_bk.tex" + } }, - "SkyboxDn": { - "ContentId": "rbxasset://textures/sky/sky512_dn.tex" + "SkyboxDownContent": { + "Content": { + "Uri": "rbxasset://textures/sky/sky512_dn.tex" + } }, - "SkyboxFt": { - "ContentId": "rbxasset://textures/sky/sky512_ft.tex" + "SkyboxFrontContent": { + "Content": { + "Uri": "rbxasset://textures/sky/sky512_ft.tex" + } }, - "SkyboxLf": { - "ContentId": "rbxasset://textures/sky/sky512_lf.tex" + "SkyboxLeftContent": { + "Content": { + "Uri": "rbxasset://textures/sky/sky512_lf.tex" + } }, "SkyboxOrientation": { "Vector3": [ @@ -61920,11 +66455,15 @@ 0.0 ] }, - "SkyboxRt": { - "ContentId": "rbxasset://textures/sky/sky512_rt.tex" + "SkyboxRightContent": { + "Content": { + "Uri": "rbxasset://textures/sky/sky512_rt.tex" + } }, - "SkyboxUp": { - "ContentId": "rbxasset://textures/sky/sky512_up.tex" + "SkyboxUpContent": { + "Content": { + "Uri": "rbxasset://textures/sky/sky512_up.tex" + } }, "SourceAssetId": { "Int64": -1 @@ -61935,8 +66474,10 @@ "SunAngularSize": { "Float32": 21.0 }, - "SunTextureId": { - "ContentId": "rbxasset://sky/sun.jpg" + "SunTextureContent": { + "Content": { + "Uri": "rbxasset://sky/sun.jpg" + } }, "Tags": { "Tags": [] @@ -62166,6 +66707,190 @@ } } }, + "SlimAnimationDataEntity": { + "Name": "SlimAnimationDataEntity", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": { + "BoneParentIndices": { + "Name": "BoneParentIndices", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "EntityScale": { + "Name": "EntityScale", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "EntitySource": { + "Name": "EntitySource", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Handle": { + "Name": "Handle", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsSlimEnabled": { + "Name": "IsSlimEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "NumBones": { + "Name": "NumBones", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RootIndex": { + "Name": "RootIndex", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "SlimInstanceHashes": { + "Name": "SlimInstanceHashes", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "SlimReplicationTimestampSec": { + "Name": "SlimReplicationTimestampSec", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "SlimAnimationReplicationService": { + "Name": "SlimAnimationReplicationService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "SlimContentProvider": { "Name": "SlimContentProvider", "Tags": [ @@ -62186,6 +66911,47 @@ } } }, + "SlimDebugSettings": { + "Name": "SlimDebugSettings", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "SlimReplicationService": { + "Name": "SlimReplicationService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "SlimService": { "Name": "SlimService", "Tags": [ @@ -62594,13 +67360,44 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AcousticSimulationEnabled": { + "Name": "AcousticSimulationEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AssetRepresentation": { + "Name": "AssetRepresentation", + "Scriptability": "None", + "DataType": { + "Enum": "AssetRepresentation" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "AudioContent": { "Name": "AudioContent", "Scriptability": "ReadWrite", "DataType": { "Value": "Content" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -62614,7 +67411,7 @@ "Value": "Int32" }, "Tags": [ - "NotBrowsable", + "Hidden", "NotReplicated", "ReadOnly" ], @@ -62655,19 +67452,6 @@ } } }, - "IsMutedForCapture": { - "Name": "IsMutedForCapture", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "IsPaused": { "Name": "IsPaused", "Scriptability": "Read", @@ -63115,6 +67899,9 @@ } }, "DefaultProperties": { + "AcousticSimulationEnabled": { + "Bool": true + }, "Archivable": { "Bool": true }, @@ -63130,9 +67917,6 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "IsMutedForCapture": { - "Bool": false - }, "LoopRegion": { "NumberRange": [ 0.0, @@ -63359,6 +68143,19 @@ } } }, + "DiffractionEnabled": { + "Name": "DiffractionEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DistanceFactor": { "Name": "DistanceFactor", "Scriptability": "ReadWrite", @@ -63400,6 +68197,58 @@ } } }, + "ListenerCFrame": { + "Name": "ListenerCFrame", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ListenerObject": { + "Name": "ListenerObject", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ListenerType": { + "Name": "ListenerType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "ListenerType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OcclusionEnabled": { + "Name": "OcclusionEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RespectFilteringEnabled": { "Name": "RespectFilteringEnabled", "Scriptability": "ReadWrite", @@ -63413,6 +68262,19 @@ } } }, + "ReverbEnabled": { + "Name": "ReverbEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RolloffScale": { "Name": "RolloffScale", "Scriptability": "ReadWrite", @@ -63467,6 +68329,9 @@ "DefaultListenerLocation": { "Enum": 0 }, + "DiffractionEnabled": { + "Bool": true + }, "DistanceFactor": { "Float32": 3.33 }, @@ -63479,9 +68344,44 @@ "IsNewExpForAudioApiByDefault": { "Bool": false }, + "ListenerCFrame": { + "CFrame": { + "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 + ] + ] + } + }, + "ListenerType": { + "Enum": 0 + }, + "OcclusionEnabled": { + "Bool": true + }, "RespectFilteringEnabled": { "Bool": false }, + "ReverbEnabled": { + "Bool": true + }, "RolloffScale": { "Float32": 1.0 }, @@ -64014,8 +68914,8 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "MeshId": { - "ContentId": "" + "MeshContent": { + "Content": "None" }, "MeshType": { "Enum": 0 @@ -64043,8 +68943,8 @@ "Tags": { "Tags": [] }, - "TextureId": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" @@ -64814,6 +69714,21 @@ ], "Superclass": "BasePlayerGui", "Properties": { + "ClipsDescendantsSupportsRotation": { + "Name": "ClipsDescendantsSupportsRotation", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ProcessUserInput": { "Name": "ProcessUserInput", "Scriptability": "ReadWrite", @@ -64942,6 +69857,9 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "ClipsDescendantsSupportsRotation": { + "Enum": 0 + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -65052,13 +69970,13 @@ "Enum": "RolloutState" }, "Tags": [ - "NotBrowsable", - "NotReplicated", - "NotScriptable" + "NotReplicated" ], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": { + "SerializesAs": "AvatarJointUpgrade_SerializedRollout" + } } } }, @@ -65073,8 +69991,8 @@ "NotScriptable" ], "Kind": { - "Canonical": { - "Serialization": "Serializes" + "Alias": { + "AliasFor": "AvatarJointUpgrade" } } }, @@ -65201,9 +70119,7 @@ "DataType": { "Value": "Bool" }, - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -65673,6 +70589,21 @@ } } }, + "PlayerModuleStatus": { + "Name": "PlayerModuleStatus", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "UserEmotesEnabled": { "Name": "UserEmotesEnabled", "Scriptability": "ReadWrite", @@ -65700,7 +70631,7 @@ "AutoJumpEnabled": { "Bool": true }, - "AvatarJointUpgrade_SerializedRollout": { + "AvatarJointUpgrade": { "Enum": 0 }, "CameraMaxZoomDistance": { @@ -65844,6 +70775,9 @@ "NameDisplayDistance": { "Float32": 100.0 }, + "PlayerModuleStatus": { + "Int32": 0 + }, "Sandboxed": { "Bool": false }, @@ -66404,27 +71338,6 @@ } } }, - "StreamingService": { - "Name": "StreamingService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "StringValue": { "Name": "StringValue", "Tags": [], @@ -66636,6 +71549,32 @@ } } }, + "Animation Skeleton Scale": { + "Name": "Animation Skeleton Scale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Animation Skeleton Transparency": { + "Name": "Animation Skeleton Transparency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Auto Clean Empty Line": { "Name": "Auto Clean Empty Line", "Scriptability": "ReadWrite", @@ -66906,7 +71845,7 @@ }, "Camera Speed Adjust Binding": { "Name": "Camera Speed Adjust Binding", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "CameraSpeedAdjustBinding" }, @@ -66943,6 +71882,45 @@ } } }, + "CameraAltLeftMouseToRotate": { + "Name": "CameraAltLeftMouseToRotate", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CameraMouseMultiplier": { + "Name": "CameraMouseMultiplier", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CameraNavigationModel": { + "Name": "CameraNavigationModel", + "Scriptability": "None", + "DataType": { + "Enum": "CameraNavigationModel" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CameraOrbitSensitivity": { "Name": "CameraOrbitSensitivity", "Scriptability": "None", @@ -66982,19 +71960,6 @@ } } }, - "CameraSpeedLockDefault": { - "Name": "CameraSpeedLockDefault", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "CameraTweenFocus": { "Name": "CameraTweenFocus", "Scriptability": "None", @@ -67021,6 +71986,19 @@ } } }, + "CameraZoomToMousePosition": { + "Name": "CameraZoomToMousePosition", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Clear Output On Start": { "Name": "Clear Output On Start", "Scriptability": "ReadWrite", @@ -67034,6 +72012,32 @@ } } }, + "CommandBarEnterExec": { + "Name": "CommandBarEnterExec", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CommandBarHistoryLen": { + "Name": "CommandBarHistoryLen", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CommandBarLocalState": { "Name": "CommandBarLocalState", "Scriptability": "ReadWrite", @@ -67175,6 +72179,19 @@ } } }, + "DraggerLengthFactor": { + "Name": "DraggerLengthFactor", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DraggerMajorGridIncrement": { "Name": "DraggerMajorGridIncrement", "Scriptability": "None", @@ -67214,6 +72231,32 @@ } } }, + "DraggerScaleFactor": { + "Name": "DraggerScaleFactor", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "DraggerShowAxisTicks": { + "Name": "DraggerShowAxisTicks", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DraggerShowHoverRuler": { "Name": "DraggerShowHoverRuler", "Scriptability": "None", @@ -67240,6 +72283,32 @@ } } }, + "DraggerShowNegativeAxes": { + "Name": "DraggerShowNegativeAxes", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "DraggerShowPlanes": { + "Name": "DraggerShowPlanes", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DraggerShowTargetSnap": { "Name": "DraggerShowTargetSnap", "Scriptability": "None", @@ -67253,6 +72322,32 @@ } } }, + "DraggerShowTrackball": { + "Name": "DraggerShowTrackball", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "DraggerShowWhileDragging": { + "Name": "DraggerShowWhileDragging", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DraggerSoftSnapMarginFactor": { "Name": "DraggerSoftSnapMarginFactor", "Scriptability": "None", @@ -67557,6 +72652,19 @@ } } }, + "ExternalEditorMode": { + "Name": "ExternalEditorMode", + "Scriptability": "None", + "DataType": { + "Enum": "ExternalEditorMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Find Selection Background Color": { "Name": "Find Selection Background Color", "Scriptability": "ReadWrite", @@ -68079,6 +73187,19 @@ } } }, + "PreferredTextSize": { + "Name": "PreferredTextSize", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "PreferredTextSize" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Primary Text Color": { "Name": "Primary Text Color", "Scriptability": "ReadWrite", @@ -68430,6 +73551,71 @@ } } }, + "Show Animation Skeleton": { + "Name": "Show Animation Skeleton", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Show Animation Skeleton Attachments": { + "Name": "Show Animation Skeleton Attachments", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Show Animation Skeleton Axes": { + "Name": "Show Animation Skeleton Axes", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Show Animation Skeleton Rotations": { + "Name": "Show Animation Skeleton Rotations", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Show Animation Skeleton Text": { + "Name": "Show Animation Skeleton Text", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Show Core GUI in Explorer while Playing": { "Name": "Show Core GUI in Explorer while Playing", "Scriptability": "ReadWrite", @@ -68696,14 +73882,12 @@ }, "TypeColor": { "Name": "TypeColor", - "Scriptability": "None", + "Scriptability": "ReadWrite", "DataType": { "Value": "Color3" }, "Tags": [ - "Hidden", - "NotReplicated", - "NotScriptable" + "NotReplicated" ], "Kind": { "Canonical": { @@ -68742,6 +73926,32 @@ } } }, + "UseDefaultExternalEditor": { + "Name": "UseDefaultExternalEditor", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VAxisColor": { + "Name": "VAxisColor", + "Scriptability": "None", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Warning Color": { "Name": "Warning Color", "Scriptability": "ReadWrite", @@ -68771,6 +73981,45 @@ "Serialization": "DoesNotSerialize" } } + }, + "XAxisColor": { + "Name": "XAxisColor", + "Scriptability": "None", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "YAxisColor": { + "Name": "YAxisColor", + "Scriptability": "None", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ZAxisColor": { + "Name": "ZAxisColor", + "Scriptability": "None", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -68785,6 +74034,62 @@ } } }, + "StudioActionOverride": { + "Name": "StudioActionOverride", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": { + "Enabled": { + "Name": "Enabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Released": { + "Name": "Released", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "StudioAction": { + "Name": "StudioAction", + "Scriptability": "None", + "DataType": { + "Enum": "StudioAction" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "StudioAssetService": { "Name": "StudioAssetService", "Tags": [ @@ -69016,9 +74321,22 @@ ], "Superclass": "Instance", "Properties": { + "FocusDistance": { + "Name": "FocusDistance", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "LockCameraSpeed": { "Name": "LockCameraSpeed", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -69031,7 +74349,7 @@ }, "LoggingEnabled": { "Name": "LoggingEnabled", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Bool" }, @@ -69055,6 +74373,27 @@ } } }, + "StudioCaptureService": { + "Name": "StudioCaptureService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "StudioData": { "Name": "StudioData", "Tags": [ @@ -69198,6 +74537,27 @@ } } }, + "StudioDeviceSimulatorService": { + "Name": "StudioDeviceSimulatorService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "StudioObjectBase": { "Name": "StudioObjectBase", "Tags": [ @@ -69253,6 +74613,123 @@ } } }, + "StudioScreenshotCapture": { + "Name": "StudioScreenshotCapture", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "BufferFormat": { + "Name": "BufferFormat", + "Scriptability": "Read", + "DataType": { + "Enum": "StudioCaptureScreenshotFormat" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "BufferStatus": { + "Name": "BufferStatus", + "Scriptability": "Read", + "DataType": { + "Enum": "StudioCaptureBufferStatus" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "OriginalSize": { + "Name": "OriginalSize", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Position": { + "Name": "Position", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Resolution": { + "Name": "Resolution", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "UICaptureMode": { + "Name": "UICaptureMode", + "Scriptability": "Read", + "DataType": { + "Enum": "UICaptureMode" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "StudioScriptDebugEventListener": { "Name": "StudioScriptDebugEventListener", "Tags": [ @@ -69548,7 +75025,21 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "EditModeActive": { + "Name": "EditModeActive", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": { "Archivable": { "Bool": true @@ -69805,22 +75296,22 @@ }, "StyleQuery": { "Name": "StyleQuery", - "Tags": [ - "NotBrowsable", - "NotReplicated" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "AspectRatioRange": { "Name": "AspectRatioRange", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "NumberRange" }, - "Tags": [], + "Tags": [ + "NotReplicated", + "NotScriptable" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -69858,27 +75349,97 @@ }, "MaxSize": { "Name": "MaxSize", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, - "Tags": [], + "Tags": [ + "NotReplicated", + "NotScriptable" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, "MinSize": { "Name": "MinSize", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "Vector2" }, - "Tags": [], + "Tags": [ + "NotReplicated", + "NotScriptable" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" + } + } + }, + "PreferredInput": { + "Name": "PreferredInput", + "Scriptability": "None", + "DataType": { + "Enum": "PreferredInput" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PreferredTextSize": { + "Name": "PreferredTextSize", + "Scriptability": "None", + "DataType": { + "Enum": "PreferredTextSize" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "ReducedMotionEnabled": { + "Name": "ReducedMotionEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "ViewportDisplaySize": { + "Name": "ViewportDisplaySize", + "Scriptability": "None", + "DataType": { + "Enum": "DisplaySize" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" } } } @@ -69887,9 +75448,27 @@ "Archivable": { "Bool": true }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "ConditionsSerialize": { + "BinaryString": "AAAAAA==" + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" } @@ -69929,21 +75508,50 @@ } } }, - "PropertiesSerialize": { - "Name": "PropertiesSerialize", + "Properties": { + "Name": "Properties", "Scriptability": "Custom", "DataType": { "Value": "Attributes" }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "SerializesAs": "PropertiesSerialize" + } + } + } + }, + "PropertiesSerialize": { + "Name": "PropertiesSerialize", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Alias": { + "AliasFor": "Properties" + } + } + }, + "PropertyTransitionsSerialize": { + "Name": "PropertyTransitionsSerialize", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, "Tags": [ "Hidden", "NotScriptable" ], "Kind": { "Canonical": { - "Serialization": { - "SerializesAs": "PropertiesSerialize" - } + "Serialization": "Serializes" } } }, @@ -69993,9 +75601,12 @@ "Priority": { "Int32": 0 }, - "PropertiesSerialize": { + "Properties": { "Attributes": {} }, + "PropertyTransitionsSerialize": { + "BinaryString": "AgAAAAAA" + }, "Sandboxed": { "Bool": false }, @@ -70303,6 +75914,19 @@ } } }, + "ResampleMode": { + "Name": "ResampleMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "ResamplerMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RoughnessMap": { "Name": "RoughnessMap", "Scriptability": "ReadWrite", @@ -70395,6 +76019,9 @@ "NormalMapContent": { "Content": "None" }, + "ResampleMode": { + "Enum": 0 + }, "RoughnessMapContent": { "Content": "None" }, @@ -71831,6 +77458,22 @@ } } }, + "Materials": { + "Name": "Materials", + "Scriptability": "None", + "DataType": { + "Value": "SharedString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MaxExtents": { "Name": "MaxExtents", "Scriptability": "Read", @@ -72216,6 +77859,9 @@ "MaterialVariant": { "String": "" }, + "Materials": { + "SharedString": "" + }, "PhysicsGrid": { "BinaryString": "AgMAAAAAAAAAAAAAAAA=" }, @@ -72816,6 +78462,25 @@ "Properties": {}, "DefaultProperties": {} }, + "TestCase": { + "Name": "TestCase", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "TestService": { "Name": "TestService", "Tags": [ @@ -73173,6 +78838,24 @@ } } }, + "HasFocus": { + "Name": "HasFocus", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "LineHeight": { "Name": "LineHeight", "Scriptability": "ReadWrite", @@ -73771,6 +79454,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -73797,9 +79483,9 @@ }, "PlaceholderColor3": { "Color3": [ - 0.7, - 0.7, - 0.7 + 0.5, + 0.5, + 0.5 ] }, "PlaceholderText": { @@ -74444,6 +80130,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -74641,6 +80330,181 @@ } } }, + "TextChannelWindow": { + "Name": "TextChannelWindow", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "GuiObject", + "Properties": { + "IsRendering": { + "Name": "IsRendering", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Target": { + "Name": "Target", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Active": { + "Bool": false + }, + "AnchorPoint": { + "Vector2": [ + 0.0, + 0.0 + ] + }, + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "AutoLocalize": { + "Bool": true + }, + "AutomaticSize": { + "Enum": 0 + }, + "BackgroundColor3": { + "Color3": [ + 0.6392157, + 0.63529414, + 0.64705884 + ] + }, + "BackgroundTransparency": { + "Float32": 0.0 + }, + "BorderColor3": { + "Color3": [ + 0.105882354, + 0.16470589, + 0.20784314 + ] + }, + "BorderMode": { + "Enum": 0 + }, + "BorderSizePixel": { + "Int32": 1 + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "ClipsDescendants": { + "Bool": false + }, + "Draggable": { + "Bool": false + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "InputSink": { + "Enum": 0 + }, + "Interactable": { + "Bool": true + }, + "LayoutOrder": { + "Int32": 0 + }, + "Position": { + "UDim2": [ + [ + 0.0, + 0 + ], + [ + 0.0, + 0 + ] + ] + }, + "Rotation": { + "Float32": 0.0 + }, + "Sandboxed": { + "Bool": false + }, + "Selectable": { + "Bool": false + }, + "SelectionBehaviorDown": { + "Enum": 0 + }, + "SelectionBehaviorLeft": { + "Enum": 0 + }, + "SelectionBehaviorRight": { + "Enum": 0 + }, + "SelectionBehaviorUp": { + "Enum": 0 + }, + "SelectionGroup": { + "Bool": false + }, + "SelectionOrder": { + "Int32": 0 + }, + "Size": { + "UDim2": [ + [ + 0.0, + 0 + ], + [ + 0.0, + 0 + ] + ] + }, + "SizeConstraint": { + "Enum": 0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Visible": { + "Bool": true + }, + "ZIndex": { + "Int32": 1 + } + } + }, "TextChatCommand": { "Name": "TextChatCommand", "Tags": [], @@ -74778,6 +80642,21 @@ } } }, + "ChatActionType": { + "Name": "ChatActionType", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ChatWindowMessageProperties": { "Name": "ChatWindowMessageProperties", "Scriptability": "ReadWrite", @@ -74791,6 +80670,36 @@ } } }, + "ForModeration": { + "Name": "ForModeration", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsHiddenMessage": { + "Name": "IsHiddenMessage", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "MessageId": { "Name": "MessageId", "Scriptability": "ReadWrite", @@ -74817,6 +80726,21 @@ } } }, + "OriginalText": { + "Name": "OriginalText", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PrefixText": { "Name": "PrefixText", "Scriptability": "ReadWrite", @@ -74830,6 +80754,82 @@ } } }, + "PrefixTextInternal": { + "Name": "PrefixTextInternal", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PresetChatVersion": { + "Name": "PresetChatVersion", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PresetId": { + "Name": "PresetId", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RewrittenText": { + "Name": "RewrittenText", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RewrittenTranslation": { + "Name": "RewrittenTranslation", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Status": { "Name": "Status", "Scriptability": "ReadWrite", @@ -74869,6 +80869,22 @@ } } }, + "TextInternal": { + "Name": "TextInternal", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "TextSource": { "Name": "TextSource", "Scriptability": "ReadWrite", @@ -74895,6 +80911,22 @@ } } }, + "TranslationInternal": { + "Name": "TranslationInternal", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Verified": { "Name": "Verified", "Scriptability": "None", @@ -74910,6 +80942,21 @@ "Serialization": "DoesNotSerialize" } } + }, + "WasRewritten": { + "Name": "WasRewritten", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -75090,6 +81137,19 @@ } } }, + "EnableProtectedChat": { + "Name": "EnableProtectedChat", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "HasSeenDeprecationDialog": { "Name": "HasSeenDeprecationDialog", "Scriptability": "None", @@ -75147,6 +81207,9 @@ "CreateDefaultTextChannels": { "Bool": true }, + "EnableProtectedChat": { + "Enum": 0 + }, "HasSeenDeprecationDialog": { "Bool": false }, @@ -75832,6 +81895,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -76012,6 +82078,22 @@ } } }, + "DisplayName": { + "Name": "DisplayName", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "UserId": { "Name": "UserId", "Scriptability": "Read", @@ -76043,6 +82125,22 @@ "Serialization": "DoesNotSerialize" } } + }, + "Username": { + "Name": "Username", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -76122,6 +82220,9 @@ "Attributes": { "Attributes": {} }, + "AutoLocalize": { + "Bool": true + }, "Capabilities": { "SecurityCapabilities": 0 }, @@ -76150,6 +82251,9 @@ "OffsetStudsV": { "Float32": 0.0 }, + "Rotation": { + "Float32": 0.0 + }, "RoughnessMapContent": { "Content": "None" }, @@ -77106,6 +83210,26 @@ } } }, + "TraceRouteService": { + "Name": "TraceRouteService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "TracerService": { "Name": "TracerService", "Tags": [ @@ -77390,6 +83514,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "TextureContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "TextureContent": { + "Name": "TextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -77517,8 +83659,8 @@ "Tags": { "Tags": [] }, - "Texture": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "TextureLength": { "Float32": 1.0 @@ -77733,7 +83875,6 @@ }, "Tags": [ "Hidden", - "NotReplicated", "NotScriptable" ], "Kind": { @@ -78505,12 +84646,76 @@ "Tags": [], "Superclass": "UIComponent", "Properties": { + "BottomLeftRadius": { + "Name": "BottomLeftRadius", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BottomRightRadius": { + "Name": "BottomRightRadius", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CornerRadius": { "Name": "CornerRadius", "Scriptability": "ReadWrite", "DataType": { "Value": "UDim" }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": [ + "BottomLeftRadius", + "BottomRightRadius", + "TopLeftRadius", + "TopRightRadius" + ], + "Migration": "CornerRadiusToCornerRadii" + } + } + } + } + }, + "TopLeftRadius": { + "Name": "TopLeftRadius", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TopRightRadius": { + "Name": "TopRightRadius", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim" + }, "Tags": [], "Kind": { "Canonical": { @@ -78526,15 +84731,21 @@ "Attributes": { "Attributes": {} }, - "Capabilities": { - "SecurityCapabilities": 0 - }, - "CornerRadius": { + "BottomLeftRadius": { "UDim": [ 0.0, 8 ] }, + "BottomRightRadius": { + "UDim": [ + 0.0, + 8 + ] + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -78547,6 +84758,18 @@ "Tags": { "Tags": [] }, + "TopLeftRadius": { + "UDim": [ + 0.0, + 8 + ] + }, + "TopRightRadius": { + "UDim": [ + 0.0, + 8 + ] + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" } @@ -79149,6 +85372,32 @@ } } }, + "Scale": { + "Name": "Scale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TileMode": { + "Name": "TileMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "GradientTileMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Transparency": { "Name": "Transparency", "Scriptability": "ReadWrite", @@ -79161,6 +85410,19 @@ "Serialization": "Serializes" } } + }, + "Type": { + "Name": "Type", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "GradientType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -79213,12 +85475,18 @@ "Sandboxed": { "Bool": false }, + "Scale": { + "Float32": 1.0 + }, "SourceAssetId": { "Int64": -1 }, "Tags": { "Tags": [] }, + "TileMode": { + "Enum": 0 + }, "Transparency": { "NumberSequence": { "keypoints": [ @@ -79235,6 +85503,9 @@ ] } }, + "Type": { + "Enum": 0 + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" } @@ -80033,6 +86304,176 @@ } } }, + "UIShadow": { + "Name": "UIShadow", + "Tags": [], + "Superclass": "UIComponent", + "Properties": { + "BlurRadius": { + "Name": "BlurRadius", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim" + }, + "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" + } + } + }, + "Offset": { + "Name": "Offset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Spread": { + "Name": "Spread", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Transparency": { + "Name": "Transparency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ZIndex": { + "Name": "ZIndex", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "BlurRadius": { + "UDim": [ + 0.0, + 0 + ] + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "Color": { + "Color3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "Enabled": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Offset": { + "UDim2": [ + [ + 0.0, + 0 + ], + [ + 0.0, + 0 + ] + ] + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Spread": { + "UDim2": [ + [ + 0.0, + 0 + ], + [ + 0.0, + 0 + ] + ] + }, + "Tags": { + "Tags": [] + }, + "Transparency": { + "Float32": 0.0 + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + }, + "ZIndex": { + "Int32": -1 + } + } + }, "UISizeConstraint": { "Name": "UISizeConstraint", "Tags": [], @@ -80669,7 +87110,7 @@ "Bool": false }, "PhysicalConfigData": { - "SharedString": "" + "SharedString": "Q1NHUEhTAAAAAEJMT0NL" }, "PhysicsData": { "BinaryString": "" @@ -80765,6 +87206,9 @@ "Transparency": { "Float32": 0.0 }, + "TriangleCount": { + "Int32": 0 + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, @@ -81817,6 +88261,22 @@ } } }, + "StudioPreferredTextSize": { + "Name": "StudioPreferredTextSize", + "Scriptability": "None", + "DataType": { + "Enum": "PreferredTextSize" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "TouchCameraMovementChanged": { "Name": "TouchCameraMovementChanged", "Scriptability": "None", @@ -82080,6 +88540,19 @@ } } }, + "VoiceChatVolume": { + "Name": "VoiceChatVolume", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "gaID": { "Name": "gaID", "Scriptability": "None", @@ -84194,6 +90667,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -84316,6 +90792,21 @@ "Tags": [], "Superclass": "GuiObject", "Properties": { + "InternalVideoUsage": { + "Name": "InternalVideoUsage", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "InternalVideoUsage" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IsLoaded": { "Name": "IsLoaded", "Scriptability": "Read", @@ -84345,6 +90836,21 @@ } } }, + "MaximumResolution": { + "Name": "MaximumResolution", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "VideoSampleSize" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Playing": { "Name": "Playing", "Scriptability": "ReadWrite", @@ -84392,6 +90898,45 @@ } } }, + "RollOffMaxDistance": { + "Name": "RollOffMaxDistance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RollOffMinDistance": { + "Name": "RollOffMinDistance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RollOffMode": { + "Name": "RollOffMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "RollOffMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "TimeLength": { "Name": "TimeLength", "Scriptability": "Read", @@ -84541,15 +91086,24 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, + "InternalVideoUsage": { + "Enum": 0 + }, "LayoutOrder": { "Int32": 0 }, "Looped": { "Bool": false }, + "MaximumResolution": { + "Enum": 3 + }, "Playing": { "Bool": false }, @@ -84565,6 +91119,15 @@ ] ] }, + "RollOffMaxDistance": { + "Float32": 10000.0 + }, + "RollOffMinDistance": { + "Float32": 1.0 + }, + "RollOffMode": { + "Enum": 0 + }, "Rotation": { "Float32": 0.0 }, @@ -84672,6 +91235,21 @@ } } }, + "InternalVideoUsage": { + "Name": "InternalVideoUsage", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "InternalVideoUsage" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IsLoaded": { "Name": "IsLoaded", "Scriptability": "Read", @@ -84717,6 +91295,21 @@ } } }, + "MaximumResolution": { + "Name": "MaximumResolution", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "VideoSampleSize" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PlaybackSpeed": { "Name": "PlaybackSpeed", "Scriptability": "ReadWrite", @@ -84831,9 +91424,15 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InternalVideoUsage": { + "Enum": 0 + }, "Looping": { "Bool": false }, + "MaximumResolution": { + "Enum": 3 + }, "PlaybackSpeed": { "Float32": 1.0 }, @@ -84863,7 +91462,8 @@ "VideoSampler": { "Name": "VideoSampler", "Tags": [ - "NotCreatable" + "NotCreatable", + "NotReplicated" ], "Superclass": "Object", "Properties": { @@ -85209,6 +91809,9 @@ "ImageTransparency": { "Float32": 0.0 }, + "InputSink": { + "Enum": 0 + }, "Interactable": { "Bool": true }, @@ -85300,6 +91903,16 @@ } } }, + "VirtualInput": { + "Name": "VirtualInput", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, "VirtualInputManager": { "Name": "VirtualInputManager", "Tags": [ @@ -85808,6 +92421,16 @@ } } }, + "VoxelBuffer": { + "Name": "VoxelBuffer", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, "WebSocketClient": { "Name": "WebSocketClient", "Tags": [ @@ -86729,7 +93352,7 @@ }, "AuthorityMode": { "Name": "AuthorityMode", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Enum": "AuthorityMode" }, @@ -86864,6 +93487,21 @@ } } }, + "EnableSLIMAvatars": { + "Name": "EnableSLIMAvatars", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ExplicitAutoJoints": { "Name": "ExplicitAutoJoints", "Scriptability": "None", @@ -86979,6 +93617,36 @@ } } }, + "ImprovedAnimationConstraint": { + "Name": "ImprovedAnimationConstraint", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ImprovedPhysicsReplication": { + "Name": "ImprovedPhysicsReplication", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "InsertPoint": { "Name": "InsertPoint", "Scriptability": "ReadWrite", @@ -87011,6 +93679,21 @@ } } }, + "LayeredClothingCacheOptimizations": { + "Name": "LayeredClothingCacheOptimizations", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "LuauTypeCheckMode": { "Name": "LuauTypeCheckMode", "Scriptability": "ReadWrite", @@ -87039,6 +93722,21 @@ } } }, + "MeshStreamingAndImprovedLods": { + "Name": "MeshStreamingAndImprovedLods", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ModelStreamingBehavior": { "Name": "ModelStreamingBehavior", "Scriptability": "None", @@ -87054,11 +93752,11 @@ } } }, - "MoverConstraintRootBehavior": { - "Name": "MoverConstraintRootBehavior", + "NextGenerationReplication": { + "Name": "NextGenerationReplication", "Scriptability": "None", "DataType": { - "Enum": "MoverConstraintRootBehaviorMode" + "Enum": "RolloutState" }, "Tags": [ "NotScriptable" @@ -87069,6 +93767,22 @@ } } }, + "NextGenerationReplicationAlias": { + "Name": "NextGenerationReplicationAlias", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PathfindingUseImprovedSearch": { "Name": "PathfindingUseImprovedSearch", "Scriptability": "None", @@ -87084,21 +93798,6 @@ } } }, - "PhysicsImprovedSleep": { - "Name": "PhysicsImprovedSleep", - "Scriptability": "None", - "DataType": { - "Enum": "RolloutState" - }, - "Tags": [ - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "PhysicsSteppingMethod": { "Name": "PhysicsSteppingMethod", "Scriptability": "None", @@ -87129,6 +93828,37 @@ } } }, + "PlayerScriptsUseInputActionSystem": { + "Name": "PlayerScriptsUseInputActionSystem", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PlayerScriptsUseInputActionSystemAlias": { + "Name": "PlayerScriptsUseInputActionSystemAlias", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PrimalPhysicsSolver": { "Name": "PrimalPhysicsSolver", "Scriptability": "None", @@ -87251,6 +93981,22 @@ } } }, + "SignalBehaviorAlias": { + "Name": "SignalBehaviorAlias", + "Scriptability": "None", + "DataType": { + "Enum": "SignalBehavior" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "StreamOutBehavior": { "Name": "StreamOutBehavior", "Scriptability": "None", @@ -87279,6 +94025,22 @@ } } }, + "StreamingEnabledAlias": { + "Name": "StreamingEnabledAlias", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "StreamingIntegrityMode": { "Name": "StreamingIntegrityMode", "Scriptability": "None", @@ -87373,6 +94135,22 @@ } } }, + "ThrottleLevel": { + "Name": "ThrottleLevel", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "TouchEventsUseCollisionGroups": { "Name": "TouchEventsUseCollisionGroups", "Scriptability": "None", @@ -87403,6 +94181,37 @@ } } }, + "UseFixedSimulation": { + "Name": "UseFixedSimulation", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "UseFixedSimulationAlias": { + "Name": "UseFixedSimulationAlias", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "UseNewLuauTypeSolver": { "Name": "UseNewLuauTypeSolver", "Scriptability": "None", @@ -87417,6 +94226,37 @@ "Serialization": "Serializes" } } + }, + "ValidateEnabledProximityPrompt": { + "Name": "ValidateEnabledProximityPrompt", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "WatermarkHash": { + "Name": "WatermarkHash", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -87453,6 +94293,9 @@ "DistributedGameTime": { "Float64": 0.0 }, + "EnableSLIMAvatars": { + "Enum": 0 + }, "ExplicitAutoJoints": { "Bool": true }, @@ -87481,6 +94324,15 @@ "IKControlConstraintSupport": { "Enum": 0 }, + "ImprovedAnimationConstraint": { + "Enum": 0 + }, + "ImprovedPhysicsReplication": { + "Enum": 0 + }, + "LayeredClothingCacheOptimizations": { + "Enum": 0 + }, "LevelOfDetail": { "Enum": 0 }, @@ -87490,6 +94342,9 @@ "MeshPartHeadsAndAccessories": { "Enum": 0 }, + "MeshStreamingAndImprovedLods": { + "Enum": 0 + }, "ModelMeshCFrame": { "CFrame": { "position": [ @@ -87532,16 +94387,13 @@ "ModelStreamingMode": { "Enum": 0 }, - "MoverConstraintRootBehavior": { - "Enum": 0 - }, "NeedsPivotMigration": { "Bool": false }, - "PathfindingUseImprovedSearch": { + "NextGenerationReplication": { "Enum": 0 }, - "PhysicsImprovedSleep": { + "PathfindingUseImprovedSearch": { "Enum": 0 }, "PhysicsSteppingMethod": { @@ -87550,6 +94402,9 @@ "PlayerCharacterDestroyBehavior": { "Enum": 0 }, + "PlayerScriptsUseInputActionSystem": { + "Enum": 0 + }, "PrimalPhysicsSolver": { "Enum": 0 }, @@ -87613,9 +94468,15 @@ "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, + "UseFixedSimulation": { + "Enum": 0 + }, "UseNewLuauTypeSolver": { "Enum": 2 }, + "ValidateEnabledProximityPrompt": { + "Enum": 0 + }, "WorldPivotData": { "OptionalCFrame": null } @@ -87794,6 +94655,27 @@ } } }, + "WrapDeformMeshProvider": { + "Name": "WrapDeformMeshProvider", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "WrapDeformer": { "Name": "WrapDeformer", "Tags": [], @@ -88018,7 +94900,9 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -88091,7 +94975,9 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -88325,7 +95211,9 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -88432,9 +95320,7 @@ }, "WrapTextureTransfer": { "Name": "WrapTextureTransfer", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "ReferenceCageMeshContent": { @@ -88579,6 +95465,17 @@ "Win": 4 } }, + "ActivePayerStatus": { + "name": "ActivePayerStatus", + "items": { + "Casual50Percent": 3, + "Intermediate35Percent": 4, + "Lapsed": 2, + "Never": 1, + "Top15Percent": 5, + "Unknown": 0 + } + }, "ActuatorRelativeTo": { "name": "ActuatorRelativeTo", "items": { @@ -88685,6 +95582,13 @@ "XRayShaded": 3 } }, + "AgeCheckStatus": { + "name": "AgeCheckStatus", + "items": { + "Checked": 1, + "Unchecked": 0 + } + }, "AlignType": { "name": "AlignType", "items": { @@ -88699,6 +95603,7 @@ "AlphaMode": { "name": "AlphaMode", "items": { + "Opaque": 3, "Overlay": 0, "TintMask": 2, "Transparency": 1 @@ -88785,6 +95690,28 @@ "Timeout": 10 } }, + "AnimationNodeBlend2DInputMode": { + "name": "AnimationNodeBlend2DInputMode", + "items": { + "Cartesian": 0, + "Polar": 1 + } + }, + "AnimationNodeInterruptible": { + "name": "AnimationNodeInterruptible", + "items": { + "Always": 0, + "Finished": 1, + "Trigger": 2 + } + }, + "AnimationNodePhaseSync": { + "name": "AnimationNodePhaseSync", + "items": { + "Synced": 0, + "Unsynced": 1 + } + }, "AnimationNodePlayMode": { "name": "AnimationNodePlayMode", "items": { @@ -88808,11 +95735,11 @@ "AddNode": 1, "Blend1DNode": 3, "Blend2DNode": 4, - "BlendNode": 2, "ClipNode": 5, "GraphOutput": 6, "InvalidNode": 0, "MaskNode": 7, + "OverNode": 2, "PrioritySelectNode": 8, "RandomSequenceNode": 9, "SelectNode": 10, @@ -88821,6 +95748,13 @@ "SubtractNode": 13 } }, + "AnimationNodeWaitFor": { + "name": "AnimationNodeWaitFor", + "items": { + "Finished": 0, + "Trigger": 1 + } + }, "AnimationPriority": { "name": "AnimationPriority", "items": { @@ -88886,6 +95820,13 @@ "Unknown": 0 } }, + "AntiAliasing": { + "name": "AntiAliasing", + "items": { + "Disabled": 0, + "Enabled": 1 + } + }, "AppLifecycleManagerState": { "name": "AppLifecycleManagerState", "items": { @@ -88900,6 +95841,7 @@ "items": { "AvatarEditorPageLoaded": 10, "GamePageLoaded": 8, + "HomePageInteractive": 11, "HomePageLoaded": 9, "None": 0, "OpenApp": 1, @@ -88920,7 +95862,8 @@ "HomePage": 4, "Landing": 6, "More": 5, - "None": 0 + "None": 0, + "WatchPage": 7 } }, "AppUpdateStatus": { @@ -88966,11 +95909,19 @@ "TimedOut": 4 } }, + "AssetRepresentation": { + "name": "AssetRepresentation", + "items": { + "FullLength": 0, + "ShortPreview": 1 + } + }, "AssetType": { "name": "AssetType", "items": { "Animation": 24, "Audio": 3, + "AvatarBackground": 92, "BackAccessory": 46, "Badge": 21, "ClimbAnimation": 48, @@ -89027,8 +95978,10 @@ "SwimAnimation": 54, "TShirt": 2, "TShirtAccessory": 64, + "TextDocument": 93, "Torso": 27, "Video": 62, + "VoxelFragment": 91, "WaistAccessory": 47, "WalkAnimation": 55 } @@ -89131,6 +96084,7 @@ "AvatarAssetType": { "name": "AvatarAssetType", "items": { + "AvatarBackground": 92, "BackAccessory": 46, "ClimbAnimation": 48, "DressSkirtAccessory": 72, @@ -89274,6 +96228,13 @@ "PlayerChoice": 0 } }, + "AvatarSettingsCharacterControllerMode": { + "name": "AvatarSettingsCharacterControllerMode", + "items": { + "LegacyHumanoid": 0, + "LuaCharacterController": 1 + } + }, "AvatarSettingsClothingMode": { "name": "AvatarSettingsClothingMode", "items": { @@ -89494,6 +96455,13 @@ "LockFirstPerson": 1 } }, + "CameraNavigationModel": { + "name": "CameraNavigationModel", + "items": { + "IndustryCompatible": 1, + "Roblox": 0 + } + }, "CameraPanMode": { "name": "CameraPanMode", "items": { @@ -89522,6 +96490,24 @@ "Watch": 2 } }, + "CanCollaborateError": { + "name": "CanCollaborateError", + "items": { + "AgeVerificationCountryBlocked": 11, + "Invalid": 0, + "None": 1, + "NotAgeVerified": 2, + "NotAuthorized": 8, + "NotFound": 6, + "OtherCollaboratorSettingsPreventTrust": 10, + "OtherUserCannotCollaborate": 12, + "OutsideAgeBucket": 3, + "OutsideAgeBucketTcPc": 9, + "OutsideOwnerAgeBucket": 7, + "PCBlock": 5, + "TooManyCollaborators": 4 + } + }, "CaptureGalleryPermission": { "name": "CaptureGalleryPermission", "items": { @@ -89568,13 +96554,6 @@ "Relevance": 1 } }, - "CatalogTimedOptionFilter": { - "name": "CatalogTimedOptionFilter", - "items": { - "All": 1, - "TimedOptionOnly": 2 - } - }, "CellBlock": { "name": "CellBlock", "items": { @@ -89704,6 +96683,7 @@ "items": { "DeveloperShutdown": 2, "DeveloperUpdate": 3, + "Moderation": 6, "OutOfMemory": 5, "RobloxMaintenance": 1, "ServerEmpty": 4, @@ -89725,7 +96705,8 @@ "Box": 2, "Default": 0, "Hull": 1, - "PreciseConvexDecomposition": 3 + "PreciseConvexDecomposition": 3, + "Scalable": 4 } }, "CommandPermission": { @@ -89807,6 +96788,19 @@ "TriggerForIncompleteCompletions": 3 } }, + "CompositeValueCurveType": { + "name": "CompositeValueCurveType", + "items": { + "ColorHSV": 1, + "ColorRGB": 0, + "NumberRange": 2, + "Rect": 3, + "UDim": 4, + "UDim2": 5, + "Vector2": 6, + "Vector3": 7 + } + }, "CompressionAlgorithm": { "name": "CompressionAlgorithm", "items": { @@ -89853,8 +96847,15 @@ "DisconnectClientFailure": 284, "DisconnectClientRequest": 285, "DisconnectCloudEditKick": 270, + "DisconnectCollaboratorNotAgeVerified": 310, + "DisconnectCollaboratorOwnerActionRequired": 312, "DisconnectCollaboratorPermissionRevoked": 294, + "DisconnectCollaboratorRequestedEviction": 315, + "DisconnectCollaboratorTooManyCollaborators": 313, + "DisconnectCollaboratorTrustedConnectionsRequired": 311, + "DisconnectCollaboratorTrustedConnectionsRequiredPC": 316, "DisconnectCollaboratorUnderage": 295, + "DisconnectCollaboratorUnknownError": 314, "DisconnectConnectionLost": 277, "DisconnectDevMaintenance": 274, "DisconnectDuplicatePlayer": 264, @@ -89876,6 +96877,11 @@ "DisconnectReceivePacketError": 260, "DisconnectReceivePacketStreamError": 261, "DisconnectRejoin": 276, + "DisconnectRemoteAttestationBootValidationFailure": 321, + "DisconnectRemoteAttestationGeneralFailure": 318, + "DisconnectRemoteAttestationOSOutOfDate": 320, + "DisconnectRemoteAttestationTimeout": 319, + "DisconnectRemoteAttestationUnsupported": 317, "DisconnectRobloxMaintenance": 275, "DisconnectRomarkEndOfTest": 293, "DisconnectSecurityKeyMismatch": 258, @@ -89896,8 +96902,12 @@ "OK": 0, "OurSystemRequiresSecurity": 9, "PhantomFreeze": 303, + "PlacelaunchAgeVerificationRequired": 542, + "PlacelaunchCollaborationCoreGated": 545, + "PlacelaunchCoreGated": 544, "PlacelaunchCreatorBan": 600, "PlacelaunchCustomMessage": 610, + "PlacelaunchDeviceBlock": 601, "PlacelaunchDisabled": 515, "PlacelaunchError": 516, "PlacelaunchErrors": 512, @@ -89908,11 +96918,13 @@ "PlacelaunchHashExpired": 526, "PlacelaunchHttpError": 529, "PlacelaunchOtherError": 611, + "PlacelaunchParentalApprovalRequired": 543, "PlacelaunchPartyCannotFit": 528, "PlacelaunchRestricted": 523, "PlacelaunchUnauthorized": 524, "PlacelaunchUserLeft": 522, "PlacelaunchUserPrivacyUnauthorized": 533, + "PlacelaunchVipOwnerNotPresent": 541, "PlayerRemoved": 291, "ReplacementReady": 301, "ReplicatorTimeout": 290, @@ -89973,10 +96985,12 @@ "name": "CoreGuiType", "items": { "All": 4, + "AvatarSwitcher": 8, "Backpack": 2, "Captures": 7, "Chat": 3, "EmotesMenu": 5, + "ExperienceShop": 9, "Health": 1, "PlayerList": 0, "SelfView": 6 @@ -89991,6 +97005,16 @@ "UploadFailed": 3 } }, + "CreateContentResult": { + "name": "CreateContentResult", + "items": { + "PermissionDenied": 2, + "StorageLimitExceeded": 4, + "Success": 1, + "Unknown": 5, + "UploadFailed": 3 + } + }, "CreateOutfitFailure": { "name": "CreateOutfitFailure", "items": { @@ -90030,6 +97054,14 @@ "Follow": 2 } }, + "DataModelExtractorFileType": { + "name": "DataModelExtractorFileType", + "items": { + "FirstSlice": 1, + "NonFirstSlice": 2, + "PlaceFile": 0 + } + }, "DataStoreRequestType": { "name": "DataStoreRequestType", "items": { @@ -90052,6 +97084,14 @@ "UpdateAsync": 2 } }, + "DebugBreakModeType": { + "name": "DebugBreakModeType", + "items": { + "Always": 1, + "Never": 0, + "Unhandled": 2 + } + }, "DebuggerEndReason": { "name": "DebuggerEndReason", "items": { @@ -90091,6 +97131,15 @@ "Unknown": 0 } }, + "DebuggerResumeType": { + "name": "DebuggerResumeType", + "items": { + "Resume": 3, + "StepInto": 0, + "StepOut": 1, + "StepOver": 2 + } + }, "DebuggerStatus": { "name": "DebuggerStatus", "items": { @@ -90213,11 +97262,20 @@ "Medium": 1 } }, + "DeviceSimulatorScalingMode": { + "name": "DeviceSimulatorScalingMode", + "items": { + "ActualResolution": 1, + "FitToWindow": 2, + "ScaleToPhysicalSize": 0 + } + }, "DeviceType": { "name": "DeviceType", "items": { "Desktop": 1, "Phone": 3, + "TV": 4, "Tablet": 2, "Unknown": 0 } @@ -90245,6 +97303,28 @@ "Neutral": 0 } }, + "DigitsRigDescriptionSide": { + "name": "DigitsRigDescriptionSide", + "items": { + "Left": 1, + "None": 0, + "Right": 2 + } + }, + "DiscountType": { + "name": "DiscountType", + "items": { + "Uncategorized": 0 + } + }, + "DisplayScalingMode": { + "name": "DisplayScalingMode", + "items": { + "Default": 0, + "Legacy": 1, + "Responsive": 2 + } + }, "DisplaySize": { "name": "DisplaySize", "items": { @@ -90253,6 +97333,13 @@ "Small": 0 } }, + "DomainType": { + "name": "DomainType", + "items": { + "EXPERIENCE": 1, + "OAUTH": 3 + } + }, "DominantAxis": { "name": "DominantAxis", "items": { @@ -90361,6 +97448,31 @@ "WhenScrollable": 0 } }, + "EmitterPositionType": { + "name": "EmitterPositionType", + "items": { + "Instance": 1, + "Parent": 0 + } + }, + "EngagementLevel": { + "name": "EngagementLevel", + "items": { + "High": 4, + "Inactive": 1, + "Low": 2, + "Medium": 3, + "Unknown": 0 + } + }, + "EngineFolder": { + "name": "EngineFolder", + "items": { + "Logs": 2, + "Screenshots": 0, + "Videos": 1 + } + }, "EnviromentalPhysicsThrottle": { "name": "EnviromentalPhysicsThrottle", "items": { @@ -90373,6 +97485,16 @@ "Skip8": 5 } }, + "ExperienceActivationStatus": { + "name": "ExperienceActivationStatus", + "items": { + "Active": 2, + "Lapsed": 3, + "New": 1, + "Reactivated": 4, + "Unknown": 0 + } + }, "ExperienceAuthScope": { "name": "ExperienceAuthScope", "items": { @@ -90428,6 +97550,13 @@ "NoCraters": 0 } }, + "ExternalEditorMode": { + "name": "ExternalEditorMode", + "items": { + "SystemDefault": 0, + "UserSelectedEditor": 1 + } + }, "FACSDataLod": { "name": "FACSDataLod", "items": { @@ -90516,6 +97645,13 @@ "ExperienceChat": 0 } }, + "FeedbackType": { + "name": "FeedbackType", + "items": { + "Feedback": 0, + "PlayerSupport": 1 + } + }, "FieldOfViewMode": { "name": "FieldOfViewMode", "items": { @@ -90562,6 +97698,13 @@ "Rejected": 1 } }, + "FilterType": { + "name": "FilterType", + "items": { + "Exclude": 0, + "Include": 1 + } + }, "FinishRecordingOperation": { "name": "FinishRecordingOperation", "items": { @@ -90804,6 +97947,22 @@ "WildWest": 10 } }, + "GradientTileMode": { + "name": "GradientTileMode", + "items": { + "Clamp": 0, + "Mirror": 2, + "Repeat": 1 + } + }, + "GradientType": { + "name": "GradientType", + "items": { + "Conical": 2, + "Linear": 0, + "Radial": 1 + } + }, "GraphicsMode": { "name": "GraphicsMode", "items": { @@ -90851,14 +98010,6 @@ "PlayerNameplates": 2 } }, - "HandRigDescriptionSide": { - "name": "HandRigDescriptionSide", - "items": { - "Left": 1, - "None": 0, - "Right": 2 - } - }, "HandlesStyle": { "name": "HandlesStyle", "items": { @@ -90947,6 +98098,8 @@ "ConnectionClosed": 13, "CreatorEnvironmentsNotSupportedByService": 15, "DnsResolve": 2, + "InactivityTimeout": 16, + "InvalidRangeResponse": 18, "InvalidRedirect": 7, "InvalidUrl": 1, "NetFail": 8, @@ -90956,6 +98109,7 @@ "SslConnectFail": 10, "SslVerificationFail": 11, "TimedOut": 5, + "TooManyOutstandingRequests": 17, "TooManyRedirects": 6, "Unknown": 12 } @@ -91076,6 +98230,7 @@ "AlphaBlend": 5, "BlendSourceOver": 1, "Multiply": 4, + "NormalMapBlend": 6, "Overwrite": 2 } }, @@ -91117,6 +98272,21 @@ "ViewportPosition": 4 } }, + "InputBindingType": { + "name": "InputBindingType", + "items": { + "Automatic": 0, + "Scriptable": 1 + } + }, + "InputSink": { + "name": "InputSink", + "items": { + "Activate": 1, + "All": 100, + "None": 0 + } + }, "InputType": { "name": "InputType", "items": { @@ -91125,12 +98295,30 @@ "Sin": 13 } }, + "InstanceFileSyncStatus": { + "name": "InstanceFileSyncStatus", + "items": { + "AncestorErrored": 4, + "Errored": 1, + "NotSynced": 0, + "SyncedAsDescendant": 3, + "SyncedAsRoot": 2 + } + }, "IntermediateMeshGenerationResult": { "name": "IntermediateMeshGenerationResult", "items": { "HighQualityMesh": 0 } }, + "InternalVideoUsage": { + "name": "InternalVideoUsage", + "items": { + "Default": 0, + "HomeCarousel": 2, + "WatchPage": 1 + } + }, "InterpolationThrottlingMode": { "name": "InterpolationThrottlingMode", "items": { @@ -91278,11 +98466,13 @@ "Minus": 45, "Mode": 313, "MouseBackButton": 1029, + "MouseDelta": 1048, "MouseLeftButton": 1026, "MouseMiddleButton": 1028, "MouseNoButton": 1030, "MousePosition": 1033, "MouseRightButton": 1027, + "MouseWheel": 1035, "MouseX": 1031, "MouseY": 1032, "N": 110, @@ -91337,6 +98527,11 @@ "Thumbstick2Right": 1025, "Thumbstick2Up": 1022, "Tilde": 126, + "TouchDelta": 1049, + "TouchPinch": 1050, + "TouchPosition": 1034, + "TrackpadPan": 1040, + "TrackpadPinch": 1045, "Two": 50, "U": 117, "Underscore": 95, @@ -91447,6 +98642,13 @@ "Zero": 48 } }, + "KeyCodeStringFormat": { + "name": "KeyCodeStringFormat", + "items": { + "Abbreviated": 1, + "Default": 0 + } + }, "KeyInterpolationMode": { "name": "KeyInterpolationMode", "items": { @@ -91543,6 +98745,13 @@ "None": 1 } }, + "ListenerPositionType": { + "name": "ListenerPositionType", + "items": { + "Instance": 1, + "Parent": 0 + } + }, "ListenerType": { "name": "ListenerType", "items": { @@ -91602,6 +98811,14 @@ "Strict": 3 } }, + "MakeupType": { + "name": "MakeupType", + "items": { + "Eye": 2, + "Face": 0, + "Lip": 1 + } + }, "MarketplaceBulkPurchasePromptStatus": { "name": "MarketplaceBulkPurchasePromptStatus", "items": { @@ -91725,7 +98942,12 @@ "Level01": 2, "Level02": 3, "Level03": 4, - "Level04": 5 + "Level04": 5, + "Level05": 6, + "Level06": 7, + "Level07": 8, + "Level08": 9, + "Level09": 10 } }, "MeshPartHeadsAndAccessories": { @@ -91861,14 +99083,6 @@ "Stopping": 3 } }, - "MoverConstraintRootBehaviorMode": { - "name": "MoverConstraintRootBehaviorMode", - "items": { - "Default": 0, - "Disabled": 1, - "Enabled": 2 - } - }, "MuteState": { "name": "MuteState", "items": { @@ -91963,6 +99177,7 @@ "All": 1, "Avatar": 2, "DynamicHead": 3, + "Makeup": 5, "Shoes": 4 } }, @@ -92115,6 +99330,13 @@ "Studio": 3 } }, + "PhysicalConstraintType": { + "name": "PhysicalConstraintType", + "items": { + "AnimationConstraint": 0, + "Motor6D": 1 + } + }, "PhysicsSimulationRate": { "name": "PhysicsSimulationRate", "items": { @@ -92160,7 +99382,7 @@ "Linux": 13, "MetaOS": 20, "NX": 9, - "None": 21, + "None": 22, "OSX": 1, "Ouya": 10, "PS3": 6, @@ -92168,6 +99390,7 @@ "PS5": 19, "SteamOS": 14, "UWP": 18, + "Web": 21, "WebOS": 15, "WiiU": 8, "Windows": 0, @@ -92237,6 +99460,31 @@ "Unknown": 0 } }, + "PlayerPlatformActivationStatus": { + "name": "PlayerPlatformActivationStatus", + "items": { + "Active": 2, + "Lapsed": 3, + "New": 1, + "Reactivated": 4, + "Unknown": 0 + } + }, + "PlayerPlatformSpenderStatus": { + "name": "PlayerPlatformSpenderStatus", + "items": { + "Active": 1, + "OtherPayer": 2, + "Unknown": 0 + } + }, + "PluginConnectionTargetType": { + "name": "PluginConnectionTargetType", + "items": { + "Edit": 0, + "Test": 1 + } + }, "PoseEasingDirection": { "name": "PoseEasingDirection", "items": { @@ -92296,6 +99544,15 @@ "Medium": 1 } }, + "PrefetchDownloadStatus": { + "name": "PrefetchDownloadStatus", + "items": { + "Completed": 2, + "Failed": 3, + "InProgress": 1, + "NotStarted": 0 + } + }, "PrimalPhysicsSolver": { "name": "PrimalPhysicsSolver", "items": { @@ -92438,6 +99695,13 @@ "Default": 0 } }, + "PurchaseOption": { + "name": "PurchaseOption", + "items": { + "Permanent": 2, + "TimedOption": 1 + } + }, "QualityLevel": { "name": "QualityLevel", "items": { @@ -92486,6 +99750,21 @@ "Success": 0 } }, + "ReceiptDecision": { + "name": "ReceiptDecision", + "items": { + "NotProcessedYet": 0, + "Processed": 1 + } + }, + "ReceiptType": { + "name": "ReceiptType", + "items": { + "DeveloperProduct": 0, + "RobuxTransferReceiver": 2, + "RobuxTransferSender": 1 + } + }, "RecommendationActionType": { "name": "RecommendationActionType", "items": { @@ -92528,6 +99807,23 @@ "Public": 1 } }, + "RecommendationPreferenceTargetType": { + "name": "RecommendationPreferenceTargetType", + "items": { + "CustomTag": 2, + "Universe": 1, + "User": 0 + } + }, + "RecommendationPreferenceType": { + "name": "RecommendationPreferenceType", + "items": { + "AddFollow": 0, + "AddMute": 2, + "RemoveFollow": 1, + "RemoveMute": 3 + } + }, "RejectCharacterDeletions": { "name": "RejectCharacterDeletions", "items": { @@ -92589,6 +99885,7 @@ "items": { "Active": 131072, "Hover": 262144, + "NegatedPart": 1048576, "Selection": 524288, "Standard": 0 } @@ -92601,6 +99898,15 @@ "RotationsReset": 1 } }, + "RestPoseModel": { + "name": "RestPoseModel", + "items": { + "FromCustomClip": 3, + "FromRigInACE": 0, + "FromRigInFile": 1, + "FromRigInFileZeroedRotations": 2 + } + }, "ReturnKeyType": { "name": "ReturnKeyType", "items": { @@ -92665,6 +99971,49 @@ "Ungroup": 8 } }, + "RigLabel": { + "name": "RigLabel", + "items": { + "Chest": 24, + "HeadBase": 25, + "Index1": 33, + "Index2": 34, + "Index3": 35, + "Invalid": 0, + "LeftAnkle": 5, + "LeftClavicle": 26, + "LeftElbow": 13, + "LeftHip": 3, + "LeftKnee": 4, + "LeftShoulder": 12, + "LeftToeBase": 28, + "LeftWrist": 14, + "Middle1": 36, + "Middle2": 37, + "Middle3": 38, + "Neck": 20, + "Pinky1": 42, + "Pinky2": 43, + "Pinky3": 44, + "RightAnkle": 9, + "RightClavicle": 27, + "RightElbow": 17, + "RightHip": 7, + "RightKnee": 8, + "RightShoulder": 16, + "RightToeBase": 29, + "RightWrist": 18, + "Ring1": 39, + "Ring2": 40, + "Ring3": 41, + "Root": 2, + "Spine": 23, + "Thumb1": 30, + "Thumb2": 31, + "Thumb3": 32, + "Waist": 11 + } + }, "RigScale": { "name": "RigScale", "items": { @@ -92858,6 +100207,33 @@ "Sensor": 4 } }, + "ScreenshotCaptureResult": { + "name": "ScreenshotCaptureResult", + "items": { + "NoDeviceSupport": 2, + "NoSpaceOnDevice": 3, + "OtherError": 1, + "Success": 0 + } + }, + "ScriptStoppedReason": { + "name": "ScriptStoppedReason", + "items": { + "Breakpoint": 0, + "Entry": 4, + "Exception": 1, + "Pause": 2, + "Step": 3 + } + }, + "ScriptVariableScope": { + "name": "ScriptVariableScope", + "items": { + "Global": 2, + "Local": 0, + "Upvalue": 1 + } + }, "ScrollBarInset": { "name": "ScrollBarInset", "items": { @@ -92879,27 +100255,43 @@ "items": { "AccessOutsideWrite": 2, "Animation": 15, + "AssetCreateUpdate": 37, + "AssetManagement": 34, + "AssetRead": 33, "AssetRequire": 3, "Assistant": 31, "Audio": 8, "Avatar": 16, + "AvatarAppearance": 51, + "AvatarBehavior": 50, "Basic": 7, "CSG": 13, "CapabilityControl": 22, + "Capture": 38, "Chat": 14, + "Consequences": 48, "CreateInstances": 6, "DataStore": 9, + "DynamicGeneration": 35, "Environment": 18, + "Groups": 46, "Input": 17, "InternalTest": 29, "LegacySound": 20, + "LoadOwnedAsset": 41, "LoadString": 4, + "LoadUnownedAsset": 52, "LocalUser": 24, + "Logging": 44, + "Material": 49, + "Monetization": 40, "Network": 10, "Physics": 11, + "PlatformAvatarEditing": 36, "Players": 21, "Plugin": 23, "PluginOrOpenCloud": 30, + "PromptExternalPurchase": 45, "RemoteCommand": 32, "RemoteEvent": 19, "RobloxEngine": 27, @@ -92907,6 +100299,10 @@ "RunClientScript": 0, "RunServerScript": 1, "ScriptGlobals": 5, + "SensitiveInput": 39, + "ServerCommunication": 43, + "Social": 42, + "Teleport": 47, "UI": 12, "Unassigned": 28, "WritePlayer": 25 @@ -92940,6 +100336,8 @@ "SensorMode": { "name": "SensorMode", "items": { + "ClassicFloor": 2, + "ClassicLadder": 3, "Floor": 0, "Ladder": 1 } @@ -92996,6 +100394,14 @@ "Immediate": 1 } }, + "SimulationMode": { + "name": "SimulationMode", + "items": { + "Default": 0, + "Disabled": 2, + "Enabled": 1 + } + }, "SizeConstraint": { "name": "SizeConstraint", "items": { @@ -93004,6 +100410,25 @@ "RelativeYY": 2 } }, + "SlimTintMode": { + "name": "SlimTintMode", + "items": { + "ContentId": 4, + "LOD": 1, + "MeshResourcePtr": 3, + "Meshes": 2, + "None": 0, + "Zone": 5 + } + }, + "SolidPrimitiveType": { + "name": "SolidPrimitiveType", + "items": { + "Capsule": 5, + "Cone": 6, + "RoundedBox": 7 + } + }, "SolverConvergenceMetricType": { "name": "SolverConvergenceMetricType", "items": { @@ -93118,6 +100543,37 @@ "ScaledSize": 1 } }, + "StudioAction": { + "name": "StudioAction", + "items": { + "ClearSelection": 5, + "Copy": 61, + "Cut": 62, + "DeleteSelected": 3, + "DuplicateSelection": 4, + "Paste": 63, + "Redo": 1, + "SelectAll": 2, + "Undo": 0, + "ZoomExtents": 6 + } + }, + "StudioCaptureBufferStatus": { + "name": "StudioCaptureBufferStatus", + "items": { + "Error": 3, + "NotStarted": 0, + "Pending": 1, + "Ready": 2 + } + }, + "StudioCaptureScreenshotFormat": { + "name": "StudioCaptureScreenshotFormat", + "items": { + "PNG": 1, + "RGBA8": 0 + } + }, "StudioCloseMode": { "name": "StudioCloseMode", "items": { @@ -93456,6 +100912,10 @@ "RowMajor": 0 } }, + "TagReplicability": { + "name": "TagReplicability", + "items": {} + }, "TeamCreateErrorState": { "name": "TeamCreateErrorState", "items": { @@ -93575,6 +101035,30 @@ "Top": 0 } }, + "TerrainLiquidMergeOperation": { + "name": "TerrainLiquidMergeOperation", + "items": { + "Difference": 3, + "Intersect": 4, + "None": 0, + "Source": 1, + "Union": 2 + } + }, + "TerrainSolidMergeOperation": { + "name": "TerrainSolidMergeOperation", + "items": { + "Cut": 7, + "Difference": 5, + "Dig": 4, + "Intersect": 6, + "None": 0, + "Paint": 1, + "Place": 8, + "Source": 2, + "Union": 3 + } + }, "TextChatMessageStatus": { "name": "TextChatMessageStatus", "items": { @@ -93609,6 +101093,8 @@ "items": { "Default": 0, "Email": 3, + "NewPassword": 9, + "NewPasswordShown": 10, "NoSuggestions": 1, "Number": 2, "OneTimePassword": 8, @@ -93945,6 +101431,8 @@ "IneligibleCapture": 4, "NeedPermission": 1, "Success": 0, + "UploadFailed": 7, + "UploadPending": 6, "UploadQuotaReached": 5 } }, @@ -94235,6 +101723,16 @@ "Subscribe": 1 } }, + "VoiceRccReconnectReason": { + "name": "VoiceRccReconnectReason", + "items": { + "BlockListChanged": 4, + "CloseRoom": 2, + "FAEUpdate": 3, + "Migration": 1, + "Unknown": 0 + } + }, "VolumetricAudio": { "name": "VolumetricAudio", "items": { @@ -94298,6 +101796,17 @@ "Touching": 2 } }, + "WhenUserFirstPlayed": { + "name": "WhenUserFirstPlayed", + "items": { + "Days0To30": 1, + "Days181To365": 4, + "Days31To90": 2, + "Days366Plus": 5, + "Days91To180": 3, + "Unknown": 0 + } + }, "WhisperChatPrivacyMode": { "name": "WhisperChatPrivacyMode", "items": { @@ -94330,7 +101839,8 @@ "PreWrapDeformerOuterCage": 14, "Rbf": 5, "Reference": 4, - "ReferenceMeshAfterMorph": 7 + "ReferenceMeshAfterMorph": 7, + "SkinningTransfer": 15 } }, "WrapTargetDebugMode": { diff --git a/rojo-test/syncback-test-snapshots/end_to_end__tests__syncback__project_default_properties_remove-default.project.json.snap b/rojo-test/syncback-test-snapshots/end_to_end__tests__syncback__project_default_properties_remove-default.project.json.snap index 1b8d07d2..baa0be44 100644 --- a/rojo-test/syncback-test-snapshots/end_to_end__tests__syncback__project_default_properties_remove-default.project.json.snap +++ b/rojo-test/syncback-test-snapshots/end_to_end__tests__syncback__project_default_properties_remove-default.project.json.snap @@ -22,34 +22,10 @@ expression: default.project.json } }, "$properties": { - "EnableSLIMAvatars": { + "PhysicsImprovedSleep": { "Enum": 0 }, - "ImprovedAnimationConstraint": { - "Enum": 0 - }, - "ImprovedPhysicsReplication": { - "Enum": 0 - }, - "LayeredClothingCacheOptimizations": { - "Enum": 0 - }, - "MeshStreamingAndImprovedLods": { - "Enum": 0 - }, - "NextGenerationReplication": { - "Enum": 0 - }, - "PlayerScriptsUseInputActionSystem": { - "Enum": 0 - }, - "UseFixedSimulation": { - "Enum": 0 - }, - "UseNewLuauTypeSolver": "Disabled", - "ValidateEnabledProximityPrompt": { - "Enum": 0 - } + "UseNewLuauTypeSolver": "Disabled" }, "$attributes": { "Rojo_Target_CurrentCamera": "302d573157260ee80a3baa32000003b5"