From 441c469966ded2c7b4a5f7b9aa18a4c8a27499b3 Mon Sep 17 00:00:00 2001 From: Micah Date: Fri, 10 Oct 2025 19:17:55 -0700 Subject: [PATCH] Release Rojo v7.6.0 (#1125) --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 3 +- Cargo.lock | 87 +- Cargo.toml | 14 +- README.md | 2 +- plugin/Version.txt | 2 +- plugin/rbx_dom_lua/EncodedValue.lua | 28 +- plugin/rbx_dom_lua/allValues.json | 3 +- plugin/rbx_dom_lua/database.json | 7981 ++++++++++++++++++++++++--- src/resolution.rs | 4 +- src/snapshot_middleware/lua.rs | 1 + src/snapshot_middleware/project.rs | 2 +- 12 files changed, 7426 insertions(+), 703 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3efb622d..868600e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: submodules: true - name: Install Rust - uses: dtolnay/rust-toolchain@1.79.0 + uses: dtolnay/rust-toolchain@1.83.0 - name: Restore Rust Cache uses: actions/cache/restore@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a923798..4422d9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Rojo Changelog -## Unreleased - +## 7.6.0 - October 10th, 2025 * Added flag to `rojo init` to skip initializing a git repository ([#1122]) * Added fallback method for when an Instance can't be synced through normal means ([#1030]) This should make it possible to sync `MeshParts` and `Unions`! diff --git a/Cargo.lock b/Cargo.lock index 58a8649e..3e745ac5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" dependencies = [ "cfg-if 0.1.10", - "dirs-sys", + "dirs-sys 0.3.7", +] + +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys 0.4.1", ] [[package]] @@ -444,6 +453,18 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", +] + [[package]] name = "either" version = "1.10.0" @@ -1093,23 +1114,12 @@ dependencies = [ ] [[package]] -name = "lz4" -version = "1.24.0" +name = "lz4_flex" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" dependencies = [ - "libc", - "lz4-sys", -] - -[[package]] -name = "lz4-sys" -version = "1.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" -dependencies = [ - "cc", - "libc", + "twox-hash", ] [[package]] @@ -1301,6 +1311,12 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + [[package]] name = "os_str_bytes" version = "6.6.1" @@ -1599,13 +1615,13 @@ dependencies = [ [[package]] name = "rbx_binary" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9573fee5e073d7b303f475c285197fdc8179468de66ca60ee115a58fbac99296" +checksum = "0d419f67c8012bf83569086e1208c541478b3b8e4f523deaa0b80d723fb5ef22" dependencies = [ "ahash", "log", - "lz4", + "lz4_flex", "profiling", "rbx_dom_weak", "rbx_reflection", @@ -1616,9 +1632,9 @@ dependencies = [ [[package]] name = "rbx_dom_weak" -version = "3.0.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04425cf6e9376e5486f4fb35906c120d1b1b45618a490318cf563fab1fa230a9" +checksum = "bc74878a4a801afc8014b14ede4b38015a13de5d29ab0095d5ed284a744253f6" dependencies = [ "ahash", "rbx_types", @@ -1628,9 +1644,9 @@ dependencies = [ [[package]] name = "rbx_reflection" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b6d0d62baa613556b058a5f94a53b01cf0ccde0ea327ce03056e335b982e77e" +checksum = "565dd3430991f35443fa6d23cc239fade2110c5089deb6bae5de77c400df4fd2" dependencies = [ "rbx_types", "serde", @@ -1639,11 +1655,12 @@ dependencies = [ [[package]] name = "rbx_reflection_database" -version = "1.0.3+roblox-670" +version = "2.0.0+roblox-694" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22c05ef92528c0fb0cc580592a65ca178d3ea9beb07a1d9ca0a2503c4f3721c" +checksum = "844ceb61f23bad59b06d7299b69ff276579316eafa9857981da3012a6223f663" dependencies = [ - "lazy_static", + "dirs 5.0.1", + "log", "rbx_reflection", "rmp-serde", "serde", @@ -1651,9 +1668,9 @@ dependencies = [ [[package]] name = "rbx_types" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78e4fdde46493def107e5f923d82e813dec9b3eef52c2f75fbad3a716023eda2" +checksum = "03220ffce2bd06ad04f77a003cb807f2e5b2a18e97623066a5ac735a978398af" dependencies = [ "base64 0.13.1", "bitflags 1.3.2", @@ -1666,9 +1683,9 @@ dependencies = [ [[package]] name = "rbx_xml" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb623833c31cc43bbdaeb32f5e91db8ecd63fc46e438d0d268baf9e61539cf1c" +checksum = "be6c302cefe9c92ed09bcbb075cd24379271de135b0af331409a64c2ea3646ee" dependencies = [ "ahash", "base64 0.13.1", @@ -1860,14 +1877,14 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "743bb8c693a387f1ae8d2026d82d8b0c175cc4777b97c1f7b12fdb3be595bb13" dependencies = [ - "dirs", + "dirs 2.0.2", "thiserror", "winreg 0.6.2", ] [[package]] name = "rojo" -version = "7.5.1" +version = "7.6.0" dependencies = [ "anyhow", "backtrace", @@ -2454,6 +2471,12 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +[[package]] +name = "twox-hash" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" + [[package]] name = "typenum" version = "1.17.0" diff --git a/Cargo.toml b/Cargo.toml index e54ade8c..a3da7dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rojo" -version = "7.5.1" -rust-version = "1.79.0" +version = "7.6.0" +rust-version = "1.83" authors = [ "Lucien Greathouse ", "Micah Reid ", @@ -55,11 +55,11 @@ memofs = { version = "0.3.0", path = "crates/memofs" } # rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" } # rbx_xml = { path = "../rbx-dom/rbx_xml" } -rbx_binary = "1.0.0" -rbx_dom_weak = "3.0.0" -rbx_reflection = "5.0.0" -rbx_reflection_database = "1.0.3" -rbx_xml = "1.0.0" +rbx_binary = "2.0.0" +rbx_dom_weak = "4.0.0" +rbx_reflection = "6.0.0" +rbx_reflection_database = "2.0.0" +rbx_xml = "2.0.0" anyhow = "1.0.80" backtrace = "0.3.69" diff --git a/README.md b/README.md index bb4effcf..3ddcdcd5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Check out our [contribution guide](CONTRIBUTING.md) for detailed instructions fo Pull requests are welcome! -Rojo supports Rust 1.70.0 and newer. The minimum supported version of Rust is based on the latest versions of the dependencies that Rojo has. +Rojo supports Rust 1.83 and newer. The minimum supported version of Rust is based on the latest versions of the dependencies that Rojo has. ## License Rojo is available under the terms of the Mozilla Public License, Version 2.0. See [LICENSE.txt](LICENSE.txt) for details. diff --git a/plugin/Version.txt b/plugin/Version.txt index 7501d508..8df288f2 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.5.1 \ No newline at end of file +7.6.0 \ No newline at end of file diff --git a/plugin/rbx_dom_lua/EncodedValue.lua b/plugin/rbx_dom_lua/EncodedValue.lua index cfb10262..cddff6a3 100644 --- a/plugin/rbx_dom_lua/EncodedValue.lua +++ b/plugin/rbx_dom_lua/EncodedValue.lua @@ -378,13 +378,26 @@ types = { if pod == "Default" then return nil else - return PhysicalProperties.new( - pod.density, - pod.friction, - pod.elasticity, - pod.frictionWeight, - pod.elasticityWeight - ) + -- Passing `nil` instead of not passing anything gives + -- different results, so we have to branch here. + if pod.acousticAbsorption then + return (PhysicalProperties.new :: any)( + pod.density, + pod.friction, + pod.elasticity, + pod.frictionWeight, + pod.elasticityWeight, + pod.acousticAbsorption + ) + else + return PhysicalProperties.new( + pod.density, + pod.friction, + pod.elasticity, + pod.frictionWeight, + pod.elasticityWeight + ) + end end end, @@ -398,6 +411,7 @@ types = { elasticity = roblox.Elasticity, frictionWeight = roblox.FrictionWeight, elasticityWeight = roblox.ElasticityWeight, + acousticAbsorption = roblox.AcousticAbsorption, } end end, diff --git a/plugin/rbx_dom_lua/allValues.json b/plugin/rbx_dom_lua/allValues.json index cdf25acc..6c74956d 100644 --- a/plugin/rbx_dom_lua/allValues.json +++ b/plugin/rbx_dom_lua/allValues.json @@ -441,7 +441,8 @@ "friction": 1.0, "elasticity": 0.0, "frictionWeight": 50.0, - "elasticityWeight": 25.0 + "elasticityWeight": 25.0, + "acousticAbsorption": 0.15625 } }, "ty": "PhysicalProperties" diff --git a/plugin/rbx_dom_lua/database.json b/plugin/rbx_dom_lua/database.json index c07313d9..adae3c1c 100644 --- a/plugin/rbx_dom_lua/database.json +++ b/plugin/rbx_dom_lua/database.json @@ -1,9 +1,9 @@ { "Version": [ 0, - 670, + 694, 0, - 6700713 + 6940982 ], "Classes": { "Accessory": { @@ -1389,25 +1389,6 @@ } } }, - "AnalysticsSettings": { - "Name": "AnalysticsSettings", - "Tags": [ - "NotCreatable" - ], - "Superclass": "GenericSettings", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "AnalyticsService": { "Name": "AnalyticsService", "Tags": [ @@ -2452,7 +2433,6 @@ "Value": "Bool" }, "Tags": [ - "NotBrowsable", "NotReplicated", "ReadOnly" ], @@ -2582,8 +2562,7 @@ "Value": "String" }, "Tags": [ - "Hidden", - "NotScriptable" + "Hidden" ], "Kind": { "Canonical": { @@ -2740,8 +2719,7 @@ "Enum": "AnnotationRequestStatus" }, "Tags": [ - "Hidden", - "NotReplicated" + "Hidden" ], "Kind": { "Canonical": { @@ -2804,8 +2782,7 @@ "Enum": "AnnotationRequestStatus" }, "Tags": [ - "Hidden", - "NotReplicated" + "Hidden" ], "Kind": { "Canonical": { @@ -2863,6 +2840,27 @@ } } }, + "AppRatingPromptService": { + "Name": "AppRatingPromptService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AppStorageService": { "Name": "AppStorageService", "Tags": [ @@ -3262,8 +3260,25 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "AllowInsertFreeAssets": { + "Name": "AllowInsertFreeAssets", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": { + "AllowInsertFreeAssets": { + "Bool": false + }, "Archivable": { "Bool": true }, @@ -4614,6 +4629,19 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AcousticSimulationEnabled": { + "Name": "AcousticSimulationEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AngleAttenuation": { "Name": "AngleAttenuation", "Scriptability": "None", @@ -4653,13 +4681,28 @@ } } }, + "PositionOverride": { + "Name": "PositionOverride", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SimulationFidelity": { "Name": "SimulationFidelity", "Scriptability": "ReadWrite", "DataType": { "Enum": "AudioSimulationFidelity" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -4668,6 +4711,9 @@ } }, "DefaultProperties": { + "AcousticSimulationEnabled": { + "Bool": true + }, "AngleAttenuation": { "BinaryString": "AA==" }, @@ -5148,6 +5194,106 @@ } } }, + "AudioGate": { + "Name": "AudioGate", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "Attack": { + "Name": "Attack", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Bypass": { + "Name": "Bypass", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Release": { + "Name": "Release", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Threshold": { + "Name": "Threshold", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attack": { + "Float32": 0.01 + }, + "Attributes": { + "Attributes": {} + }, + "Bypass": { + "Bool": false + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Release": { + "Float32": 0.1 + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "Threshold": { + "NumberRange": [ + -36.0, + -24.0 + ] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AudioLimiter": { "Name": "AudioLimiter", "Tags": [], @@ -5249,6 +5395,19 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AcousticSimulationEnabled": { + "Name": "AcousticSimulationEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AngleAttenuation": { "Name": "AngleAttenuation", "Scriptability": "None", @@ -5288,13 +5447,28 @@ } } }, + "PositionOverride": { + "Name": "PositionOverride", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SimulationFidelity": { "Name": "SimulationFidelity", "Scriptability": "ReadWrite", "DataType": { "Enum": "AudioSimulationFidelity" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -5303,6 +5477,9 @@ } }, "DefaultProperties": { + "AcousticSimulationEnabled": { + "Bool": true + }, "AngleAttenuation": { "BinaryString": "AA==" }, @@ -5456,7 +5633,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "AudioContent", + "Migration": "ContentIdToContent" + } + } } } }, @@ -5477,6 +5659,19 @@ } } }, + "AudioContent": { + "Name": "AudioContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AutoLoad": { "Name": "AutoLoad", "Scriptability": "ReadWrite", @@ -5490,6 +5685,19 @@ } } }, + "IsMutedForCapture": { + "Name": "IsMutedForCapture", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IsPlaying": { "Name": "IsPlaying", "Scriptability": "Read", @@ -5618,12 +5826,12 @@ "Archivable": { "Bool": true }, - "Asset": { - "ContentId": "" - }, "Attributes": { "Attributes": {} }, + "AudioContent": { + "Content": "None" + }, "AutoLoad": { "Bool": true }, @@ -5633,6 +5841,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "IsMutedForCapture": { + "Bool": false + }, "LoopRegion": { "NumberRange": [ 0.0, @@ -5671,6 +5882,73 @@ } } }, + "AudioRecorder": { + "Name": "AudioRecorder", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "Instance", + "Properties": { + "IsRecording": { + "Name": "IsRecording", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TimeLength": { + "Name": "TimeLength", + "Scriptability": "Read", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "IsRecording": { + "Bool": false + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AudioReverb": { "Name": "AudioReverb", "Tags": [], @@ -6052,12 +6330,93 @@ } } }, - "AudioTextToSpeech": { - "Name": "AudioTextToSpeech", + "AudioSpeechToText": { + "Name": "AudioSpeechToText", "Tags": [ "NotBrowsable" ], "Superclass": "Instance", + "Properties": { + "Enabled": { + "Name": "Enabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Text": { + "Name": "Text", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VoiceDetected": { + "Name": "VoiceDetected", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "Enabled": { + "Bool": false + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "Text": { + "String": "" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "AudioTextToSpeech": { + "Name": "AudioTextToSpeech", + "Tags": [], + "Superclass": "Instance", "Properties": { "IsLoaded": { "Name": "IsLoaded", @@ -6260,6 +6619,151 @@ } } }, + "AudioTremolo": { + "Name": "AudioTremolo", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "Bypass": { + "Name": "Bypass", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Depth": { + "Name": "Depth", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Duty": { + "Name": "Duty", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Frequency": { + "Name": "Frequency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Shape": { + "Name": "Shape", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Skew": { + "Name": "Skew", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Square": { + "Name": "Square", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Bypass": { + "Bool": false + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "Depth": { + "Float32": 1.0 + }, + "Duty": { + "Float32": 0.5 + }, + "Frequency": { + "Float32": 5.0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "Shape": { + "Float32": 0.0 + }, + "Skew": { + "Float32": 0.0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Square": { + "Float32": 0.0 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AuroraScript": { "Name": "AuroraScript", "Tags": [ @@ -6267,6 +6771,23 @@ ], "Superclass": "LuaSourceContainer", "Properties": { + "AuroraScriptBindingsSerialize": { + "Name": "AuroraScriptBindingsSerialize", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "EnableCulling": { "Name": "EnableCulling", "Scriptability": "ReadWrite", @@ -6331,19 +6852,6 @@ "Serialization": "Serializes" } } - }, - "Tag": { - "Name": "Tag", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "String" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } } }, "DefaultProperties": { @@ -6361,17 +6869,84 @@ } } }, - "AuroraScriptService": { - "Name": "AuroraScriptService", + "AuroraScriptObject": { + "Name": "AuroraScriptObject", "Tags": [ "Deprecated", - "NotCreatable", - "Service" + "NotCreatable" ], "Superclass": "Instance", "Properties": { - "BufferSize": { - "Name": "BufferSize", + "BehaviorWeak": { + "Name": "BehaviorWeak", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BoundInstanceWeak": { + "Name": "BoundInstanceWeak", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FrameId": { + "Name": "FrameId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LODLevel": { + "Name": "LODLevel", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaxFrequency": { + "Name": "MaxFrequency", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PriorFrameInvoked": { + "Name": "PriorFrameInvoked", "Scriptability": "ReadWrite", "DataType": { "Value": "Int32" @@ -6396,8 +6971,8 @@ } } }, - "AuroraService": { - "Name": "AuroraService", + "AuroraScriptService": { + "Name": "AuroraScriptService", "Tags": [ "Deprecated", "NotCreatable", @@ -6417,6 +6992,1497 @@ } } }, + "AuroraService": { + "Name": "AuroraService", + "Tags": [ + "Deprecated", + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "BufferFullInputCount": { + "Name": "BufferFullInputCount", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "HashRoundingPoint": { + "Name": "HashRoundingPoint", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "IgnoreRotation": { + "Name": "IgnoreRotation", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "InputDropRate": { + "Name": "InputDropRate", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "LockStepIdOffset": { + "Name": "LockStepIdOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OutOfOrderInputCount": { + "Name": "OutOfOrderInputCount", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RCCHeartbeatFPS": { + "Name": "RCCHeartbeatFPS", + "Scriptability": "None", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RollbackOffset": { + "Name": "RollbackOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TooOldInputCount": { + "Name": "TooOldInputCount", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "AvatarAccessoryRules": { + "Name": "AvatarAccessoryRules", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "AccessoryMode": { + "Name": "AccessoryMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsAccessoryMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomAccessoryMode": { + "Name": "CustomAccessoryMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsCustomAccessoryMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomBackAccessoryEnabled": { + "Name": "CustomBackAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomBackAccessoryId": { + "Name": "CustomBackAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFaceAccessoryEnabled": { + "Name": "CustomFaceAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFaceAccessoryId": { + "Name": "CustomFaceAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFrontAccessoryEnabled": { + "Name": "CustomFrontAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFrontAccessoryId": { + "Name": "CustomFrontAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHairAccessoryEnabled": { + "Name": "CustomHairAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHairAccessoryId": { + "Name": "CustomHairAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHeadAccessoryEnabled": { + "Name": "CustomHeadAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHeadAccessoryId": { + "Name": "CustomHeadAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomNeckAccessoryEnabled": { + "Name": "CustomNeckAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomNeckAccessoryId": { + "Name": "CustomNeckAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomShoulderAccessoryEnabled": { + "Name": "CustomShoulderAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomShoulderAccessoryId": { + "Name": "CustomShoulderAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomWaistAccessoryEnabled": { + "Name": "CustomWaistAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomWaistAccessoryId": { + "Name": "CustomWaistAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableSound": { + "Name": "EnableSound", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EnableVFX": { + "Name": "EnableVFX", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LimitBounds": { + "Name": "LimitBounds", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LimitMethod": { + "Name": "LimitMethod", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsAccessoryLimitMethod" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AccessoryMode": { + "Enum": 0 + }, + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "CustomAccessoryMode": { + "Enum": 0 + }, + "CustomBackAccessoryEnabled": { + "Bool": false + }, + "CustomBackAccessoryId": { + "Int64": 0 + }, + "CustomFaceAccessoryEnabled": { + "Bool": false + }, + "CustomFaceAccessoryId": { + "Int64": 0 + }, + "CustomFrontAccessoryEnabled": { + "Bool": false + }, + "CustomFrontAccessoryId": { + "Int64": 0 + }, + "CustomHairAccessoryEnabled": { + "Bool": false + }, + "CustomHairAccessoryId": { + "Int64": 0 + }, + "CustomHeadAccessoryEnabled": { + "Bool": false + }, + "CustomHeadAccessoryId": { + "Int64": 0 + }, + "CustomNeckAccessoryEnabled": { + "Bool": false + }, + "CustomNeckAccessoryId": { + "Int64": 0 + }, + "CustomShoulderAccessoryEnabled": { + "Bool": false + }, + "CustomShoulderAccessoryId": { + "Int64": 0 + }, + "CustomWaistAccessoryEnabled": { + "Bool": false + }, + "CustomWaistAccessoryId": { + "Int64": 0 + }, + "EnableSound": { + "Bool": true + }, + "EnableVFX": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "LimitBounds": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "LimitMethod": { + "Enum": 1 + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "AvatarAnimationRules": { + "Name": "AvatarAnimationRules", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "AnimationClipsMode": { + "Name": "AnimationClipsMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsAnimationClipsMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AnimationPacksMode": { + "Name": "AnimationPacksMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsAnimationPacksMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClimbAnimationEnabled": { + "Name": "CustomClimbAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClimbAnimationId": { + "Name": "CustomClimbAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFallAnimationEnabled": { + "Name": "CustomFallAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFallAnimationId": { + "Name": "CustomFallAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomIdleAlt1AnimationEnabled": { + "Name": "CustomIdleAlt1AnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomIdleAlt1AnimationId": { + "Name": "CustomIdleAlt1AnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomIdleAlt2AnimationEnabled": { + "Name": "CustomIdleAlt2AnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomIdleAlt2AnimationId": { + "Name": "CustomIdleAlt2AnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomIdleAnimationEnabled": { + "Name": "CustomIdleAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomIdleAnimationId": { + "Name": "CustomIdleAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomJumpAnimationEnabled": { + "Name": "CustomJumpAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomJumpAnimationId": { + "Name": "CustomJumpAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRunAnimationEnabled": { + "Name": "CustomRunAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRunAnimationId": { + "Name": "CustomRunAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomSwimAnimationEnabled": { + "Name": "CustomSwimAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomSwimAnimationId": { + "Name": "CustomSwimAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomSwimIdleAnimationEnabled": { + "Name": "CustomSwimIdleAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomSwimIdleAnimationId": { + "Name": "CustomSwimIdleAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomWalkAnimationEnabled": { + "Name": "CustomWalkAnimationEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomWalkAnimationId": { + "Name": "CustomWalkAnimationId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AnimationClipsMode": { + "Enum": 0 + }, + "AnimationPacksMode": { + "Enum": 0 + }, + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "CustomClimbAnimationEnabled": { + "Bool": false + }, + "CustomClimbAnimationId": { + "Int64": 0 + }, + "CustomFallAnimationEnabled": { + "Bool": false + }, + "CustomFallAnimationId": { + "Int64": 0 + }, + "CustomIdleAlt1AnimationEnabled": { + "Bool": false + }, + "CustomIdleAlt1AnimationId": { + "Int64": 0 + }, + "CustomIdleAlt2AnimationEnabled": { + "Bool": false + }, + "CustomIdleAlt2AnimationId": { + "Int64": 0 + }, + "CustomIdleAnimationEnabled": { + "Bool": false + }, + "CustomIdleAnimationId": { + "Int64": 0 + }, + "CustomJumpAnimationEnabled": { + "Bool": false + }, + "CustomJumpAnimationId": { + "Int64": 0 + }, + "CustomRunAnimationEnabled": { + "Bool": false + }, + "CustomRunAnimationId": { + "Int64": 0 + }, + "CustomSwimAnimationEnabled": { + "Bool": false + }, + "CustomSwimAnimationId": { + "Int64": 0 + }, + "CustomSwimIdleAnimationEnabled": { + "Bool": false + }, + "CustomSwimIdleAnimationId": { + "Int64": 0 + }, + "CustomWalkAnimationEnabled": { + "Bool": false + }, + "CustomWalkAnimationId": { + "Int64": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "AvatarBodyRules": { + "Name": "AvatarBodyRules", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "AppearanceMode": { + "Name": "AppearanceMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsAppearanceMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BuildMode": { + "Name": "BuildMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsBuildMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomBodyBundleId": { + "Name": "CustomBodyBundleId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomBodyType": { + "Name": "CustomBodyType", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsCustomBodyType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomBodyTypeScale": { + "Name": "CustomBodyTypeScale", + "Scriptability": "None", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomEyebrowEnabled": { + "Name": "CustomEyebrowEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomEyebrowId": { + "Name": "CustomEyebrowId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomEyelashEnabled": { + "Name": "CustomEyelashEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomEyelashId": { + "Name": "CustomEyelashId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFaceEnabled": { + "Name": "CustomFaceEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomFaceId": { + "Name": "CustomFaceId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHeadEnabled": { + "Name": "CustomHeadEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHeadId": { + "Name": "CustomHeadId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHeadScale": { + "Name": "CustomHeadScale", + "Scriptability": "None", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHeight": { + "Name": "CustomHeight", + "Scriptability": "None", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomHeightScale": { + "Name": "CustomHeightScale", + "Scriptability": "None", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomLeftArmEnabled": { + "Name": "CustomLeftArmEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomLeftArmId": { + "Name": "CustomLeftArmId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomLeftLegEnabled": { + "Name": "CustomLeftLegEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomLeftLegId": { + "Name": "CustomLeftLegId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomMoodEnabled": { + "Name": "CustomMoodEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomMoodId": { + "Name": "CustomMoodId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomProportionsScale": { + "Name": "CustomProportionsScale", + "Scriptability": "None", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRightArmEnabled": { + "Name": "CustomRightArmEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRightArmId": { + "Name": "CustomRightArmId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRightLegEnabled": { + "Name": "CustomRightLegEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRightLegId": { + "Name": "CustomRightLegId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomTorsoEnabled": { + "Name": "CustomTorsoEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomTorsoId": { + "Name": "CustomTorsoId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomWidthScale": { + "Name": "CustomWidthScale", + "Scriptability": "None", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "KeepPlayerHead": { + "Name": "KeepPlayerHead", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ScaleMode": { + "Name": "ScaleMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsScaleMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AppearanceMode": { + "Enum": 0 + }, + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "BuildMode": { + "Enum": 0 + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "CustomBodyBundleId": { + "Int64": 0 + }, + "CustomBodyType": { + "Enum": 0 + }, + "CustomBodyTypeScale": { + "NumberRange": [ + 0.0, + 1.0 + ] + }, + "CustomEyebrowEnabled": { + "Bool": false + }, + "CustomEyebrowId": { + "Int64": 0 + }, + "CustomEyelashEnabled": { + "Bool": false + }, + "CustomEyelashId": { + "Int64": 0 + }, + "CustomFaceEnabled": { + "Bool": false + }, + "CustomFaceId": { + "Int64": 0 + }, + "CustomHeadEnabled": { + "Bool": false + }, + "CustomHeadId": { + "Int64": 0 + }, + "CustomHeadScale": { + "NumberRange": [ + 0.95, + 1.0 + ] + }, + "CustomHeight": { + "NumberRange": [ + 5.5, + 5.5 + ] + }, + "CustomHeightScale": { + "NumberRange": [ + 0.9, + 1.05 + ] + }, + "CustomLeftArmEnabled": { + "Bool": false + }, + "CustomLeftArmId": { + "Int64": 0 + }, + "CustomLeftLegEnabled": { + "Bool": false + }, + "CustomLeftLegId": { + "Int64": 0 + }, + "CustomMoodEnabled": { + "Bool": false + }, + "CustomMoodId": { + "Int64": 0 + }, + "CustomProportionsScale": { + "NumberRange": [ + 0.0, + 1.0 + ] + }, + "CustomRightArmEnabled": { + "Bool": false + }, + "CustomRightArmId": { + "Int64": 0 + }, + "CustomRightLegEnabled": { + "Bool": false + }, + "CustomRightLegId": { + "Int64": 0 + }, + "CustomTorsoEnabled": { + "Bool": false + }, + "CustomTorsoId": { + "Int64": 0 + }, + "CustomWidthScale": { + "NumberRange": [ + 0.7, + 1.0 + ] + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "KeepPlayerHead": { + "Bool": true + }, + "Sandboxed": { + "Bool": false + }, + "ScaleMode": { + "Enum": 0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AvatarChatService": { "Name": "AvatarChatService", "Tags": [ @@ -6487,6 +8553,576 @@ } } }, + "AvatarClothingRules": { + "Name": "AvatarClothingRules", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "ClothingMode": { + "Name": "ClothingMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsClothingMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClassicPantsAccessoryEnabled": { + "Name": "CustomClassicPantsAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClassicPantsAccessoryId": { + "Name": "CustomClassicPantsAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClassicShirtsAccessoryEnabled": { + "Name": "CustomClassicShirtsAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClassicShirtsAccessoryId": { + "Name": "CustomClassicShirtsAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClassicTShirtsAccessoryEnabled": { + "Name": "CustomClassicTShirtsAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClassicTShirtsAccessoryId": { + "Name": "CustomClassicTShirtsAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomClothingMode": { + "Name": "CustomClothingMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsCustomClothingMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomDressSkirtAccessoryEnabled": { + "Name": "CustomDressSkirtAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomDressSkirtAccessoryId": { + "Name": "CustomDressSkirtAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomJacketAccessoryEnabled": { + "Name": "CustomJacketAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomJacketAccessoryId": { + "Name": "CustomJacketAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomLeftShoesAccessoryEnabled": { + "Name": "CustomLeftShoesAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomLeftShoesAccessoryId": { + "Name": "CustomLeftShoesAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomPantsAccessoryEnabled": { + "Name": "CustomPantsAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomPantsAccessoryId": { + "Name": "CustomPantsAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRightShoesAccessoryEnabled": { + "Name": "CustomRightShoesAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomRightShoesAccessoryId": { + "Name": "CustomRightShoesAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomShirtAccessoryEnabled": { + "Name": "CustomShirtAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomShirtAccessoryId": { + "Name": "CustomShirtAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomShortsAccessoryEnabled": { + "Name": "CustomShortsAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomShortsAccessoryId": { + "Name": "CustomShortsAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomSweaterAccessoryEnabled": { + "Name": "CustomSweaterAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomSweaterAccessoryId": { + "Name": "CustomSweaterAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomTShirtAccessoryEnabled": { + "Name": "CustomTShirtAccessoryEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CustomTShirtAccessoryId": { + "Name": "CustomTShirtAccessoryId", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LimitBounds": { + "Name": "LimitBounds", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "ClothingMode": { + "Enum": 0 + }, + "CustomClassicPantsAccessoryEnabled": { + "Bool": false + }, + "CustomClassicPantsAccessoryId": { + "Int64": 0 + }, + "CustomClassicShirtsAccessoryEnabled": { + "Bool": false + }, + "CustomClassicShirtsAccessoryId": { + "Int64": 0 + }, + "CustomClassicTShirtsAccessoryEnabled": { + "Bool": false + }, + "CustomClassicTShirtsAccessoryId": { + "Int64": 0 + }, + "CustomClothingMode": { + "Enum": 0 + }, + "CustomDressSkirtAccessoryEnabled": { + "Bool": false + }, + "CustomDressSkirtAccessoryId": { + "Int64": 0 + }, + "CustomJacketAccessoryEnabled": { + "Bool": false + }, + "CustomJacketAccessoryId": { + "Int64": 0 + }, + "CustomLeftShoesAccessoryEnabled": { + "Bool": false + }, + "CustomLeftShoesAccessoryId": { + "Int64": 0 + }, + "CustomPantsAccessoryEnabled": { + "Bool": false + }, + "CustomPantsAccessoryId": { + "Int64": 0 + }, + "CustomRightShoesAccessoryEnabled": { + "Bool": false + }, + "CustomRightShoesAccessoryId": { + "Int64": 0 + }, + "CustomShirtAccessoryEnabled": { + "Bool": false + }, + "CustomShirtAccessoryId": { + "Int64": 0 + }, + "CustomShortsAccessoryEnabled": { + "Bool": false + }, + "CustomShortsAccessoryId": { + "Int64": 0 + }, + "CustomSweaterAccessoryEnabled": { + "Bool": false + }, + "CustomSweaterAccessoryId": { + "Int64": 0 + }, + "CustomTShirtAccessoryEnabled": { + "Bool": false + }, + "CustomTShirtAccessoryId": { + "Int64": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "LimitBounds": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "AvatarCollisionRules": { + "Name": "AvatarCollisionRules", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "CollisionMode": { + "Name": "CollisionMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsCollisionMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "HitAndTouchDetectionMode": { + "Name": "HitAndTouchDetectionMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsHitAndTouchDetectionMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LegacyCollisionMode": { + "Name": "LegacyCollisionMode", + "Scriptability": "None", + "DataType": { + "Enum": "AvatarSettingsLegacyCollisionMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SingleColliderSize": { + "Name": "SingleColliderSize", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "CollisionMode": { + "Enum": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "HitAndTouchDetectionMode": { + "Enum": 0 + }, + "LegacyCollisionMode": { + "Enum": 1 + }, + "Sandboxed": { + "Bool": false + }, + "SingleColliderSize": { + "Vector3": [ + 2.0, + 3.0, + 1.0 + ] + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "AvatarCreationService": { "Name": "AvatarCreationService", "Tags": [ @@ -6549,22 +9185,99 @@ } } }, - "AvatarPreloader": { - "Name": "AvatarPreloader", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], + "AvatarRules": { + "Name": "AvatarRules", + "Tags": [], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "AvatarType": { + "Name": "AvatarType", + "Scriptability": "None", + "DataType": { + "Enum": "GameAvatarType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": { "Archivable": { "Bool": true }, + "Attributes": { + "Attributes": {} + }, + "AvatarType": { + "Enum": 1 + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "AvatarSettings": { + "Name": "AvatarSettings", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "Loaded": { + "Name": "Loaded", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" } @@ -6609,6 +9322,19 @@ ], "Superclass": "Model", "Properties": { + "TextureContent": { + "Name": "TextureContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "TextureId": { "Name": "TextureId", "Scriptability": "ReadWrite", @@ -6618,7 +9344,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "TextureContent", + "Migration": "ContentIdToContent" + } + } } } } @@ -8351,9 +11082,7 @@ "DataType": { "Value": "ContentId" }, - "Tags": [ - "NotScriptable" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -9007,7 +11736,9 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -9020,10 +11751,12 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -9033,7 +11766,9 @@ "DataType": { "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -9186,9 +11921,6 @@ "DistanceLowerLimit": { "Float32": 0.0 }, - "DistanceStep": { - "Float32": 0.0 - }, "DistanceUpperLimit": { "Float32": -1.0 }, @@ -10833,6 +13565,19 @@ "Tags": [], "Superclass": "HandleAdornment", "Properties": { + "Shading": { + "Name": "Shading", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AdornShading" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Size": { "Name": "Size", "Scriptability": "ReadWrite", @@ -10902,6 +13647,9 @@ "Sandboxed": { "Bool": false }, + "Shading": { + "Enum": 0 + }, "Size": { "Vector3": [ 1.0, @@ -12403,7 +15151,88 @@ "NotReplicated" ], "Superclass": "Object", - "Properties": {}, + "Properties": { + "CaptureType": { + "Name": "CaptureType", + "Scriptability": "Read", + "DataType": { + "Enum": "CaptureType" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FilePathString": { + "Name": "FilePathString", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "LocalId": { + "Name": "LocalId", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "SourcePlaceId": { + "Name": "SourcePlaceId", + "Scriptability": "Read", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "SourceUniverseId": { + "Name": "SourceUniverseId", + "Scriptability": "Read", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": {} }, "CaptureService": { @@ -12426,6 +15255,26 @@ } } }, + "CapturesPages": { + "Name": "CapturesPages", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Pages", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "CatalogPages": { "Name": "CatalogPages", "Tags": [ @@ -12466,6 +15315,26 @@ } } }, + "ChangeHistoryStreamingService": { + "Name": "ChangeHistoryStreamingService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ChannelSelectorSoundEffect": { "Name": "ChannelSelectorSoundEffect", "Tags": [ @@ -13854,6 +16723,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "CursorIconContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "CursorIconContent": { + "Name": "CursorIconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -13884,8 +16771,8 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "CursorIcon": { - "ContentId": "" + "CursorIconContent": { + "Content": "None" }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" @@ -14680,187 +17567,6 @@ } } }, - "CommandInstance": { - "Name": "CommandInstance", - "Tags": [ - "NotCreatable", - "NotReplicated" - ], - "Superclass": "Instance", - "Properties": { - "AllowGUIAccessPoints": { - "Name": "AllowGUIAccessPoints", - "Scriptability": "Read", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "Checked": { - "Name": "Checked", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "DefaultShortcut": { - "Name": "DefaultShortcut", - "Scriptability": "None", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "DisplayName": { - "Name": "DisplayName", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "Enabled": { - "Name": "Enabled", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "Icon": { - "Name": "Icon", - "Scriptability": "None", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "Name": { - "Name": "Name", - "Scriptability": "Read", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "Permission": { - "Name": "Permission", - "Scriptability": "None", - "DataType": { - "Enum": "CommandPermission" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "StatusTip": { - "Name": "StatusTip", - "Scriptability": "None", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - } - }, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, - "CommandService": { - "Name": "CommandService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "CommerceService": { "Name": "CommerceService", "Tags": [ @@ -15031,6 +17737,19 @@ } } }, + "Hollow": { + "Name": "Hollow", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Radius": { "Name": "Radius", "Scriptability": "ReadWrite", @@ -15043,6 +17762,19 @@ "Serialization": "Serializes" } } + }, + "Shading": { + "Name": "Shading", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AdornShading" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -15100,12 +17832,18 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "Hollow": { + "Bool": false + }, "Radius": { "Float32": 0.5 }, "Sandboxed": { "Bool": false }, + "Shading": { + "Enum": 0 + }, "SizeRelativeOffset": { "Vector3": [ 0.0, @@ -16641,6 +19379,19 @@ "Serialization": "Serializes" } } + }, + "Shading": { + "Name": "Shading", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AdornShading" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -16710,6 +19461,9 @@ "Sandboxed": { "Bool": false }, + "Shading": { + "Enum": 0 + }, "SizeRelativeOffset": { "Vector3": [ 0.0, @@ -19014,6 +21768,41 @@ } } }, + "ColorMap": { + "Name": "ColorMap", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "ContentId" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "ColorMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "ColorMapContent": { + "Name": "ColorMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "LocalTransparencyModifier": { "Name": "LocalTransparencyModifier", "Scriptability": "ReadWrite", @@ -19030,6 +21819,105 @@ } } }, + "MetalnessMap": { + "Name": "MetalnessMap", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "ContentId" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MetalnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "MetalnessMapContent": { + "Name": "MetalnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "NormalMap": { + "Name": "NormalMap", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "ContentId" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "NormalMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "NormalMapContent": { + "Name": "NormalMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RoughnessMap": { + "Name": "RoughnessMap", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "ContentId" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "RoughnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "RoughnessMapContent": { + "Name": "RoughnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Shiny": { "Name": "Shiny", "Scriptability": "ReadWrite", @@ -19093,6 +21981,35 @@ } } }, + "TexturePack": { + "Name": "TexturePack", + "Scriptability": "None", + "DataType": { + "Value": "ContentId" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TexturePackMetadata": { + "Name": "TexturePackMetadata", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Transparency": { "Name": "Transparency", "Scriptability": "ReadWrite", @@ -19106,6 +22023,32 @@ } } }, + "UVOffset": { + "Name": "UVOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "UVScale": { + "Name": "UVScale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ZIndex": { "Name": "ZIndex", "Scriptability": "ReadWrite", @@ -19143,6 +22086,15 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "MetalnessMapContent": { + "Content": "None" + }, + "NormalMapContent": { + "Content": "None" + }, + "RoughnessMapContent": { + "Content": "None" + }, "Sandboxed": { "Bool": false }, @@ -19155,9 +22107,27 @@ "TextureContent": { "Content": "None" }, + "TexturePack": { + "ContentId": "" + }, + "TexturePackMetadata": { + "String": "" + }, "Transparency": { "Float32": 0.0 }, + "UVOffset": { + "Vector2": [ + 0.0, + 0.0 + ] + }, + "UVScale": { + "Vector2": [ + 1.0, + 1.0 + ] + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, @@ -19820,6 +22790,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "ActivatedCursorIconContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "ActivatedCursorIconContent": { + "Name": "ActivatedCursorIconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -20225,8 +23213,8 @@ } }, "DefaultProperties": { - "ActivatedCursorIcon": { - "ContentId": "" + "ActivatedCursorIconContent": { + "Content": "None" }, "ApplyAtCenterOfMass": { "Bool": false @@ -20240,8 +23228,8 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "CursorIcon": { - "ContentId": "" + "CursorIconContent": { + "Content": "None" }, "DragFrame": { "CFrame": { @@ -20383,13 +23371,12 @@ "Properties": { "AlignDraggedObjects": { "Name": "AlignDraggedObjects", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20399,13 +23386,12 @@ }, "AngleSnapEnabled": { "Name": "AngleSnapEnabled", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20415,13 +23401,12 @@ }, "AngleSnapIncrement": { "Name": "AngleSnapIncrement", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20431,13 +23416,12 @@ }, "AnimateHover": { "Name": "AnimateHover", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20447,13 +23431,12 @@ }, "CollisionsEnabled": { "Name": "CollisionsEnabled", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20463,13 +23446,12 @@ }, "DraggerCoordinateSpace": { "Name": "DraggerCoordinateSpace", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Enum": "DraggerCoordinateSpace" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20479,13 +23461,12 @@ }, "DraggerMovementMode": { "Name": "DraggerMovementMode", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Enum": "DraggerMovementMode" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20495,13 +23476,12 @@ }, "GeometrySnapColor": { "Name": "GeometrySnapColor", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Color3" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20511,13 +23491,12 @@ }, "HoverAnimateFrequency": { "Name": "HoverAnimateFrequency", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20532,9 +23511,7 @@ "Value": "Int32" }, "Tags": [ - "Hidden", - "NotReplicated", - "ReadOnly" + "Hidden" ], "Kind": { "Canonical": { @@ -20544,13 +23521,12 @@ }, "HoverThickness": { "Name": "HoverThickness", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20560,13 +23536,12 @@ }, "JointsEnabled": { "Name": "JointsEnabled", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20576,13 +23551,12 @@ }, "LinearSnapEnabled": { "Name": "LinearSnapEnabled", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20592,13 +23566,12 @@ }, "LinearSnapIncrement": { "Name": "LinearSnapIncrement", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20613,8 +23586,7 @@ "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20629,8 +23601,7 @@ "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20640,13 +23611,12 @@ }, "ShowHover": { "Name": "ShowHover", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" }, "Tags": [ - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -20833,6 +23803,7 @@ }, "Tags": [ "Hidden", + "NotReplicated", "NotScriptable" ], "Kind": { @@ -20939,7 +23910,9 @@ "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -21183,6 +24156,37 @@ } } }, + "ExampleV2Service": { + "Name": "ExampleV2Service", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "ExecutedRemoteCommand": { + "Name": "ExecutedRemoteCommand", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, "ExperienceAuthService": { "Name": "ExperienceAuthService", "Tags": [ @@ -21404,6 +24408,27 @@ } } }, + "ExperienceStateRecordingService": { + "Name": "ExperienceStateRecordingService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ExplorerFilter": { "Name": "ExplorerFilter", "Tags": [ @@ -22812,46 +25837,6 @@ } } }, - "FeedPages": { - "Name": "FeedPages", - "Tags": [ - "NotCreatable", - "NotReplicated" - ], - "Superclass": "Pages", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, - "FeedService": { - "Name": "FeedService", - "Tags": [ - "NotCreatable", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "File": { "Name": "File", "Tags": [ @@ -23317,8 +26302,8 @@ "TeamColor": { "BrickColor": 194 }, - "TextureId": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "ToolTip": { "String": "" @@ -23762,7 +26747,7 @@ "UniqueId": "00000000000000000000000000000000" }, "ValuesAndTimes": { - "BinaryString": "AQAAAAAAAAABAAAAAAAAAA==" + "BinaryString": "AgAAAAAAAAABAAAAAAAAAA==" } } }, @@ -25075,44 +28060,6 @@ } } }, - "GoogleAnalyticsConfiguration": { - "Name": "GoogleAnalyticsConfiguration", - "Tags": [ - "NotCreatable", - "Service" - ], - "Superclass": "Instance", - "Properties": { - "gaID": { - "Name": "gaID", - "Scriptability": "None", - "DataType": { - "Value": "String" - }, - "Tags": [ - "Hidden", - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - } - }, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "GroundController": { "Name": "GroundController", "Tags": [], @@ -25484,6 +28431,23 @@ } } }, + "ActiveQueryNames": { + "Name": "ActiveQueryNames", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "AutoLocalize": { "Name": "AutoLocalize", "Scriptability": "ReadWrite", @@ -26835,6 +29799,38 @@ "Serialization": "DoesNotSerialize" } } + }, + "ViewportDisplaySize": { + "Name": "ViewportDisplaySize", + "Scriptability": "Read", + "DataType": { + "Enum": "DisplaySize" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "ViewportSizeInMM": { + "Name": "ViewportSizeInMM", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -26890,6 +29886,1017 @@ } } }, + "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": [ @@ -26936,6 +30943,22 @@ } } }, + "GizmoReference": { + "Name": "GizmoReference", + "Scriptability": "None", + "DataType": { + "Value": "Ref" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "SizeRelativeOffset": { "Name": "SizeRelativeOffset", "Scriptability": "ReadWrite", @@ -27161,9 +31184,7 @@ }, "HapticEffect": { "Name": "HapticEffect", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "Looped": { @@ -27224,7 +31245,25 @@ "DataType": { "Value": "Ref" }, - "Tags": [], + "Tags": [ + "Deprecated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "WaveformData": { + "Name": "WaveformData", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -27272,6 +31311,9 @@ }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" + }, + "WaveformData": { + "BinaryString": "" } } }, @@ -27296,6 +31338,27 @@ } } }, + "HarmonyService": { + "Name": "HarmonyService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "Hat": { "Name": "Hat", "Tags": [ @@ -28203,8 +32266,8 @@ "Tags": { "Tags": [] }, - "TextureId": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" @@ -28803,6 +32866,22 @@ } } }, + "OverrideDefaultCollisions": { + "Name": "OverrideDefaultCollisions", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PlatformStand": { "Name": "PlatformStand", "Scriptability": "ReadWrite", @@ -28875,6 +32954,22 @@ } } }, + "RotationType": { + "Name": "RotationType", + "Scriptability": "None", + "DataType": { + "Enum": "RotationType" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "SeatPart": { "Name": "SeatPart", "Scriptability": "Read", @@ -29893,7 +33988,9 @@ }, "HumanoidRigDescription": { "Name": "HumanoidRigDescription", - "Tags": [], + "Tags": [ + "NotBrowsable" + ], "Superclass": "Instance", "Properties": { "Chest": { @@ -29961,8 +34058,8 @@ } } }, - "Head": { - "Name": "Head", + "HeadBase": { + "Name": "HeadBase", "Scriptability": "ReadWrite", "DataType": { "Value": "Ref" @@ -29974,8 +34071,8 @@ } } }, - "HeadRangeMax": { - "Name": "HeadRangeMax", + "HeadBaseRangeMax": { + "Name": "HeadBaseRangeMax", "Scriptability": "ReadWrite", "DataType": { "Value": "Vector3" @@ -29987,8 +34084,8 @@ } } }, - "HeadRangeMin": { - "Name": "HeadRangeMin", + "HeadBaseRangeMin": { + "Name": "HeadBaseRangeMin", "Scriptability": "ReadWrite", "DataType": { "Value": "Vector3" @@ -30000,8 +34097,8 @@ } } }, - "HeadSize": { - "Name": "HeadSize", + "HeadBaseSize": { + "Name": "HeadBaseSize", "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" @@ -30013,8 +34110,8 @@ } } }, - "HeadTposeAdjustment": { - "Name": "HeadTposeAdjustment", + "HeadBaseTposeAdjustment": { + "Name": "HeadBaseTposeAdjustment", "Scriptability": "ReadWrite", "DataType": { "Value": "CFrame" @@ -30611,6 +34708,19 @@ } } }, + "OriginOffset": { + "Name": "OriginOffset", + "Scriptability": "None", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Pelvis": { "Name": "Pelvis", "Scriptability": "ReadWrite", @@ -31380,24 +35490,24 @@ ] } }, - "HeadRangeMax": { + "HeadBaseRangeMax": { "Vector3": [ 0.0, 0.0, 0.0 ] }, - "HeadRangeMin": { + "HeadBaseRangeMin": { "Vector3": [ 0.0, 0.0, 0.0 ] }, - "HeadSize": { + "HeadBaseSize": { "Float32": 0.0 }, - "HeadTposeAdjustment": { + "HeadBaseTposeAdjustment": { "CFrame": { "position": [ 0.0, @@ -31813,6 +35923,32 @@ ] } }, + "OriginOffset": { + "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 + ] + ] + } + }, "PelvisRangeMax": { "Vector3": [ 0.0, @@ -33626,6 +37762,19 @@ } } }, + "UseFileLevelCompressionInsteadOfChunk": { + "Name": "UseFileLevelCompressionInsteadOfChunk", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ZstdCompression": { "Name": "ZstdCompression", "Scriptability": "ReadWrite", @@ -33654,11 +37803,77 @@ }, "InputAction": { "Name": "InputAction", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { + "BoolState": { + "Name": "BoolState", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Direction1DState": { + "Name": "Direction1DState", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Direction2DState": { + "Name": "Direction2DState", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Direction3DState": { + "Name": "Direction3DState", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Enabled": { "Name": "Enabled", "Scriptability": "ReadWrite", @@ -33721,11 +37936,22 @@ }, "InputBinding": { "Name": "InputBinding", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { + "Backward": { + "Name": "Backward", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Down": { "Name": "Down", "Scriptability": "ReadWrite", @@ -33739,6 +37965,19 @@ } } }, + "Forward": { + "Name": "Forward", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "KeyCode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "KeyCode": { "Name": "KeyCode", "Scriptability": "ReadWrite", @@ -33791,6 +38030,19 @@ } } }, + "ResponseCurve": { + "Name": "ResponseCurve", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Right": { "Name": "Right", "Scriptability": "ReadWrite", @@ -33864,12 +38116,18 @@ "Attributes": { "Attributes": {} }, + "Backward": { + "Enum": 0 + }, "Capabilities": { "SecurityCapabilities": 0 }, "Down": { "Enum": 0 }, + "Forward": { + "Enum": 0 + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -33885,6 +38143,9 @@ "ReleasedThreshold": { "Float32": 0.2 }, + "ResponseCurve": { + "Float32": 1.0 + }, "Right": { "Enum": 0 }, @@ -33916,9 +38177,7 @@ }, "InputContext": { "Name": "InputContext", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "Enabled": { @@ -34412,8 +38671,7 @@ "Value": "UniqueId" }, "Tags": [ - "NotReplicated", - "NotScriptable" + "NotReplicated" ], "Kind": { "Canonical": { @@ -34500,6 +38758,26 @@ } } }, + "InstanceExtensionsService": { + "Name": "InstanceExtensionsService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "IntConstrainedValue": { "Name": "IntConstrainedValue", "Tags": [ @@ -34875,6 +39153,9 @@ 255 ] }, + "ComponentIndex": { + "Int32": -1 + }, "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, @@ -34902,6 +39183,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InertiaMigrated": { + "Bool": true + }, "InitialSize": { "Vector3": [ 1.0, @@ -34939,6 +39223,9 @@ "MeshData2": { "SharedString": "" }, + "OffCentered": { + "Bool": false + }, "PhysicalConfigData": { "SharedString": "" }, @@ -35038,27 +39325,27 @@ }, "UnscaledCofm": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolInertiaDiags": { "Vector3": [ - null, - null, - null + 0.16666666, + 0.16666666, + 0.16666666 ] }, "UnscaledVolInertiaOffDiags": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolume": { - "Float32": null + "Float32": 1.0 }, "UsePartColor": { "Bool": false @@ -35759,6 +40046,21 @@ } } }, + "ExtendLightRangeTo120": { + "Name": "ExtendLightRangeTo120", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "FogColor": { "Name": "FogColor", "Scriptability": "ReadWrite", @@ -35826,13 +40128,11 @@ }, "LightingStyle": { "Name": "LightingStyle", - "Scriptability": "None", + "Scriptability": "Read", "DataType": { "Enum": "LightingStyle" }, - "Tags": [ - "NotScriptable" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -35869,13 +40169,11 @@ }, "PrioritizeLightingQuality": { "Name": "PrioritizeLightingQuality", - "Scriptability": "None", + "Scriptability": "Read", "DataType": { "Value": "Bool" }, - "Tags": [ - "NotScriptable" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -35960,6 +40258,9 @@ "RBX_LightingCompatibilityMigrated": { "Bool": true }, + "RBX_LightingTechnologyUnifiedMigration": { + "Bool": true + }, "RBX_OriginalTechnologyOnFileLoad": { "Int32": 2 } @@ -35994,6 +40295,9 @@ "ExposureCompensation": { "Float32": 0.0 }, + "ExtendLightRangeTo120": { + "Enum": 0 + }, "FogColor": { "Color3": [ 0.75, @@ -36017,7 +40321,7 @@ "UniqueId": "00000000000000000000000000000000" }, "LightingStyle": { - "Enum": 0 + "Enum": 1 }, "OutdoorAmbient": { "Color3": [ @@ -36030,7 +40334,7 @@ "Bool": true }, "PrioritizeLightingQuality": { - "Bool": true + "Bool": false }, "Sandboxed": { "Bool": false @@ -36419,6 +40723,19 @@ } } }, + "ReactionForceEnabled": { + "Name": "ReactionForceEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RelativeTo": { "Name": "RelativeTo", "Scriptability": "ReadWrite", @@ -36536,6 +40853,9 @@ 0.0 ] }, + "ReactionForceEnabled": { + "Bool": true + }, "RelativeTo": { "Enum": 2 }, @@ -37503,6 +41823,37 @@ } } }, + "MLService": { + "Name": "MLService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "MLSession": { + "Name": "MLSession", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, "ManualGlue": { "Name": "ManualGlue", "Tags": [ @@ -37765,7 +42116,7 @@ "UniqueId": "00000000000000000000000000000000" }, "ValuesAndTimes": { - "BinaryString": "AQAAAAAAAAABAAAAAAAAAA==" + "BinaryString": "AgAAAAAAAAABAAAAAAAAAA==" } } }, @@ -37831,26 +42182,6 @@ } } }, - "MaterialGenerationSession": { - "Name": "MaterialGenerationSession", - "Tags": [ - "NotCreatable", - "NotReplicated" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Archivable": { - "Bool": true - }, - "HistoryId": { - "UniqueId": "00000000000000000000000000000000" - }, - "UniqueId": { - "UniqueId": "00000000000000000000000000000000" - } - } - }, "MaterialImportData": { "Name": "MaterialImportData", "Tags": [ @@ -38791,6 +43122,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "ColorMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "ColorMapContent": { + "Name": "ColorMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -38810,6 +43159,45 @@ } } }, + "EmissiveMaskContent": { + "Name": "EmissiveMaskContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EmissiveStrength": { + "Name": "EmissiveStrength", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EmissiveTint": { + "Name": "EmissiveTint", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MaterialPattern": { "Name": "MaterialPattern", "Scriptability": "ReadWrite", @@ -38830,6 +43218,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MetalnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "MetalnessMapContent": { + "Name": "MetalnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -38843,6 +43249,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "NormalMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "NormalMapContent": { + "Name": "NormalMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -38856,6 +43280,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "RoughnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "RoughnessMapContent": { + "Name": "RoughnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -38905,26 +43347,39 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "ColorMap": { - "ContentId": "" + "ColorMapContent": { + "Content": "None" }, "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, + "EmissiveMaskContent": { + "Content": "None" + }, + "EmissiveStrength": { + "Float32": 1.0 + }, + "EmissiveTint": { + "Color3": [ + 1.0, + 1.0, + 1.0 + ] + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, "MaterialPattern": { "Enum": 0 }, - "MetalnessMap": { - "ContentId": "" + "MetalnessMapContent": { + "Content": "None" }, - "NormalMap": { - "ContentId": "" + "NormalMapContent": { + "Content": "None" }, - "RoughnessMap": { - "ContentId": "" + "RoughnessMapContent": { + "Content": "None" }, "Sandboxed": { "Bool": false @@ -39466,23 +43921,6 @@ } } }, - "EditableMeshString": { - "Name": "EditableMeshString", - "Scriptability": "None", - "DataType": { - "Value": "SharedString" - }, - "Tags": [ - "Hidden", - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "HasJointOffset": { "Name": "HasJointOffset", "Scriptability": "Read", @@ -39490,6 +43928,7 @@ "Value": "Bool" }, "Tags": [ + "Deprecated", "Hidden" ], "Kind": { @@ -39536,6 +43975,7 @@ "Value": "Vector3" }, "Tags": [ + "Deprecated", "Hidden" ], "Kind": { @@ -39640,6 +44080,22 @@ } } }, + "SolidMeshHolder": { + "Name": "SolidMeshHolder", + "Scriptability": "None", + "DataType": { + "Value": "NetAssetRef" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "TextureContent": { "Name": "TextureContent", "Scriptability": "ReadWrite", @@ -39815,6 +44271,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InertiaMigrated": { + "Bool": true + }, "InitialSize": { "Vector3": [ 0.0, @@ -39955,27 +44414,27 @@ }, "UnscaledCofm": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolInertiaDiags": { "Vector3": [ - null, - null, - null + 1.6666664e-31, + 1.6666664e-31, + 1.6666664e-31 ] }, "UnscaledVolInertiaOffDiags": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolume": { - "Float32": null + "Float32": 9.999999e-19 }, "Velocity": { "Vector3": [ @@ -40398,6 +44857,41 @@ } } }, + "MicroProfilerService": { + "Name": "MicroProfilerService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "ContextLabel": { + "Name": "ContextLabel", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "Model": { "Name": "Model", "Tags": [], @@ -40557,6 +45051,22 @@ } } }, + "SlimHash": { + "Name": "SlimHash", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "WorldPivot": { "Name": "WorldPivot", "Scriptability": "ReadWrite", @@ -40667,6 +45177,27 @@ } } }, + "ModerationService": { + "Name": "ModerationService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ModuleScript": { "Name": "ModuleScript", "Tags": [], @@ -41157,6 +45688,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "IconContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "IconContent": { + "Name": "IconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -41415,7 +45964,25 @@ "Name": "NegateOperation", "Tags": [], "Superclass": "PartOperation", - "Properties": {}, + "Properties": { + "PreviousOperation": { + "Name": "PreviousOperation", + "Scriptability": "None", + "DataType": { + "Enum": "NegateOperationHiddenHistory" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": { "AeroMeshData": { "SharedString": "" @@ -41519,6 +46086,9 @@ 255 ] }, + "ComponentIndex": { + "Int32": -1 + }, "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, @@ -41546,6 +46116,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InertiaMigrated": { + "Bool": true + }, "InitialSize": { "Vector3": [ 1.0, @@ -41583,6 +46156,9 @@ "MeshData2": { "SharedString": "" }, + "OffCentered": { + "Bool": false + }, "PhysicalConfigData": { "SharedString": "" }, @@ -41615,6 +46191,9 @@ ] } }, + "PreviousOperation": { + "Enum": 0 + }, "Reflectance": { "Float32": 0.0 }, @@ -41682,27 +46261,27 @@ }, "UnscaledCofm": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolInertiaDiags": { "Vector3": [ - null, - null, - null + 0.16666666, + 0.16666666, + 0.16666666 ] }, "UnscaledVolInertiaOffDiags": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolume": { - "Float32": null + "Float32": 1.0 }, "UsePartColor": { "Bool": false @@ -43540,23 +48119,6 @@ } } }, - "CSGMesh2KernelMap": { - "Name": "CSGMesh2KernelMap", - "Scriptability": "None", - "DataType": { - "Value": "SharedString" - }, - "Tags": [ - "Hidden", - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "ChildData": { "Name": "ChildData", "Scriptability": "None", @@ -43604,7 +48166,7 @@ ], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, @@ -43640,13 +48202,14 @@ } } }, - "ManifoldMesh": { - "Name": "ManifoldMesh", + "ManifoldMesh_DEPRECATED": { + "Name": "ManifoldMesh_DEPRECATED", "Scriptability": "None", "DataType": { "Value": "SharedString" }, "Tags": [ + "Deprecated", "Hidden", "NotReplicated", "NotScriptable" @@ -43689,6 +48252,23 @@ } } }, + "OffCentered": { + "Name": "OffCentered", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PhysicsData": { "Name": "PhysicsData", "Scriptability": "None", @@ -43765,6 +48345,22 @@ } } }, + "SolidMeshHolder": { + "Name": "SolidMeshHolder", + "Scriptability": "None", + "DataType": { + "Value": "NetAssetRef" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "TriangleCount": { "Name": "TriangleCount", "Scriptability": "Read", @@ -43898,6 +48494,9 @@ 255 ] }, + "ComponentIndex": { + "Int32": -1 + }, "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, @@ -43925,6 +48524,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InertiaMigrated": { + "Bool": true + }, "InitialSize": { "Vector3": [ 1.0, @@ -43962,6 +48564,9 @@ "MeshData2": { "SharedString": "" }, + "OffCentered": { + "Bool": false + }, "PhysicalConfigData": { "SharedString": "" }, @@ -44061,27 +48666,27 @@ }, "UnscaledCofm": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolInertiaDiags": { "Vector3": [ - null, - null, - null + 0.16666666, + 0.16666666, + 0.16666666 ] }, "UnscaledVolInertiaOffDiags": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolume": { - "Float32": null + "Float32": 1.0 }, "UsePartColor": { "Bool": false @@ -44302,6 +48907,32 @@ } } }, + "FlipbookSizeX": { + "Name": "FlipbookSizeX", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FlipbookSizeY": { + "Name": "FlipbookSizeY", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "FlipbookStartRandom": { "Name": "FlipbookStartRandom", "Scriptability": "ReadWrite", @@ -44700,6 +49331,12 @@ "FlipbookMode": { "Enum": 0 }, + "FlipbookSizeX": { + "Int32": 1 + }, + "FlipbookSizeY": { + "Int32": 1 + }, "FlipbookStartRandom": { "Bool": false }, @@ -44840,6 +49477,27 @@ } } }, + "PartyEmulatorService": { + "Name": "PartyEmulatorService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "PatchBundlerFileWatch": { "Name": "PatchBundlerFileWatch", "Tags": [ @@ -48016,7 +52674,6 @@ "Value": "Bool" }, "Tags": [ - "NotReplicated", "NotScriptable" ], "Kind": { @@ -49601,6 +54258,19 @@ } } }, + "MaxIndicatorDistance": { + "Name": "MaxIndicatorDistance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ObjectText": { "Name": "ObjectText", "Scriptability": "ReadWrite", @@ -49707,6 +54377,9 @@ "MaxActivationDistance": { "Float32": 10.0 }, + "MaxIndicatorDistance": { + "Float32": 0.0 + }, "ObjectText": { "String": "" }, @@ -49757,6 +54430,19 @@ } } }, + "MaxIndicatorsVisible": { + "Name": "MaxIndicatorsVisible", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MaxPromptsVisible": { "Name": "MaxPromptsVisible", "Scriptability": "ReadWrite", @@ -49787,6 +54473,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "MaxIndicatorsVisible": { + "Int32": 16 + }, "MaxPromptsVisible": { "Int32": 16 }, @@ -50026,6 +54715,46 @@ } } }, + "RecommendationPages": { + "Name": "RecommendationPages", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Pages", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "RecommendationService": { + "Name": "RecommendationService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "ReflectionMetadata": { "Name": "ReflectionMetadata", "Tags": [], @@ -50954,6 +55683,26 @@ } } }, + "RemoteCommandService": { + "Name": "RemoteCommandService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "RemoteCursorService": { "Name": "RemoteCursorService", "Tags": [ @@ -53264,6 +58013,22 @@ } } }, + "PredictionState": { + "Name": "PredictionState", + "Scriptability": "Read", + "DataType": { + "Enum": "PredictionState" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "RunState": { "Name": "RunState", "Scriptability": "ReadWrite", @@ -53278,6 +58043,22 @@ "Serialization": "DoesNotSerialize" } } + }, + "ServerFrame": { + "Name": "ServerFrame", + "Scriptability": "Read", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -53349,6 +58130,26 @@ } } }, + "RuntimeContentService": { + "Name": "RuntimeContentService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "RuntimeScriptService": { "Name": "RuntimeScriptService", "Tags": [ @@ -54245,6 +59046,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "BottomImageContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "BottomImageContent": { + "Name": "BottomImageContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -54361,6 +59180,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MidImageContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "MidImageContent": { + "Name": "MidImageContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -54487,6 +59324,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "TopImageContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "TopImageContent": { + "Name": "TopImageContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -54585,8 +59440,10 @@ "BorderSizePixel": { "Int32": 1 }, - "BottomImage": { - "ContentId": "rbxasset://textures/ui/Scroll/scroll-bottom.png" + "BottomImageContent": { + "Content": { + "Uri": "rbxasset://textures/ui/Scroll/scroll-bottom.png" + } }, "CanvasPosition": { "Vector2": [ @@ -54630,8 +59487,10 @@ "LayoutOrder": { "Int32": 0 }, - "MidImage": { - "ContentId": "rbxasset://textures/ui/Scroll/scroll-middle.png" + "MidImageContent": { + "Content": { + "Uri": "rbxasset://textures/ui/Scroll/scroll-middle.png" + } }, "Position": { "UDim2": [ @@ -54712,8 +59571,10 @@ "Tags": { "Tags": [] }, - "TopImage": { - "ContentId": "rbxasset://textures/ui/Scroll/scroll-top.png" + "TopImageContent": { + "Content": { + "Uri": "rbxasset://textures/ui/Scroll/scroll-top.png" + } }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" @@ -55824,6 +60685,26 @@ } } }, + "SessionCheckService": { + "Name": "SessionCheckService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "SessionService": { "Name": "SessionService", "Tags": [ @@ -56542,6 +61423,19 @@ } } }, + "SkyboxOrientation": { + "Name": "SkyboxOrientation", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SkyboxRt": { "Name": "SkyboxRt", "Scriptability": "ReadWrite", @@ -56645,6 +61539,13 @@ "SkyboxLf": { "ContentId": "rbxasset://textures/sky/sky512_lf.tex" }, + "SkyboxOrientation": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, "SkyboxRt": { "ContentId": "rbxasset://textures/sky/sky512_rt.tex" }, @@ -56891,6 +61792,47 @@ } } }, + "SlimContentProvider": { + "Name": "SlimContentProvider", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "CacheableContentProvider", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, + "SlimService": { + "Name": "SlimService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "Smoke": { "Name": "Smoke", "Tags": [], @@ -57278,6 +62220,19 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AudioContent": { + "Name": "AudioContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ChannelCount": { "Name": "ChannelCount", "Scriptability": "None", @@ -57326,6 +62281,19 @@ } } }, + "IsMutedForCapture": { + "Name": "IsMutedForCapture", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IsPaused": { "Name": "IsPaused", "Scriptability": "Read", @@ -57633,7 +62601,12 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": { + "Migrate": { + "To": "AudioContent", + "Migration": "ContentIdToContent" + } + } } } }, @@ -57774,12 +62747,18 @@ "Attributes": { "Attributes": {} }, + "AudioContent": { + "Content": "None" + }, "Capabilities": { "SecurityCapabilities": 0 }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "IsMutedForCapture": { + "Bool": false + }, "LoopRegion": { "NumberRange": [ 0.0, @@ -57819,9 +62798,6 @@ "Sandboxed": { "Bool": false }, - "SoundId": { - "ContentId": "" - }, "SourceAssetId": { "Int64": -1 }, @@ -57942,6 +62918,19 @@ ], "Superclass": "Instance", "Properties": { + "AcousticSimulationEnabled": { + "Name": "AcousticSimulationEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AmbientReverb": { "Name": "AmbientReverb", "Scriptability": "ReadWrite", @@ -57970,6 +62959,19 @@ } } }, + "AudioPlayerVolumeFix": { + "Name": "AudioPlayerVolumeFix", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CharacterSoundsUseNewApi": { "Name": "CharacterSoundsUseNewApi", "Scriptability": "ReadWrite", @@ -58080,6 +63082,9 @@ } }, "DefaultProperties": { + "AcousticSimulationEnabled": { + "Bool": false + }, "AmbientReverb": { "Enum": 0 }, @@ -58092,6 +63097,9 @@ "AudioApiByDefault": { "Enum": 0 }, + "AudioPlayerVolumeFix": { + "Enum": 0 + }, "Capabilities": { "SecurityCapabilities": 0 }, @@ -58136,6 +63144,27 @@ } } }, + "SoundShimService": { + "Name": "SoundShimService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "Sparkles": { "Name": "Sparkles", "Tags": [], @@ -58688,6 +63717,19 @@ "Serialization": "Serializes" } } + }, + "Shading": { + "Name": "Shading", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AdornShading" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -58748,6 +63790,9 @@ "Sandboxed": { "Bool": false }, + "Shading": { + "Enum": 0 + }, "SizeRelativeOffset": { "Vector3": [ 0.0, @@ -59779,6 +64824,21 @@ } } }, + "ClassicDeath": { + "Name": "ClassicDeath", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DevCameraOcclusionMode": { "Name": "DevCameraOcclusionMode", "Scriptability": "ReadWrite", @@ -60301,6 +65361,9 @@ "CharacterWalkSpeed": { "Float32": 16.0 }, + "ClassicDeath": { + "Bool": true + }, "DevCameraOcclusionMode": { "Enum": 0 }, @@ -60602,6 +65665,22 @@ } } }, + "MemoryTrackingEnabled": { + "Name": "MemoryTrackingEnabled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "MovingPrimitivesCount": { "Name": "MovingPrimitivesCount", "Scriptability": "Read", @@ -61289,6 +66368,19 @@ } } }, + "AutoUpdateEnabled": { + "Name": "AutoUpdateEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AutocompleteAcceptanceBehavior": { "Name": "AutocompleteAcceptanceBehavior", "Scriptability": "None", @@ -61518,6 +66610,19 @@ } } }, + "CameraSpeedLockDefault": { + "Name": "CameraSpeedLockDefault", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CameraTweenFocus": { "Name": "CameraTweenFocus", "Scriptability": "None", @@ -62026,6 +67131,19 @@ } } }, + "EnableStudioStreaming": { + "Name": "EnableStudioStreaming", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Error Color": { "Name": "Error Color", "Scriptability": "ReadWrite", @@ -62082,19 +67200,6 @@ } } }, - "FreeCameraSpeedScroll": { - "Name": "FreeCameraSpeedScroll", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "Function Name Color": { "Name": "Function Name Color", "Scriptability": "ReadWrite", @@ -62313,6 +67418,19 @@ } } }, + "LoadInternalPlugins": { + "Name": "LoadInternalPlugins", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "LoadUserPluginsInRunModes": { "Name": "LoadUserPluginsInRunModes", "Scriptability": "None", @@ -62399,6 +67517,19 @@ } } }, + "MaxFindReplaceAllResults": { + "Name": "MaxFindReplaceAllResults", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Maximum Output Lines": { "Name": "Maximum Output Lines", "Scriptability": "ReadWrite", @@ -63786,8 +68917,7 @@ }, "Tags": [ "Hidden", - "NotReplicated", - "ReadOnly" + "NotReplicated" ], "Kind": { "Canonical": { @@ -64132,6 +69262,19 @@ "Hidden", "NotScriptable" ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Priority": { + "Name": "Priority", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -64165,8 +69308,8 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, - "Index": { - "Int32": -1 + "Priority": { + "Int32": 0 }, "Sandboxed": { "Bool": false @@ -64228,6 +69371,82 @@ } } }, + "StyleQuery": { + "Name": "StyleQuery", + "Tags": [ + "NotBrowsable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "AspectRatioRange": { + "Name": "AspectRatioRange", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "IsActive": { + "Name": "IsActive", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "MaxSize": { + "Name": "MaxSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MinSize": { + "Name": "MinSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "StyleRule": { "Name": "StyleRule", "Tags": [], @@ -64529,6 +69748,45 @@ } } }, + "EmissiveMaskContent": { + "Name": "EmissiveMaskContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EmissiveStrength": { + "Name": "EmissiveStrength", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EmissiveTint": { + "Name": "EmissiveTint", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MetalnessMap": { "Name": "MetalnessMap", "Scriptability": "ReadWrite", @@ -64665,6 +69923,19 @@ "ColorMapContent": { "Content": "None" }, + "EmissiveMaskContent": { + "Content": "None" + }, + "EmissiveStrength": { + "Float32": 1.0 + }, + "EmissiveTint": { + "Color3": [ + 1.0, + 1.0, + 1.0 + ] + }, "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, @@ -66143,21 +71414,6 @@ } } }, - "ShorelinesUpgraded": { - "Name": "ShorelinesUpgraded", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "Hidden" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "SmoothGrid": { "Name": "SmoothGrid", "Scriptability": "None", @@ -66567,9 +71823,6 @@ "Sandboxed": { "Bool": false }, - "ShorelinesUpgraded": { - "Bool": false - }, "Size": { "Vector3": [ 2044.0, @@ -66647,6 +71900,63 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "ColorMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "ColorMapContent": { + "Name": "ColorMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EmissiveMaskContent": { + "Name": "EmissiveMaskContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EmissiveStrength": { + "Name": "EmissiveStrength", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EmissiveTint": { + "Name": "EmissiveTint", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -66686,6 +71996,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MetalnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "MetalnessMapContent": { + "Name": "MetalnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -66699,6 +72027,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "NormalMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "NormalMapContent": { + "Name": "NormalMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -66712,6 +72058,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "RoughnessMapContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "RoughnessMapContent": { + "Name": "RoughnessMapContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -66758,8 +72122,21 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "ColorMap": { - "ContentId": "" + "ColorMapContent": { + "Content": "None" + }, + "EmissiveMaskContent": { + "Content": "None" + }, + "EmissiveStrength": { + "Float32": 1.0 + }, + "EmissiveTint": { + "Color3": [ + 1.0, + 1.0, + 1.0 + ] }, "Face": { "Enum": 1 @@ -66770,14 +72147,14 @@ "MaterialPattern": { "Enum": 0 }, - "MetalnessMap": { - "ContentId": "" + "MetalnessMapContent": { + "Content": "None" }, - "NormalMap": { - "ContentId": "" + "NormalMapContent": { + "Content": "None" }, - "RoughnessMap": { - "ContentId": "" + "RoughnessMapContent": { + "Content": "None" }, "Sandboxed": { "Bool": false @@ -66799,6 +72176,36 @@ } } }, + "TerrainIterateOperation": { + "Name": "TerrainIterateOperation", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, + "TerrainModifyOperation": { + "Name": "TerrainModifyOperation", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, + "TerrainReadOperation": { + "Name": "TerrainReadOperation", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, "TerrainRegion": { "Name": "TerrainRegion", "Tags": [], @@ -66949,6 +72356,16 @@ } } }, + "TerrainWriteOperation": { + "Name": "TerrainWriteOperation", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": {}, + "DefaultProperties": {} + }, "TestService": { "Name": "TestService", "Tags": [ @@ -67351,6 +72768,24 @@ } } }, + "LocalizedPlaceholderText": { + "Name": "LocalizedPlaceholderText", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ManualFocusRelease": { "Name": "ManualFocusRelease", "Scriptability": "None", @@ -67522,6 +72957,22 @@ } } }, + "ShouldEmitTabEvents": { + "Name": "ShouldEmitTabEvents", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ShouldEmitUpAndDownArrowEvents": { "Name": "ShouldEmitUpAndDownArrowEvents", "Scriptability": "None", @@ -69204,6 +74655,21 @@ "Serialization": "Serializes" } } + }, + "IsLegacyChatDisabled": { + "Name": "IsLegacyChatDisabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -69237,6 +74703,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "IsLegacyChatDisabled": { + "Bool": false + }, "Sandboxed": { "Bool": false }, @@ -69324,6 +74793,103 @@ } } }, + "TextGenerator": { + "Name": "TextGenerator", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "Seed": { + "Name": "Seed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SystemPrompt": { + "Name": "SystemPrompt", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Temperature": { + "Name": "Temperature", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TopP": { + "Name": "TopP", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "Sandboxed": { + "Bool": false + }, + "Seed": { + "Int32": 0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "SystemPrompt": { + "String": "" + }, + "Tags": { + "Tags": [] + }, + "Temperature": { + "Float32": 0.7 + }, + "TopP": { + "Float32": 0.9 + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } + }, "TextLabel": { "Name": "TextLabel", "Tags": [], @@ -70122,12 +75688,21 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "MetalnessMapContent": { + "Content": "None" + }, + "NormalMapContent": { + "Content": "None" + }, "OffsetStudsU": { "Float32": 0.0 }, "OffsetStudsV": { "Float32": 0.0 }, + "RoughnessMapContent": { + "Content": "None" + }, "Sandboxed": { "Bool": false }, @@ -70146,9 +75721,27 @@ "TextureContent": { "Content": "None" }, + "TexturePack": { + "ContentId": "" + }, + "TexturePackMetadata": { + "String": "" + }, "Transparency": { "Float32": 0.0 }, + "UVOffset": { + "Vector2": [ + 0.0, + 0.0 + ] + }, + "UVScale": { + "Vector2": [ + 1.0, + 1.0 + ] + }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, @@ -70226,7 +75819,24 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "FriendCommunicationRestrictionStatus": { + "Name": "FriendCommunicationRestrictionStatus", + "Scriptability": "None", + "DataType": { + "Enum": "ChatRestrictionStatus" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": { "Archivable": { "Bool": true @@ -70640,8 +76250,8 @@ "Tags": { "Tags": [] }, - "TextureId": { - "ContentId": "" + "TextureContent": { + "Content": "None" }, "ToolTip": { "String": "" @@ -71630,6 +77240,22 @@ } } }, + "ConvexDecompHolder": { + "Name": "ConvexDecompHolder", + "Scriptability": "None", + "DataType": { + "Value": "NetAssetRef" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "FluidFidelity": { "Name": "FluidFidelity", "Scriptability": "ReadWrite", @@ -71661,6 +77287,22 @@ } } }, + "InertiaMigrated": { + "Name": "InertiaMigrated", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MeshSize": { "Name": "MeshSize", "Scriptability": "Read", @@ -72436,6 +78078,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "ActivatedCursorIconContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "ActivatedCursorIconContent": { + "Name": "ActivatedCursorIconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -72475,6 +78135,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "CursorIconContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "CursorIconContent": { + "Name": "CursorIconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -72691,8 +78369,8 @@ } }, "DefaultProperties": { - "ActivatedCursorIcon": { - "ContentId": "" + "ActivatedCursorIconContent": { + "Content": "None" }, "Archivable": { "Bool": true @@ -72706,8 +78384,8 @@ "Capabilities": { "SecurityCapabilities": 0 }, - "CursorIcon": { - "ContentId": "" + "CursorIconContent": { + "Content": "None" }, "DragAxis": { "Vector2": [ @@ -73958,6 +79636,32 @@ } } }, + "BorderOffset": { + "Name": "BorderOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BorderStrokePosition": { + "Name": "BorderStrokePosition", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "BorderStrokePosition" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Color": { "Name": "Color", "Scriptability": "ReadWrite", @@ -73997,6 +79701,19 @@ } } }, + "StrokeSizingMode": { + "Name": "StrokeSizingMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "StrokeSizingMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Thickness": { "Name": "Thickness", "Scriptability": "ReadWrite", @@ -74022,6 +79739,19 @@ "Serialization": "Serializes" } } + }, + "ZIndex": { + "Name": "ZIndex", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -74034,6 +79764,15 @@ "Attributes": { "Attributes": {} }, + "BorderOffset": { + "UDim": [ + 0.0, + 0 + ] + }, + "BorderStrokePosition": { + "Enum": 0 + }, "Capabilities": { "SecurityCapabilities": 0 }, @@ -74059,6 +79798,9 @@ "SourceAssetId": { "Int64": -1 }, + "StrokeSizingMode": { + "Enum": 0 + }, "Tags": { "Tags": [] }, @@ -74070,6 +79812,9 @@ }, "UniqueId": { "UniqueId": "00000000000000000000000000000000" + }, + "ZIndex": { + "Int32": 1 } } }, @@ -74364,6 +80109,9 @@ 255 ] }, + "ComponentIndex": { + "Int32": -1 + }, "CustomPhysicalProperties": { "PhysicalProperties": "Default" }, @@ -74391,6 +80139,9 @@ "HistoryId": { "UniqueId": "00000000000000000000000000000000" }, + "InertiaMigrated": { + "Bool": true + }, "InitialSize": { "Vector3": [ 1.0, @@ -74428,6 +80179,9 @@ "MeshData2": { "SharedString": "" }, + "OffCentered": { + "Bool": false + }, "PhysicalConfigData": { "SharedString": "" }, @@ -74527,27 +80281,27 @@ }, "UnscaledCofm": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolInertiaDiags": { "Vector3": [ - null, - null, - null + 0.16666666, + 0.16666666, + 0.16666666 ] }, "UnscaledVolInertiaOffDiags": { "Vector3": [ - null, - null, - null + 0.0, + 0.0, + 0.0 ] }, "UnscaledVolume": { - "Float32": null + "Float32": 1.0 }, "UsePartColor": { "Bool": false @@ -74796,6 +80550,19 @@ } } }, + "BadgeVisible": { + "Name": "BadgeVisible", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CameraMode": { "Name": "CameraMode", "Scriptability": "None", @@ -75312,6 +81079,19 @@ } } }, + "PeoplePageLayout": { + "Name": "PeoplePageLayout", + "Scriptability": "None", + "DataType": { + "Enum": "PeoplePageLayout" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PerformanceStatsVisible": { "Name": "PerformanceStatsVisible", "Scriptability": "None", @@ -75343,6 +81123,32 @@ } } }, + "PlayerListVisible": { + "Name": "PlayerListVisible", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PlayerNamesEnabled": { + "Name": "PlayerNamesEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PreferredTextSize": { "Name": "PreferredTextSize", "Scriptability": "None", @@ -75416,6 +81222,22 @@ } } }, + "ReadAloud": { + "Name": "ReadAloud", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ReducedMotion": { "Name": "ReducedMotion", "Scriptability": "None", @@ -75971,6 +81793,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "MouseIconContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "MouseIconContent": { + "Name": "MouseIconContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -76087,6 +81927,22 @@ } } }, + "PreferredInput": { + "Name": "PreferredInput", + "Scriptability": "Read", + "DataType": { + "Enum": "PreferredInput" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "RightBarSize": { "Name": "RightBarSize", "Scriptability": "None", @@ -76137,6 +81993,22 @@ } } }, + "TouchScreenEnabled": { + "Name": "TouchScreenEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "UserHeadCFrame": { "Name": "UserHeadCFrame", "Scriptability": "Read", @@ -77407,6 +83279,49 @@ } } }, + "VideoCapture": { + "Name": "VideoCapture", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Capture", + "Properties": { + "FilePath": { + "Name": "FilePath", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "TimeLength": { + "Name": "TimeLength", + "Scriptability": "Read", + "DataType": { + "Value": "Float64" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "VideoCaptureService": { "Name": "VideoCaptureService", "Tags": [ @@ -77958,6 +83873,24 @@ "Value": "ContentId" }, "Tags": [], + "Kind": { + "Canonical": { + "Serialization": { + "Migrate": { + "To": "VideoContent", + "Migration": "ContentIdToContent" + } + } + } + } + }, + "VideoContent": { + "Name": "VideoContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -78113,8 +84046,8 @@ "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, - "Video": { - "ContentId": "" + "VideoContent": { + "Content": "None" }, "Visible": { "Bool": true @@ -78134,19 +84067,6 @@ ], "Superclass": "Instance", "Properties": { - "Asset": { - "Name": "Asset", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "ContentId" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "AutoLoadInStudio": { "Name": "AutoLoadInStudio", "Scriptability": "None", @@ -78237,6 +84157,22 @@ } } }, + "PlayingReplicating": { + "Name": "PlayingReplicating", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Resolution": { "Name": "Resolution", "Scriptability": "Read", @@ -78282,6 +84218,19 @@ } } }, + "VideoContent": { + "Name": "VideoContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Volume": { "Name": "Volume", "Scriptability": "ReadWrite", @@ -78300,9 +84249,6 @@ "Archivable": { "Bool": true }, - "Asset": { - "ContentId": "" - }, "Attributes": { "Attributes": {} }, @@ -78333,6 +84279,9 @@ "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, + "VideoContent": { + "Content": "None" + }, "Volume": { "Float32": 1.0 } @@ -79127,6 +85076,21 @@ } } }, + "UseStreamSwitching": { + "Name": "UseStreamSwitching", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "VoiceChatEnabledForPlaceOnRcc": { "Name": "VoiceChatEnabledForPlaceOnRcc", "Scriptability": "None", @@ -79252,6 +85216,33 @@ } } }, + "WebStreamClient": { + "Name": "WebStreamClient", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Object", + "Properties": { + "ConnectionState": { + "Name": "ConnectionState", + "Scriptability": "Read", + "DataType": { + "Enum": "WebStreamClientState" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "WebViewService": { "Name": "WebViewService", "Tags": [ @@ -80058,6 +86049,19 @@ } } }, + "AirTurbulenceIntensity": { + "Name": "AirTurbulenceIntensity", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AllowThirdPartySales": { "Name": "AllowThirdPartySales", "Scriptability": "ReadWrite", @@ -80073,6 +86077,19 @@ } } }, + "AuthorityMode": { + "Name": "AuthorityMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AuthorityMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AvatarUnificationMode": { "Name": "AvatarUnificationMode", "Scriptability": "None", @@ -80135,6 +86152,22 @@ } } }, + "ConvexDecompCompressed": { + "Name": "ConvexDecompCompressed", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "CurrentCamera": { "Name": "CurrentCamera", "Scriptability": "ReadWrite", @@ -80328,6 +86361,19 @@ } } }, + "LuauTypeCheckMode": { + "Name": "LuauTypeCheckMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "LuauTypeCheckMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MeshPartHeadsAndAccessories": { "Name": "MeshPartHeadsAndAccessories", "Scriptability": "None", @@ -80706,12 +86752,45 @@ "Serialization": "Serializes" } } + }, + "UseImprovedModelLod": { + "Name": "UseImprovedModelLod", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "UseNewLuauTypeSolver": { + "Name": "UseNewLuauTypeSolver", + "Scriptability": "None", + "DataType": { + "Enum": "RolloutState" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { "AirDensity": { "Float32": 0.0012 }, + "AirTurbulenceIntensity": { + "Float32": 0.0 + }, "AllowThirdPartySales": { "Bool": false }, @@ -80721,6 +86800,9 @@ "Attributes": { "Attributes": {} }, + "AuthorityMode": { + "Enum": 1 + }, "AvatarUnificationMode": { "Enum": 0 }, @@ -80767,6 +86849,9 @@ "LevelOfDetail": { "Enum": 0 }, + "LuauTypeCheckMode": { + "Enum": 0 + }, "MeshPartHeadsAndAccessories": { "Enum": 0 }, @@ -80890,6 +86975,12 @@ "UniqueId": { "UniqueId": "00000000000000000000000000000000" }, + "UseImprovedModelLod": { + "Enum": 0 + }, + "UseNewLuauTypeSolver": { + "Enum": 0 + }, "WorldPivotData": { "OptionalCFrame": null } @@ -81032,7 +87123,24 @@ "NotCreatable" ], "Superclass": "Model", - "Properties": {}, + "Properties": { + "PhysicsStepTime": { + "Name": "PhysicsStepTime", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": { "Archivable": { "Bool": true @@ -81223,6 +87331,36 @@ } } }, + "MaxSize": { + "Name": "MaxSize", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Offset": { + "Name": "Offset", + "Scriptability": "None", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Order": { "Name": "Order", "Scriptability": "ReadWrite", @@ -81653,6 +87791,95 @@ "UniqueId": "00000000000000000000000000000000" } } + }, + "WrapTextureTransfer": { + "Name": "WrapTextureTransfer", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "Instance", + "Properties": { + "ReferenceCageMeshContent": { + "Name": "ReferenceCageMeshContent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "UVMaxBound": { + "Name": "UVMaxBound", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "UVMinBound": { + "Name": "UVMinBound", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Archivable": { + "Bool": true + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "HistoryId": { + "UniqueId": "00000000000000000000000000000000" + }, + "ReferenceCageMeshContent": { + "Content": "None" + }, + "Sandboxed": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "UVMaxBound": { + "Vector2": [ + null, + null + ] + }, + "UVMinBound": { + "Vector2": [ + null, + null + ] + }, + "UniqueId": { + "UniqueId": "00000000000000000000000000000000" + } + } } }, "Enums": { @@ -81810,6 +88037,16 @@ "Never": 1 } }, + "AdornShading": { + "name": "AdornShading", + "items": { + "AlwaysOnTop": 4, + "Default": 0, + "Shaded": 1, + "XRay": 2, + "XRayShaded": 3 + } + }, "AlignType": { "name": "AlignType", "items": { @@ -81930,6 +88167,14 @@ "Enabled": 2 } }, + "AnnotationChannelContentPreference": { + "name": "AnnotationChannelContentPreference", + "items": { + "All": 1, + "None": 0, + "Unknown": 2 + } + }, "AnnotationEditingMode": { "name": "AnnotationEditingMode", "items": { @@ -81938,6 +88183,15 @@ "WritingNew": 2 } }, + "AnnotationPlaceContentPreference": { + "name": "AnnotationPlaceContentPreference", + "items": { + "All": 1, + "MentionsAndReplies": 2, + "None": 0, + "Unknown": 3 + } + }, "AnnotationRequestStatus": { "name": "AnnotationRequestStatus", "items": { @@ -81999,6 +88253,7 @@ "name": "AppUpdateStatus", "items": { "Available": 4, + "AvailableBetaProgram": 6, "AvailableBoundChannel": 5, "Failed": 2, "NotAvailable": 3, @@ -82117,6 +88372,10 @@ "Enabled": 2 } }, + "AudioCaptureMode": { + "name": "AudioCaptureMode", + "items": {} + }, "AudioChannelLayout": { "name": "AudioChannelLayout", "items": { @@ -82168,6 +88427,13 @@ "Small": 0 } }, + "AuthorityMode": { + "name": "AuthorityMode", + "items": { + "Automatic": 1, + "Server": 0 + } + }, "AutoIndentRule": { "name": "AutoIndentRule", "items": { @@ -82282,6 +88548,116 @@ "Success": 1 } }, + "AvatarSettingsAccessoryLimitMethod": { + "name": "AvatarSettingsAccessoryLimitMethod", + "items": { + "PreviewRemove": 3, + "PreviewScale": 2, + "Remove": 1, + "Scale": 0 + } + }, + "AvatarSettingsAccessoryMode": { + "name": "AvatarSettingsAccessoryMode", + "items": { + "CustomLimit": 1, + "PlayerChoice": 0 + } + }, + "AvatarSettingsAnimationClipsMode": { + "name": "AvatarSettingsAnimationClipsMode", + "items": { + "CustomClips": 1, + "PlayerChoice": 0 + } + }, + "AvatarSettingsAnimationPacksMode": { + "name": "AvatarSettingsAnimationPacksMode", + "items": { + "PlayerChoice": 0, + "StandardR15": 1, + "StandardR6": 2 + } + }, + "AvatarSettingsAppearanceMode": { + "name": "AvatarSettingsAppearanceMode", + "items": { + "CustomBody": 2, + "CustomParts": 1, + "PlayerChoice": 0 + } + }, + "AvatarSettingsBuildMode": { + "name": "AvatarSettingsBuildMode", + "items": { + "CustomBuild": 1, + "PlayerChoice": 0 + } + }, + "AvatarSettingsClothingMode": { + "name": "AvatarSettingsClothingMode", + "items": { + "CustomLimit": 1, + "PlayerChoice": 0 + } + }, + "AvatarSettingsCollisionMode": { + "name": "AvatarSettingsCollisionMode", + "items": { + "Default": 0, + "Legacy": 2, + "SingleCollider": 1 + } + }, + "AvatarSettingsCustomAccessoryMode": { + "name": "AvatarSettingsCustomAccessoryMode", + "items": { + "CustomAccessories": 1, + "PlayerChoice": 0 + } + }, + "AvatarSettingsCustomBodyType": { + "name": "AvatarSettingsCustomBodyType", + "items": { + "AvatarReference": 0, + "BundleId": 1 + } + }, + "AvatarSettingsCustomClothingMode": { + "name": "AvatarSettingsCustomClothingMode", + "items": { + "CustomClothing": 1, + "PlayerChoice": 0 + } + }, + "AvatarSettingsHitAndTouchDetectionMode": { + "name": "AvatarSettingsHitAndTouchDetectionMode", + "items": { + "UseCollider": 1, + "UseParts": 0 + } + }, + "AvatarSettingsJumpMode": { + "name": "AvatarSettingsJumpMode", + "items": { + "JumpHeight": 0, + "JumpPower": 1 + } + }, + "AvatarSettingsLegacyCollisionMode": { + "name": "AvatarSettingsLegacyCollisionMode", + "items": { + "InnerBoxColliders": 1, + "R6Colliders": 0 + } + }, + "AvatarSettingsScaleMode": { + "name": "AvatarSettingsScaleMode", + "items": { + "CustomScale": 1, + "PlayerChoice": 0 + } + }, "AvatarThumbnailCustomizationType": { "name": "AvatarThumbnailCustomizationType", "items": { @@ -82364,6 +88740,14 @@ "Outline": 0 } }, + "BorderStrokePosition": { + "name": "BorderStrokePosition", + "items": { + "Center": 1, + "Inner": 2, + "Outer": 0 + } + }, "BreakReason": { "name": "BreakReason", "items": { @@ -82458,6 +88842,19 @@ "Watch": 2 } }, + "CaptureGalleryPermission": { + "name": "CaptureGalleryPermission", + "items": { + "ReadAndUpload": 0 + } + }, + "CaptureType": { + "name": "CaptureType", + "items": { + "Screenshot": 1, + "Video": 2 + } + }, "CatalogCategoryFilter": { "name": "CatalogCategoryFilter", "items": { @@ -82751,8 +89148,12 @@ "ConnectionError": { "name": "ConnectionError", "items": { + "AlreadyConnected": 3, "AndroidAnticheatKick": 304, "AndroidEmulatorKick": 305, + "AndroidRootedKick": 306, + "ConnectErrors": 2, + "ConnectionBanned": 5, "DisconnectBadhash": 257, "DisconnectBlockedIP": 282, "DisconnectBySecurityPolicy": 281, @@ -82788,12 +89189,18 @@ "DisconnectSendPacketError": 262, "DisconnectTimeout": 266, "DisconnectWrongVersion": 280, + "DisconnectionNotification": 308, + "IPRecentlyConnected": 8, + "IncompatibleProtocolVersion": 7, + "InvalidPassword": 6, "NetworkInternal": 296, "NetworkMisbehavior": 299, "NetworkSecurity": 300, "NetworkSend": 297, "NetworkTimeout": 298, + "NoFreeIncomingConnections": 4, "OK": 0, + "OurSystemRequiresSecurity": 9, "PhantomFreeze": 303, "PlacelaunchCreatorBan": 600, "PlacelaunchCustomMessage": 610, @@ -82815,6 +89222,8 @@ "PlayerRemoved": 291, "ReplacementReady": 301, "ReplicatorTimeout": 290, + "ScreentimeLockoutKick": 307, + "SecurityKeyMismatch": 10, "ServerEmpty": 302, "ServerShutdown": 288, "TeleportErrors": 768, @@ -82840,6 +89249,7 @@ "items": { "None": 0, "Object": 2, + "Opaque": 3, "Uri": 1 } }, @@ -83044,10 +89454,12 @@ "name": "DeveloperMemoryTag", "items": { "Animation": 22, + "BaseParts": 7, "GeometryCSG": 24, "GraphicsMeshParts": 10, "GraphicsParticles": 11, "GraphicsParts": 12, + "GraphicsSlimModels": 25, "GraphicsSolidModels": 8, "GraphicsSpatialHash": 13, "GraphicsTerrain": 14, @@ -83060,7 +89472,6 @@ "LuaHeap": 4, "Navigation": 23, "PhysicsCollision": 6, - "PhysicsParts": 7, "Script": 5, "Signals": 3, "Sounds": 17, @@ -83124,6 +89535,14 @@ "Neutral": 0 } }, + "DisplaySize": { + "name": "DisplaySize", + "items": { + "Large": 2, + "Medium": 1, + "Small": 0 + } + }, "DominantAxis": { "name": "DominantAxis", "items": { @@ -83251,6 +89670,30 @@ "DefaultScope": 0 } }, + "ExperienceStateRecordingLoadMode": { + "name": "ExperienceStateRecordingLoadMode", + "items": { + "ContiguousSlice": 1, + "NewReplay": 0, + "NoncontiguousSlice": 2 + } + }, + "ExperienceStateRecordingLoadSourceType": { + "name": "ExperienceStateRecordingLoadSourceType", + "items": { + "File": 1, + "S3Url": 0 + } + }, + "ExperienceStateRecordingPlaybackMode": { + "name": "ExperienceStateRecordingPlaybackMode", + "items": { + "Playing": 2, + "Rewinding": 3, + "Stopped": 1, + "Undefined": 0 + } + }, "ExplosionType": { "name": "ExplosionType", "items": { @@ -83339,15 +89782,11 @@ "UpperLipSuck": 10 } }, - "FeedRankingScoreType": { - "name": "FeedRankingScoreType", + "FeatureRestrictionAbuseVector": { + "name": "FeatureRestrictionAbuseVector", "items": { - "Content": 0, - "Final": 1, - "GameJoin": 2, - "Interaction": 3, - "Invalid": 4, - "Sharing": 5 + "Communication": 1, + "ExperienceChat": 0 } }, "FieldOfViewMode": { @@ -83676,6 +90115,14 @@ "PlayerNameplates": 2 } }, + "HandRigDescriptionSide": { + "name": "HandRigDescriptionSide", + "items": { + "Left": 1, + "None": 0, + "Right": 2 + } + }, "HandlesStyle": { "name": "HandlesStyle", "items": { @@ -83751,12 +90198,15 @@ "items": { "Aborted": 9, "ConnectFail": 3, + "ConnectionClosed": 13, + "CreatorEnvironmentsNotSupportedByService": 15, "DnsResolve": 2, "InvalidRedirect": 7, "InvalidUrl": 1, "NetFail": 8, "OK": 0, "OutOfMemory": 4, + "ServerProtocolError": 14, "SslConnectFail": 10, "SslVerificationFail": 11, "TimedOut": 5, @@ -83915,8 +90365,10 @@ "name": "InputActionType", "items": { "Bool": 0, + "Direction1D": 1, "Direction2D": 2, - "Float": 1 + "Direction3D": 3, + "ViewportPosition": 4 } }, "InputType": { @@ -84083,6 +90535,7 @@ "MouseLeftButton": 1018, "MouseMiddleButton": 1020, "MouseNoButton": 1022, + "MousePosition": 1025, "MouseRightButton": 1019, "MouseX": 1023, "MouseY": 1024, @@ -84386,6 +90839,14 @@ "ObjectPosition": 2 } }, + "LuauTypeCheckMode": { + "name": "LuauTypeCheckMode", + "items": { + "NoCheck": 0, + "Nonstrict": 1, + "Strict": 2 + } + }, "MarketplaceBulkPurchasePromptStatus": { "name": "MarketplaceBulkPurchasePromptStatus", "items": { @@ -84643,6 +91104,14 @@ "OccludeAll": 2 } }, + "NegateOperationHiddenHistory": { + "name": "NegateOperationHiddenHistory", + "items": { + "NegatedIntersection": 2, + "NegatedUnion": 1, + "None": 0 + } + }, "NetworkOwnership": { "name": "NetworkOwnership", "items": { @@ -84713,7 +91182,8 @@ "items": { "All": 1, "Avatar": 2, - "DynamicHead": 3 + "DynamicHead": 3, + "Shoes": 4 } }, "OutputLayoutMode": { @@ -84779,6 +91249,7 @@ "ParticleFlipbookLayout": { "name": "ParticleFlipbookLayout", "items": { + "Custom": 4, "Grid2x2": 1, "Grid4x4": 2, "Grid8x8": 3, @@ -84838,6 +91309,22 @@ "Enabled": 2 } }, + "PeoplePageLayout": { + "name": "PeoplePageLayout", + "items": { + "Card": 0, + "List": 1 + } + }, + "PerformanceOverlayMode": { + "name": "PerformanceOverlayMode", + "items": { + "Decals": 2, + "Lights": 3, + "Overdraw": 0, + "Transparent": 1 + } + }, "PermissionLevelShown": { "name": "PermissionLevelShown", "items": { @@ -84864,6 +91351,23 @@ "Fixed": 1 } }, + "PlaceContentPreference": { + "name": "PlaceContentPreference", + "items": { + "All": 1, + "MentionsAndReplies": 2, + "None": 0, + "Unknown": 3 + } + }, + "PlacePublishType": { + "name": "PlacePublishType", + "items": { + "None": 0, + "Publish": 1, + "Save": 2 + } + }, "Platform": { "name": "Platform", "items": { @@ -84945,6 +91449,14 @@ "Kick": 2 } }, + "PlayerExitReason": { + "name": "PlayerExitReason", + "items": { + "CreatorKick": 2, + "PlatformKick": 1, + "Unknown": 0 + } + }, "PoseEasingDirection": { "name": "PoseEasingDirection", "items": { @@ -84971,6 +91483,31 @@ "TwoAttachment": 1 } }, + "PredictionMode": { + "name": "PredictionMode", + "items": { + "Automatic": 0, + "Off": 2, + "On": 1 + } + }, + "PredictionState": { + "name": "PredictionState", + "items": { + "Idle": 0, + "Resimulating": 3, + "RollingBack": 2, + "Simulating": 1 + } + }, + "PreferredInput": { + "name": "PreferredInput", + "items": { + "Gamepad": 1, + "KeyboardAndMouse": 0, + "Touch": 2 + } + }, "PreferredTextSize": { "name": "PreferredTextSize", "items": { @@ -85036,10 +91573,14 @@ "PromptCreateAssetResult": { "name": "PromptCreateAssetResult", "items": { + "ModeratedName": 8, "NoUserInput": 5, "PermissionDenied": 2, + "PurchaseFailure": 9, "Success": 1, "Timeout": 3, + "TokenInvalid": 10, + "UGCValidationFailed": 7, "UnknownFailure": 6, "UploadFailed": 4 } @@ -85061,6 +91602,14 @@ "UploadFailed": 4 } }, + "PromptLinkSharingResult": { + "name": "PromptLinkSharingResult", + "items": { + "InvalidLaunchData": 3, + "PlayerLeft": 2, + "Success": 1 + } + }, "PromptPublishAssetResult": { "name": "PromptPublishAssetResult", "items": { @@ -85144,6 +91693,55 @@ "Include": 1 } }, + "ReadCapturesFromGalleryResult": { + "name": "ReadCapturesFromGalleryResult", + "items": { + "NeedPermission": 1, + "Success": 0 + } + }, + "RecommendationActionType": { + "name": "RecommendationActionType", + "items": { + "AddReaction": 0, + "Comment": 4, + "Play": 5, + "Purchase": 6, + "RemoveReaction": 1, + "Report": 3, + "Share": 2 + } + }, + "RecommendationDepartureIntent": { + "name": "RecommendationDepartureIntent", + "items": { + "Negative": 2, + "Neutral": 0, + "Positive": 1 + } + }, + "RecommendationImpressionType": { + "name": "RecommendationImpressionType", + "items": { + "NotViewable": 1, + "View": 0 + } + }, + "RecommendationItemContentType": { + "name": "RecommendationItemContentType", + "items": { + "Dynamic": 1, + "Interactive": 2, + "Static": 0 + } + }, + "RecommendationItemVisibility": { + "name": "RecommendationItemVisibility", + "items": { + "Private": 0, + "Public": 1 + } + }, "RejectCharacterDeletions": { "name": "RejectCharacterDeletions", "items": { @@ -85324,6 +91922,14 @@ "MovementRelative": 0 } }, + "RsvpStatus": { + "name": "RsvpStatus", + "items": { + "Going": 1, + "None": 0, + "NotGoing": 2 + } + }, "RtlTextSupport": { "name": "RtlTextSupport", "items": { @@ -85688,6 +92294,13 @@ "Disabled": 1 } }, + "StrokeSizingMode": { + "name": "StrokeSizingMode", + "items": { + "FixedSize": 0, + "ScaledSize": 1 + } + }, "StudioCloseMode": { "name": "StudioCloseMode", "items": { @@ -86029,9 +92642,10 @@ "TeamCreateErrorState": { "name": "TeamCreateErrorState", "items": { - "NoError": 2, + "NoError": 3, "PlaceSizeApproachingLimit": 1, - "PlaceSizeTooLarge": 0 + "PlaceSizeTooLarge": 0, + "PlaceUploadFailing": 2 } }, "Technology": { @@ -86467,6 +93081,26 @@ "UiMessageInfo": 1 } }, + "UpdateState": { + "name": "UpdateState", + "items": { + "UpdateAvailable": 1, + "UpdateFailed": 4, + "UpdateInProgress": 2, + "UpdateNotAvailable": 0, + "UpdateReady": 3 + } + }, + "UploadCaptureResult": { + "name": "UploadCaptureResult", + "items": { + "CaptureModerated": 2, + "CaptureNotInGallery": 3, + "IneligibleCapture": 4, + "NeedPermission": 1, + "Success": 0 + } + }, "UsageContext": { "name": "UsageContext", "items": { @@ -86627,6 +93261,25 @@ "Small": 1 } }, + "VideoCaptureResult": { + "name": "VideoCaptureResult", + "items": { + "OtherError": 1, + "ScreenSizeChanged": 2, + "Success": 0, + "TimeLimitReached": 3 + } + }, + "VideoCaptureStartedResult": { + "name": "VideoCaptureStartedResult", + "items": { + "CapturingAlready": 2, + "NoDeviceSupport": 3, + "NoSpaceOnDevice": 4, + "OtherError": 1, + "Success": 0 + } + }, "VideoDeviceCaptureQuality": { "name": "VideoDeviceCaptureQuality", "items": { @@ -86704,6 +93357,20 @@ "Leaving": 4 } }, + "VoiceClientLeaveReasons": { + "name": "VoiceClientLeaveReasons", + "items": { + "ClientNetworkDisconnected": 1, + "ClientShutdown": 3, + "ImguiDebugLeave": 7, + "LuaInitiated": 8, + "PlayerLeft": 2, + "PublishFailed": 4, + "RejoinReceived": 5, + "Unknown": 0, + "VoiceReboot": 6 + } + }, "VoiceControlPath": { "name": "VoiceControlPath", "items": { @@ -86750,6 +93417,22 @@ "Open": 1 } }, + "WebStreamClientState": { + "name": "WebStreamClientState", + "items": { + "Closed": 3, + "Connecting": 0, + "Error": 2, + "Open": 1 + } + }, + "WebStreamClientType": { + "name": "WebStreamClientType", + "items": { + "RawStream": 1, + "SSE": 0 + } + }, "WeldConstraintPreserve": { "name": "WeldConstraintPreserve", "items": { @@ -86787,6 +93470,7 @@ "LayerCageFittedToPrev": 13, "None": 0, "OuterCage": 6, + "PreWrapDeformerOuterCage": 14, "Rbf": 5, "Reference": 4, "ReferenceMeshAfterMorph": 7 @@ -86797,6 +93481,7 @@ "items": { "None": 0, "OuterCageDetail": 8, + "PreWrapDeformerCage": 9, "Rbf": 7, "TargetCageCompressed": 2, "TargetCageInterface": 3, diff --git a/src/resolution.rs b/src/resolution.rs index 73ae3676..cb6bd057 100644 --- a/src/resolution.rs +++ b/src/resolution.rs @@ -62,7 +62,7 @@ impl AmbiguousValue { match &property.data_type { DataType::Enum(enum_name) => { - let database = rbx_reflection_database::get(); + let database = rbx_reflection_database::get().unwrap(); let enum_descriptor = database.enums.get(enum_name).ok_or_else(|| { format_err!("Unknown enum {}. This is a Rojo bug!", enum_name) @@ -203,7 +203,7 @@ fn find_descriptor( class_name: &str, prop_name: &str, ) -> Option<&'static PropertyDescriptor<'static>> { - let database = rbx_reflection_database::get(); + let database = rbx_reflection_database::get().unwrap(); let mut current_class_name = class_name; loop { diff --git a/src/snapshot_middleware/lua.rs b/src/snapshot_middleware/lua.rs index bea6f043..c4174cf0 100644 --- a/src/snapshot_middleware/lua.rs +++ b/src/snapshot_middleware/lua.rs @@ -31,6 +31,7 @@ pub fn snapshot_lua( script_type: ScriptType, ) -> anyhow::Result> { let run_context_enums = &rbx_reflection_database::get() + .unwrap() .enums .get("RunContext") .expect("Unable to get RunContext enums!") diff --git a/src/snapshot_middleware/project.rs b/src/snapshot_middleware/project.rs index 819e57b3..7d951f86 100644 --- a/src/snapshot_middleware/project.rs +++ b/src/snapshot_middleware/project.rs @@ -313,7 +313,7 @@ fn infer_class_name(name: &str, parent_class: Option<&str>) -> Option { // Members of DataModel with names that match known services are // probably supposed to be those services. - let descriptor = rbx_reflection_database::get().classes.get(name)?; + let descriptor = rbx_reflection_database::get().unwrap().classes.get(name)?; if descriptor.tags.contains(&ClassTag::Service) { return Some(ustr(name));