From 2377f41036b3090b9c6bdf99933921413e064c68 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 2 Jul 2021 16:04:43 -0400 Subject: [PATCH] Update to latest rbx-dom 2.0 dependencies, including Lua --- Cargo.lock | 304 +- Cargo.toml | 10 +- plugin/rbx_dom_lua/EncodedValue.lua | 11 +- plugin/rbx_dom_lua/allValues.json | 129 +- plugin/rbx_dom_lua/database.json | 9583 +++++++++++---------------- 5 files changed, 4019 insertions(+), 6018 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feea5f5a..b8a783ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "addr2line" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a" +checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a" dependencies = [ "gimli", ] @@ -35,9 +35,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "arrayref" @@ -76,9 +76,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "backtrace" -version = "0.3.59" +version = "0.3.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744" +checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282" dependencies = [ "addr2line", "cc", @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.6.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" +checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" [[package]] name = "byte-tools" @@ -198,18 +198,18 @@ dependencies = [ [[package]] name = "cast" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc38c385bfd7e444464011bb24820f40dd1c76bcdfa1b78611cb7c2e5cafab75" +checksum = "57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374" dependencies = [ - "rustc_version", + "rustc_version 0.3.3", ] [[package]] name = "cc" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" +checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" [[package]] name = "cfg-if" @@ -330,7 +330,7 @@ dependencies = [ "clap", "criterion-plot", "csv", - "itertools 0.10.0", + "itertools 0.10.1", "lazy_static", "num-traits", "oorandom", @@ -372,7 +372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" dependencies = [ "cfg-if 1.0.0", - "crossbeam-utils 0.8.4", + "crossbeam-utils 0.8.5", ] [[package]] @@ -393,8 +393,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" dependencies = [ "cfg-if 1.0.0", - "crossbeam-epoch 0.9.4", - "crossbeam-utils 0.8.4", + "crossbeam-epoch 0.9.5", + "crossbeam-utils 0.8.5", ] [[package]] @@ -414,14 +414,14 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94" +checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" dependencies = [ "cfg-if 1.0.0", - "crossbeam-utils 0.8.4", + "crossbeam-utils 0.8.5", "lazy_static", - "memoffset 0.6.3", + "memoffset 0.6.4", "scopeguard", ] @@ -449,11 +449,10 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278" +checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" dependencies = [ - "autocfg 1.0.1", "cfg-if 1.0.0", "lazy_static", ] @@ -592,7 +591,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", "synstructure", @@ -612,7 +611,7 @@ checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.2.8", + "redox_syscall 0.2.9", "winapi 0.3.9", ] @@ -744,9 +743,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" +checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" dependencies = [ "cfg-if 1.0.0", "libc", @@ -761,9 +760,9 @@ checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" [[package]] name = "globset" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a" +checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd" dependencies = [ "aho-corasick", "bstr", @@ -798,24 +797,24 @@ checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3" [[package]] name = "hashbrown" -version = "0.9.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "heck" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" dependencies = [ "unicode-segmentation", ] [[package]] name = "hermit-abi" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" dependencies = [ "libc", ] @@ -881,7 +880,7 @@ dependencies = [ "itoa", "log", "net2", - "rustc_version", + "rustc_version 0.2.3", "time", "tokio", "tokio-buf", @@ -931,9 +930,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.6.2" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" +checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" dependencies = [ "autocfg 1.0.1", "hashbrown", @@ -996,9 +995,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" dependencies = [ "either", ] @@ -1048,9 +1047,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.94" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6" [[package]] name = "linked-hash-map" @@ -1131,9 +1130,9 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d" +checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" dependencies = [ "autocfg 1.0.1", ] @@ -1296,15 +1295,18 @@ dependencies = [ [[package]] name = "object" -version = "0.24.0" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" +checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7" +dependencies = [ + "memchr", +] [[package]] name = "once_cell" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" +checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" [[package]] name = "oorandom" @@ -1329,9 +1331,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.34" +version = "0.10.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8" +checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885" dependencies = [ "bitflags", "cfg-if 1.0.0", @@ -1349,9 +1351,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "openssl-sys" -version = "0.9.63" +version = "0.9.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98" +checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d" dependencies = [ "autocfg 1.0.1", "cc", @@ -1377,7 +1379,7 @@ checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" dependencies = [ "lock_api", "parking_lot_core", - "rustc_version", + "rustc_version 0.2.3", ] [[package]] @@ -1390,7 +1392,7 @@ dependencies = [ "cloudabi", "libc", "redox_syscall 0.1.57", - "rustc_version", + "rustc_version 0.2.3", "smallvec", "winapi 0.3.9", ] @@ -1453,7 +1455,7 @@ checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" dependencies = [ "pest", "pest_meta", - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", ] @@ -1477,9 +1479,9 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "plotters" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a" +checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a" dependencies = [ "num-traits", "plotters-backend", @@ -1490,15 +1492,15 @@ dependencies = [ [[package]] name = "plotters-backend" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590" +checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c" [[package]] name = "plotters-svg" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211" +checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9" dependencies = [ "plotters-backend", ] @@ -1528,7 +1530,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", "version_check", @@ -1540,7 +1542,7 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "version_check", ] @@ -1568,9 +1570,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" +checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" dependencies = [ "unicode-xid 0.2.2", ] @@ -1606,7 +1608,7 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", ] [[package]] @@ -1643,14 +1645,14 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" +checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" dependencies = [ "libc", - "rand_chacha 0.3.0", - "rand_core 0.6.2", - "rand_hc 0.3.0", + "rand_chacha 0.3.1", + "rand_core 0.6.3", + "rand_hc 0.3.1", ] [[package]] @@ -1675,12 +1677,12 @@ dependencies = [ [[package]] name = "rand_chacha" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.2", + "rand_core 0.6.3", ] [[package]] @@ -1709,11 +1711,11 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" +checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom 0.2.2", + "getrandom 0.2.3", ] [[package]] @@ -1736,11 +1738,11 @@ dependencies = [ [[package]] name = "rand_hc" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" dependencies = [ - "rand_core 0.6.2", + "rand_core 0.6.3", ] [[package]] @@ -1798,9 +1800,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" +checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" dependencies = [ "autocfg 1.0.1", "crossbeam-deque 0.8.0", @@ -1810,22 +1812,22 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" +checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" dependencies = [ "crossbeam-channel 0.5.1", "crossbeam-deque 0.8.0", - "crossbeam-utils 0.8.4", + "crossbeam-utils 0.8.5", "lazy_static", "num_cpus", ] [[package]] name = "rbx_binary" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0d35abcd708d9db72594ec79f0740233d90783afc20104706e0215881f4d79" +checksum = "032bfc7b1c68c00c003be8529b68e21ef24ecc6be49a6e765f01275648d8a772" dependencies = [ "log", "lz4", @@ -1837,9 +1839,9 @@ dependencies = [ [[package]] name = "rbx_dom_weak" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04a2953af06e505bfa8db053e658907a8450448d42920851aea0707f39bf58f7" +checksum = "d9fd3820420f2b69c1c359528fc21ce9db9ac198ffa130f2da0f7ad1d6797670" dependencies = [ "rbx_types", "serde", @@ -1847,9 +1849,9 @@ dependencies = [ [[package]] name = "rbx_reflection" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b25f6125c1e721194180ce2237218a346e553b85175f4caeb688fa8926cd687" +checksum = "5348f0072bca81d514808002a6464cb842128b48c36e2e8b07cd6d490eb12c82" dependencies = [ "rbx_types", "serde", @@ -1857,9 +1859,9 @@ dependencies = [ [[package]] name = "rbx_reflection_database" -version = "0.2.0+roblox-478" +version = "0.2.1+roblox-484" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9be227705c074a7741718a1b89a4970201634bf26fe48876a42b5fd0965d4f44" +checksum = "d82fd952a01a86f1e6e182e1bc5f31bead251b37c4200f3ac3ff0d5e0a49d5d7" dependencies = [ "lazy_static", "rbx_reflection", @@ -1869,9 +1871,9 @@ dependencies = [ [[package]] name = "rbx_types" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ca80f18e1d5c2f1c29835c4be0af0e94ed7459fbb1196ec7b2343ab9bf7db00" +checksum = "356392c22d20830a73601676dd81922236c2413a209ea9bcb974e22f8c280586" dependencies = [ "base64 0.11.0", "bitflags", @@ -1883,9 +1885,9 @@ dependencies = [ [[package]] name = "rbx_xml" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e9a2ae17228c75672da28f9ddf896331eaf364c0aacf60bfacc17828a4cce2" +checksum = "e8b52c5cdcd446dfb29cb534c58679868ddfa2c5f97d33ef8e32e72799895f63" dependencies = [ "base64 0.11.0", "log", @@ -1912,9 +1914,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "redox_syscall" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc" +checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee" dependencies = [ "bitflags", ] @@ -1925,8 +1927,8 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.2", - "redox_syscall 0.2.8", + "getrandom 0.2.3", + "redox_syscall 0.2.9", ] [[package]] @@ -1942,12 +1944,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" -dependencies = [ - "byteorder", -] +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" [[package]] name = "regex-syntax" @@ -2126,9 +2125,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce" +checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" [[package]] name = "rustc_version" @@ -2136,7 +2135,16 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" dependencies = [ - "semver", + "semver 0.9.0", +] + +[[package]] +name = "rustc_version" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" +dependencies = [ + "semver 0.11.0", ] [[package]] @@ -2172,9 +2180,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "security-framework" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84" +checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" dependencies = [ "bitflags", "core-foundation", @@ -2185,9 +2193,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339" +checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" dependencies = [ "core-foundation-sys", "libc", @@ -2199,7 +2207,16 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" dependencies = [ - "semver-parser", + "semver-parser 0.7.0", +] + +[[package]] +name = "semver" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" +dependencies = [ + "semver-parser 0.10.2", ] [[package]] @@ -2208,6 +2225,15 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +[[package]] +name = "semver-parser" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" +dependencies = [ + "pest", +] + [[package]] name = "serde" version = "1.0.126" @@ -2233,7 +2259,7 @@ version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", ] @@ -2349,7 +2375,7 @@ checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" dependencies = [ "heck", "proc-macro-error", - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", ] @@ -2362,11 +2388,11 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "syn" -version = "1.0.72" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82" +checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "unicode-xid 0.2.2", ] @@ -2377,7 +2403,7 @@ version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", "unicode-xid 0.2.2", @@ -2391,8 +2417,8 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if 1.0.0", "libc", - "rand 0.8.3", - "redox_syscall 0.2.8", + "rand 0.8.4", + "redox_syscall 0.2.9", "remove_dir_all", "winapi 0.3.9", ] @@ -2408,9 +2434,9 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406" +checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" dependencies = [ "libc", "winapi 0.3.9", @@ -2427,20 +2453,20 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" +checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" +checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", ] @@ -2720,18 +2746,18 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" +checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" +checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" [[package]] name = "unicode-width" @@ -2789,15 +2815,15 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom 0.2.2", + "getrandom 0.2.3", "serde", ] [[package]] name = "vcpkg" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vec_map" @@ -2864,7 +2890,7 @@ dependencies = [ "bumpalo", "lazy_static", "log", - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", "wasm-bindgen-shared", @@ -2886,7 +2912,7 @@ version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97" dependencies = [ - "proc-macro2 1.0.26", + "proc-macro2 1.0.27", "quote 1.0.9", "syn", "wasm-bindgen-backend", diff --git a/Cargo.toml b/Cargo.toml index b33239c2..46c64ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,11 +54,11 @@ memofs = { version = "0.1.2", path = "memofs" } # rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" } # rbx_xml = { path = "../rbx-dom/rbx_xml" } -rbx_binary = "0.6.0" -rbx_dom_weak = "2.0.0" -rbx_reflection = "4.0.0" -rbx_reflection_database = "0.2.0" -rbx_xml = "0.12.0" +rbx_binary = "0.6.1" +rbx_dom_weak = "2.1.0" +rbx_reflection = "4.1.0" +rbx_reflection_database = "0.2.1" +rbx_xml = "0.12.1" anyhow = "1.0.27" backtrace = "0.3" diff --git a/plugin/rbx_dom_lua/EncodedValue.lua b/plugin/rbx_dom_lua/EncodedValue.lua index 317f34f0..56741a0a 100644 --- a/plugin/rbx_dom_lua/EncodedValue.lua +++ b/plugin/rbx_dom_lua/EncodedValue.lua @@ -431,12 +431,14 @@ types = { local EncodedValue = {} function EncodedValue.decode(encodedValue) - local typeImpl = types[encodedValue.Type] + local ty, value = next(encodedValue) + + local typeImpl = types[ty] if typeImpl == nil then - return false, "Couldn't decode value " .. tostring(encodedValue.Type) + return false, "Couldn't decode value " .. tostring(ty) end - return true, typeImpl.fromPod(encodedValue.Value) + return true, typeImpl.fromPod(value) end function EncodedValue.encode(rbxValue, propertyType) @@ -448,8 +450,7 @@ function EncodedValue.encode(rbxValue, propertyType) end return true, { - Type = propertyType, - Value = typeImpl.toPod(rbxValue), + [propertyType] = typeImpl.toPod(rbxValue), } end diff --git a/plugin/rbx_dom_lua/allValues.json b/plugin/rbx_dom_lua/allValues.json index c7df28c4..c577f8f7 100644 --- a/plugin/rbx_dom_lua/allValues.json +++ b/plugin/rbx_dom_lua/allValues.json @@ -1,8 +1,7 @@ { "Axes": { "value": { - "Type": "Axes", - "Value": [ + "Axes": [ "X", "Y", "Z" @@ -12,35 +11,31 @@ }, "BinaryString": { "value": { - "Type": "BinaryString", - "Value": "SGVsbG8h" + "BinaryString": "SGVsbG8h" }, "ty": "BinaryString" }, "Bool": { "value": { - "Type": "Bool", - "Value": true + "Bool": true }, "ty": "Bool" }, "BrickColor": { "value": { - "Type": "BrickColor", - "Value": 1004 + "BrickColor": 1004 }, "ty": "BrickColor" }, "CFrame": { "value": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 1.0, 2.0, 3.0 ], - "Orientation": [ + "orientation": [ [ 4.0, 5.0, @@ -63,8 +58,7 @@ }, "Color3": { "value": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 2.0, 3.0 @@ -74,8 +68,7 @@ }, "Color3uint8": { "value": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 0, 128, 255 @@ -85,20 +78,19 @@ }, "ColorSequence": { "value": { - "Type": "ColorSequence", - "Value": { - "Keypoints": [ + "ColorSequence": { + "keypoints": [ { - "Time": 0.0, - "Color": [ + "time": 0.0, + "color": [ 1.0, 1.0, 0.5 ] }, { - "Time": 1.0, - "Color": [ + "time": 1.0, + "color": [ 0.0, 0.0, 0.0 @@ -111,22 +103,19 @@ }, "Content": { "value": { - "Type": "Content", - "Value": "rbxassetid://12345" + "Content": "rbxassetid://12345" }, "ty": "Content" }, "Enum": { "value": { - "Type": "Enum", - "Value": 1234 + "Enum": 1234 }, "ty": "Enum" }, "Faces": { "value": { - "Type": "Faces", - "Value": [ + "Faces": [ "Right", "Top", "Back", @@ -139,36 +128,31 @@ }, "Float32": { "value": { - "Type": "Float32", - "Value": 15.0 + "Float32": 15.0 }, "ty": "Float32" }, "Float64": { "value": { - "Type": "Float64", - "Value": 15123.0 + "Float64": 15123.0 }, "ty": "Float64" }, "Int32": { "value": { - "Type": "Int32", - "Value": 6014 + "Int32": 6014 }, "ty": "Int32" }, "Int64": { "value": { - "Type": "Int64", - "Value": 23491023 + "Int64": 23491023 }, "ty": "Int64" }, "NumberRange": { "value": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ -36.0, 94.0 ] @@ -177,18 +161,17 @@ }, "NumberSequence": { "value": { - "Type": "NumberSequence", - "Value": { - "Keypoints": [ + "NumberSequence": { + "keypoints": [ { - "Time": 0.0, - "Value": 5.0, - "Envelope": 2.0 + "time": 0.0, + "value": 5.0, + "envelope": 2.0 }, { - "Time": 1.0, - "Value": 22.0, - "Envelope": 0.0 + "time": 1.0, + "value": 22.0, + "envelope": 0.0 } ] } @@ -197,34 +180,31 @@ }, "PhysicalProperties-Custom": { "value": { - "Type": "PhysicalProperties", - "Value": { - "Density": 0.5, - "Friction": 1.0, - "Elasticity": 0.0, - "FrictionWeight": 50.0, - "ElasticityWeight": 25.0 + "PhysicalProperties": { + "density": 0.5, + "friction": 1.0, + "elasticity": 0.0, + "frictionWeight": 50.0, + "elasticityWeight": 25.0 } }, "ty": "PhysicalProperties" }, "PhysicalProperties-Default": { "value": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "ty": "PhysicalProperties" }, "Ray": { "value": { - "Type": "Ray", - "Value": { - "Origin": [ + "Ray": { + "origin": [ 1.0, 2.0, 3.0 ], - "Direction": [ + "direction": [ 4.0, 5.0, 6.0 @@ -235,8 +215,7 @@ }, "Rect": { "value": { - "Type": "Rect", - "Value": [ + "Rect": [ [ 0.0, 5.0 @@ -251,8 +230,7 @@ }, "Region3int16": { "value": { - "Type": "Region3int16", - "Value": [ + "Region3int16": [ [ -10, -5, @@ -269,15 +247,13 @@ }, "String": { "value": { - "Type": "String", - "Value": "Hello, world!" + "String": "Hello, world!" }, "ty": "String" }, "UDim": { "value": { - "Type": "UDim", - "Value": [ + "UDim": [ 1.0, 32 ] @@ -286,8 +262,7 @@ }, "UDim2": { "value": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ -1.0, 100 @@ -302,8 +277,7 @@ }, "Vector2": { "value": { - "Type": "Vector2", - "Value": [ + "Vector2": [ -50.0, 50.0 ] @@ -312,8 +286,7 @@ }, "Vector2int16": { "value": { - "Type": "Vector2int16", - "Value": [ + "Vector2int16": [ -300, 300 ] @@ -322,8 +295,7 @@ }, "Vector3": { "value": { - "Type": "Vector3", - "Value": [ + "Vector3": [ -300.0, 0.0, 1500.0 @@ -333,8 +305,7 @@ }, "Vector3int16": { "value": { - "Type": "Vector3int16", - "Value": [ + "Vector3int16": [ 60, 37, -450 diff --git a/plugin/rbx_dom_lua/database.json b/plugin/rbx_dom_lua/database.json index 072fae51..d9e263d7 100644 --- a/plugin/rbx_dom_lua/database.json +++ b/plugin/rbx_dom_lua/database.json @@ -1,9 +1,9 @@ { "Version": [ 0, - 478, - 1, - 422443 + 484, + 0, + 425477 ], "Classes": { "ABTestService": { @@ -24,14 +24,13 @@ "Properties": {}, "DefaultProperties": { "AttachmentPoint": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -51,16 +50,13 @@ } }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -145,14 +141,13 @@ }, "DefaultProperties": { "AttachmentPoint": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -172,16 +167,13 @@ } }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -192,20 +184,16 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "LevelOfDetail": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -325,56 +313,43 @@ }, "DefaultProperties": { "AlignType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 23 + "Int32": 23 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxAngularVelocity": { - "Type": "Float32", - "Value": null + "Float32": null }, "MaxTorque": { - "Type": "Float32", - "Value": 10000.0 + "Float32": 10000.0 }, "PrimaryAxisOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "ReactionTorqueEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "Responsiveness": { - "Type": "Float32", - "Value": 10.0 + "Float32": 10.0 }, "RigidityEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -464,52 +439,40 @@ }, "DefaultProperties": { "ApplyAtCenterOfMass": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 194 + "Int32": 194 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxForce": { - "Type": "Float32", - "Value": 10000.0 + "Float32": 10000.0 }, "MaxVelocity": { - "Type": "Float32", - "Value": null + "Float32": null }, "ReactionForceEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "Responsiveness": { - "Type": "Float32", - "Value": 10.0 + "Float32": 10.0 }, "RigidityEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -547,20 +510,16 @@ }, "DefaultProperties": { "ApiKey": { - "Type": "String", - "Value": "" + "String": "" }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -624,48 +583,38 @@ }, "DefaultProperties": { "AngularVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 23 + "Int32": 23 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxTorque": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ReactionTorqueEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "RelativeTo": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -690,20 +639,16 @@ }, "DefaultProperties": { "AnimationId": { - "Type": "Content", - "Value": "" + "Content": "" }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -714,16 +659,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -881,16 +823,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -937,40 +876,33 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Axes": { - "Type": "Axes", - "Value": [ + "Axes": [ "X", "Y", "Z" ] }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -996,6 +928,17 @@ "Properties": {}, "DefaultProperties": {} }, + "AssetImportService": { + "Name": "AssetImportService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "AssetManagerService": { "Name": "AssetManagerService", "Tags": [ @@ -1017,16 +960,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -1116,48 +1056,39 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.7843, 0.6667, 0.4235 ] }, "Decay": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.3608, 0.2353, 0.0549 ] }, "Density": { - "Type": "Float32", - "Value": 0.395 + "Float32": 0.395 }, "Glare": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Haze": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Offset": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -1365,18 +1296,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -1396,16 +1325,13 @@ } }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -1420,6 +1346,17 @@ "Properties": {}, "DefaultProperties": {} }, + "AvatarImportService": { + "Name": "AvatarImportService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Backpack": { "Name": "Backpack", "Tags": [], @@ -1427,16 +1364,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -1585,56 +1519,43 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 1009 + "Int32": 1009 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "LimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "Radius": { - "Type": "Float32", - "Value": 0.15 + "Float32": 0.15 }, "Restitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TwistLimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "TwistLowerAngle": { - "Type": "Float32", - "Value": -45.0 + "Float32": -45.0 }, "TwistUpperAngle": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "UpperAngle": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -1900,6 +1821,19 @@ } } }, + "CanQuery": { + "Name": "CanQuery", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CanTouch": { "Name": "CanTouch", "Scriptability": "ReadWrite", @@ -2972,24 +2906,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "ColorSequence", - "Value": { - "Keypoints": [ + "ColorSequence": { + "keypoints": [ { - "Time": 0.0, - "Color": [ + "time": 0.0, + "color": [ 1.0, 1.0, 1.0 ] }, { - "Time": 1.0, - "Color": [ + "time": 1.0, + "color": [ 1.0, 1.0, 1.0 @@ -2999,85 +2931,68 @@ } }, "CurveSize0": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "CurveSize1": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "FaceCamera": { - "Type": "Bool", - "Value": false + "Bool": false }, "LightEmission": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LightInfluence": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Segments": { - "Type": "Int32", - "Value": 10 + "Int32": 10 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Texture": { - "Type": "Content", - "Value": "" + "Content": "" }, "TextureLength": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "TextureMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TextureSpeed": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Transparency": { - "Type": "NumberSequence", - "Value": { - "Keypoints": [ + "NumberSequence": { + "keypoints": [ { - "Time": 0.0, - "Value": 0.5, - "Envelope": 0.0 + "time": 0.0, + "value": 0.5, + "envelope": 0.0 }, { - "Time": 1.0, - "Value": 0.5, - "Envelope": 0.0 + "time": 1.0, + "value": 0.5, + "envelope": 0.0 } ] } }, "Width0": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Width1": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "ZOffset": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -3136,6 +3051,19 @@ } } }, + "Brightness": { + "Name": "Brightness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ClipsDescendants": { "Name": "ClipsDescendants", "Scriptability": "ReadWrite", @@ -3324,72 +3252,60 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "Brightness": { + "Float32": 1.0 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "DistanceLowerLimit": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "DistanceStep": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "DistanceUpperLimit": { - "Type": "Float32", - "Value": -1.0 + "Float32": -1.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "ExtentsOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "ExtentsOffsetWorldSpace": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "LightInfluence": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "MaxDistance": { - "Type": "Float32", - "Value": null + "Float32": null }, "ResetOnSpawn": { - "Type": "Bool", - "Value": true + "Bool": true }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -3401,39 +3317,33 @@ ] }, "SizeOffset": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "StudsOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "StudsOffsetWorldSpace": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ZIndexBehavior": { - "Type": "Enum", - "Value": 0 + "Enum": 0 } } }, @@ -3444,16 +3354,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -3464,16 +3371,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -3484,16 +3388,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -3504,36 +3405,30 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Offset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Scale": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "VertexColor": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 @@ -3588,32 +3483,25 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Intensity": { - "Type": "Float32", - "Value": 0.4 + "Float32": 0.4 }, "Size": { - "Type": "Float32", - "Value": 24.0 + "Float32": 24.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Threshold": { - "Type": "Float32", - "Value": 0.95 + "Float32": 0.95 } } }, @@ -3638,24 +3526,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Size": { - "Type": "Float32", - "Value": 24.0 + "Float32": 24.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -3738,36 +3621,30 @@ }, "DefaultProperties": { "AngularVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 2.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MaxTorque": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4000.0, 4000.0, 4000.0 ] }, "P": { - "Type": "Float32", - "Value": 1250.0 + "Float32": 1250.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -3935,60 +3812,51 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "HeadColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.9921569, 0.9176471, 0.5529412 ] }, "LeftArmColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.9921569, 0.9176471, 0.5529412 ] }, "LeftLegColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "RightArmColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.9921569, 0.9176471, 0.5529412 ] }, "RightLegColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TorsoColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.15686275, 0.49803925, 0.2784314 @@ -4033,24 +3901,20 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Force": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 1.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -4146,18 +4010,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -4177,28 +4039,23 @@ } }, "D": { - "Type": "Float32", - "Value": 500.0 + "Float32": 500.0 }, "MaxTorque": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 400000.0, 0.0, 400000.0 ] }, "P": { - "Type": "Float32", - "Value": 3000.0 + "Float32": 3000.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -4303,40 +4160,33 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "D": { - "Type": "Float32", - "Value": 1250.0 + "Float32": 1250.0 }, "MaxForce": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4000.0, 4000.0, 4000.0 ] }, "P": { - "Type": "Float32", - "Value": 10000.0 + "Float32": 10000.0 }, "Position": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 50.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -4406,32 +4256,27 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Force": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 1.0, 0.0 ] }, "Location": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -4514,32 +4359,26 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MaxForce": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4000.0, 4000.0, 4000.0 ] }, "P": { - "Type": "Float32", - "Value": 1250.0 + "Float32": 1250.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 2.0, 0.0 @@ -4602,18 +4441,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -4633,16 +4470,13 @@ } }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -4667,20 +4501,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -4705,26 +4535,22 @@ }, "DefaultProperties": { "AdornCullingMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -4744,48 +4570,40 @@ } }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 ] }, "SizeRelativeOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": -1 + "Int32": -1 } } }, @@ -4810,20 +4628,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Int32", - "Value": 194 + "Int32": 194 } } }, @@ -4870,26 +4684,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -4919,16 +4729,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5163,18 +4970,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 20.0, 20.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -5194,26 +4999,22 @@ } }, "CameraType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FieldOfView": { - "Type": "Float32", - "Value": 70.0 + "Float32": 70.0 }, "FieldOfViewMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Focus": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, -5.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -5233,20 +5034,16 @@ } }, "HeadLocked": { - "Type": "Bool", - "Value": true + "Bool": true }, "HeadScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5339,32 +5136,25 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BaseTextureId": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "BodyPart": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "MeshId": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "OverlayTextureId": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5406,24 +5196,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BubbleChatEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "LoadDefaultChat": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5474,36 +5259,28 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Depth": { - "Type": "Float32", - "Value": 0.15 + "Float32": 0.15 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Mix": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Rate": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5541,24 +5318,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CursorIcon": { - "Type": "Content", - "Value": "" + "Content": "" }, "MaxActivationDistance": { - "Type": "Float32", - "Value": 32.0 + "Float32": 32.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5629,24 +5401,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Cover": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "Density": { - "Type": "Float32", - "Value": 0.7 + "Float32": 0.7 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5671,16 +5438,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -5705,20 +5469,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 @@ -5786,36 +5546,28 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Brightness": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Contrast": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Saturation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TintColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 @@ -5823,6 +5575,167 @@ } } }, + "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" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Enabled": { + "Name": "Enabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Group": { + "Name": "Group", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "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" + } + } + }, + "StatusTip": { + "Name": "StatusTip", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Text": { + "Name": "Text", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, + "CommandService": { + "Name": "CommandService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "CompressorSoundEffect": { "Name": "CompressorSoundEffect", "Tags": [], @@ -5909,44 +5822,34 @@ }, "DefaultProperties": { "Attack": { - "Type": "Float32", - "Value": 0.1 + "Float32": 0.1 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "GainMakeup": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Ratio": { - "Type": "Float32", - "Value": 40.0 + "Float32": 40.0 }, "Release": { - "Type": "Float32", - "Value": 0.1 + "Float32": 0.1 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Threshold": { - "Type": "Float32", - "Value": -40.0 + "Float32": -40.0 } } }, @@ -5984,26 +5887,22 @@ }, "DefaultProperties": { "AdornCullingMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -6023,48 +5922,39 @@ } }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "Height": { - "Type": "Float32", - "Value": 2.0 + "Float32": 2.0 }, "Radius": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "SizeRelativeOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": -1 + "Int32": -1 } } }, @@ -6075,16 +5965,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -6233,16 +6120,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -6276,16 +6160,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -6369,54 +6250,43 @@ "Properties": {}, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -6436,86 +6306,71 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -6535,76 +6390,60 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 2.0, 2.0, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -6621,16 +6460,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -6657,16 +6493,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -6730,30 +6563,25 @@ }, "DefaultProperties": { "AdornCullingMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "Angle": { - "Type": "Float32", - "Value": 360.0 + "Float32": 360.0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -6773,52 +6601,42 @@ } }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "Height": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "InnerRadius": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Radius": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SizeRelativeOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": -1 + "Int32": -1 } } }, @@ -6831,36 +6649,30 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Offset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Scale": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "VertexColor": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 @@ -7090,136 +6902,103 @@ }, "DefaultProperties": { "ActuatorType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AngularActuatorType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AngularLimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "AngularResponsiveness": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "AngularRestitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "AngularSpeed": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "AngularVelocity": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 1009 + "Int32": 1009 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "InclinationAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "LinearResponsiveness": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "LowerAngle": { - "Type": "Float32", - "Value": -45.0 + "Float32": -45.0 }, "LowerLimit": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "MotorMaxAcceleration": { - "Type": "Float32", - "Value": null + "Float32": null }, "MotorMaxAngularAcceleration": { - "Type": "Float32", - "Value": null + "Float32": null }, "MotorMaxForce": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "MotorMaxTorque": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Restitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RotationAxisVisible": { - "Type": "Bool", - "Value": false + "Bool": false }, "ServoMaxForce": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ServoMaxTorque": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Size": { - "Type": "Float32", - "Value": 0.15 + "Float32": 0.15 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Speed": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TargetAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "TargetPosition": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "UpperAngle": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "UpperLimit": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "Velocity": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -7828,24 +7607,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutomaticRetry": { - "Type": "Bool", - "Value": true + "Bool": true }, "LegacyNamingScheme": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -7894,20 +7668,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MaxItems": { - "Type": "Int32", - "Value": 1000 + "Int32": 1000 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -8247,40 +8017,49 @@ "Serialization": "Serializes" } } + }, + "ZIndex": { + "Name": "ZIndex", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "Face": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Texture": { - "Type": "Content", - "Value": "" + "Content": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 + }, + "ZIndex": { + "Int32": 1 } } }, @@ -8344,36 +8123,28 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "FarIntensity": { - "Type": "Float32", - "Value": 0.75 + "Float32": 0.75 }, "FocusDistance": { - "Type": "Float32", - "Value": 0.05 + "Float32": 0.05 }, "InFocusRadius": { - "Type": "Float32", - "Value": 10.0 + "Float32": 10.0 }, "NearIntensity": { - "Type": "Float32", - "Value": 0.75 + "Float32": 0.75 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -8515,52 +8286,40 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BehaviorType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "ConversationDistance": { - "Type": "Float32", - "Value": 25.0 + "Float32": 25.0 }, "GoodbyeChoiceActive": { - "Type": "Bool", - "Value": true + "Bool": true }, "GoodbyeDialog": { - "Type": "String", - "Value": "" + "String": "" }, "InitialPrompt": { - "Type": "String", - "Value": "" + "String": "" }, "Purpose": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Tone": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TriggerDistance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "TriggerOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -8628,32 +8387,25 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "GoodbyeChoiceActive": { - "Type": "Bool", - "Value": true + "Bool": true }, "GoodbyeDialog": { - "Type": "String", - "Value": "" + "String": "" }, "ResponseDialog": { - "Type": "String", - "Value": "" + "String": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UserDialog": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -8678,28 +8430,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Level": { - "Type": "Float32", - "Value": 0.75 + "Float32": 0.75 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -8797,24 +8543,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MaxValue": { - "Type": "Float64", - "Value": 1.0 + "Float64": 1.0 }, "MinValue": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -8836,6 +8577,273 @@ "Properties": {}, "DefaultProperties": {} }, + "DraggerService": { + "Name": "DraggerService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "AlignDraggedObjects": { + "Name": "AlignDraggedObjects", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AngleSnapEnabled": { + "Name": "AngleSnapEnabled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AngleSnapIncrement": { + "Name": "AngleSnapIncrement", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AnimateHover": { + "Name": "AnimateHover", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "CollisionsEnabled": { + "Name": "CollisionsEnabled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "DraggerCoordinateSpace": { + "Name": "DraggerCoordinateSpace", + "Scriptability": "Read", + "DataType": { + "Enum": "DraggerCoordinateSpace" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "DraggerMovementMode": { + "Name": "DraggerMovementMode", + "Scriptability": "Read", + "DataType": { + "Enum": "DraggerMovementMode" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "GeometrySnapColor": { + "Name": "GeometrySnapColor", + "Scriptability": "Read", + "DataType": { + "Value": "Color3" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "HoverAnimateFrequency": { + "Name": "HoverAnimateFrequency", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "HoverThickness": { + "Name": "HoverThickness", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "JointsEnabled": { + "Name": "JointsEnabled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "LinearSnapEnabled": { + "Name": "LinearSnapEnabled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "LinearSnapIncrement": { + "Name": "LinearSnapIncrement", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PivotSnapToGeometry": { + "Name": "PivotSnapToGeometry", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "ShowHover": { + "Name": "ShowHover", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "ShowPivotIndicator": { + "Name": "ShowPivotIndicator", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "DynamicRotate": { "Name": "DynamicRotate", "Tags": [ @@ -8919,40 +8927,31 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Delay": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "DryLevel": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Feedback": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "WetLevel": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -9013,36 +9012,28 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "HighGain": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LowGain": { - "Type": "Float32", - "Value": -20.0 + "Float32": -20.0 }, "MidGain": { - "Type": "Float32", - "Value": -10.0 + "Float32": -10.0 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -9142,44 +9133,35 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BlastPressure": { - "Type": "Float32", - "Value": 500000.0 + "Float32": 500000.0 }, "BlastRadius": { - "Type": "Float32", - "Value": 4.0 + "Float32": 4.0 }, "DestroyJointRadiusPercent": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "ExplosionType": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Position": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -9367,44 +9349,36 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MeshId": { - "Type": "Content", - "Value": "" + "Content": "" }, "Offset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Scale": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TextureId": { - "Type": "Content", - "Value": "" + "Content": "" }, "VertexColor": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 @@ -9535,44 +9509,36 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.92549026, 0.54509807, 0.27450982 ] }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Heat": { - "Type": "Float32", - "Value": 9.0 + "Float32": 9.0 }, "SecondaryColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.54509807, 0.3137255, 0.21568629 ] }, "Size": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -9599,26 +9565,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CanBeDropped": { - "Type": "Bool", - "Value": true + "Bool": true }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Grip": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -9638,32 +9600,25 @@ } }, "ManualActivationOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "RequiresHandle": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TeamColor": { - "Type": "Int32", - "Value": 194 + "Int32": 194 }, "TextureId": { - "Type": "Content", - "Value": "" + "Content": "" }, "ToolTip": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -9690,54 +9645,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -9757,90 +9701,74 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FormFactor": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -9860,84 +9788,66 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Shape": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TeamColor": { - "Type": "Int32", - "Value": 194 + "Int32": 194 }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 3 + "Enum": 3 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -10002,36 +9912,28 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Depth": { - "Type": "Float32", - "Value": 0.45 + "Float32": 0.45 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Mix": { - "Type": "Float32", - "Value": 0.85 + "Float32": 0.85 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Rate": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -10149,59 +10051,47 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "CycleOffset": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "StudsBetweenTextures": { - "Type": "Float32", - "Value": 4.0 + "Float32": 4.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Texture": { - "Type": "Content", - "Value": "" + "Content": "" }, "TextureSize": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 1.0, 1.0 ] }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Float32", - "Value": 2.0 + "Float32": 2.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "WireRadius": { - "Type": "Float32", - "Value": 0.0625 + "Float32": 0.0625 } } }, @@ -10214,16 +10104,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -10234,16 +10121,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -10268,20 +10152,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -10364,71 +10244,57 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -10440,16 +10306,13 @@ ] }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Selectable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -10461,28 +10324,22 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Style": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -10529,20 +10386,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Description": { - "Type": "String", - "Value": "?" + "String": "?" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -10556,16 +10409,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -10681,16 +10531,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -10799,18 +10646,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -10830,14 +10675,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -10857,48 +10701,41 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "F0": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "F1": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "F2": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "F3": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -11249,40 +11086,31 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "DisplayOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "IgnoreGuiInset": { - "Type": "Bool", - "Value": false + "Bool": false }, "ResetOnSpawn": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ZIndexBehavior": { - "Type": "Enum", - "Value": 0 + "Enum": 0 } } }, @@ -11929,20 +11757,17 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "Faces": { - "Type": "Faces", - "Value": [ + "Faces": [ "Right", "Top", "Back", @@ -11952,24 +11777,19 @@ ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Style": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -12002,14 +11822,13 @@ "Properties": {}, "DefaultProperties": { "AttachmentPoint": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -12029,16 +11848,13 @@ } }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -12245,80 +12061,61 @@ }, "DefaultProperties": { "ActuatorType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AngularResponsiveness": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "AngularSpeed": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "AngularVelocity": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 1009 + "Int32": 1009 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "LimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "LowerAngle": { - "Type": "Float32", - "Value": -45.0 + "Float32": -45.0 }, "MotorMaxAcceleration": { - "Type": "Float32", - "Value": null + "Float32": null }, "MotorMaxTorque": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Radius": { - "Type": "Float32", - "Value": 0.15 + "Float32": 0.15 }, "Restitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ServoMaxTorque": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TargetAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "UpperAngle": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -12331,20 +12128,16 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Text": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -12357,32 +12150,25 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "FaceId": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "InOut": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "LeftRight": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopBottom": { - "Type": "Enum", - "Value": 1 + "Enum": 1 } } }, @@ -12433,28 +12219,22 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BinType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TextureId": { - "Type": "Content", - "Value": "" + "Content": "" } } }, @@ -12501,20 +12281,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "HttpEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -13025,96 +12801,73 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoJumpEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutoRotate": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticScalingEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "BreakJointsOnDeath": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "DisplayDistanceType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "DisplayName": { - "Type": "String", - "Value": "" + "String": "" }, "HealthDisplayDistance": { - "Type": "Float32", - "Value": 100.0 + "Float32": 100.0 }, "HealthDisplayType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "HipHeight": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "JumpHeight": { - "Type": "Float32", - "Value": 7.2 + "Float32": 7.2 }, "JumpPower": { - "Type": "Float32", - "Value": 50.0 + "Float32": 50.0 }, "MaxHealth": { - "Type": "Float32", - "Value": 100.0 + "Float32": 100.0 }, "MaxSlopeAngle": { - "Type": "Float32", - "Value": 89.0 + "Float32": 89.0 }, "NameDisplayDistance": { - "Type": "Float32", - "Value": 100.0 + "Float32": 100.0 }, "NameOcclusion": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "RequiresNeck": { - "Type": "Bool", - "Value": true + "Bool": true }, "RigType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UseJumpPower": { - "Type": "Bool", - "Value": true + "Bool": true }, "WalkSpeed": { - "Type": "Float32", - "Value": 16.0 + "Float32": 16.0 } } }, @@ -13125,16 +12878,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -13657,192 +13407,151 @@ }, "DefaultProperties": { "AccessoryBlob": { - "Type": "String", - "Value": "" + "String": "" }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "BodyTypeScale": { - "Type": "Float32", - "Value": 0.3 + "Float32": 0.3 }, "ClimbAnimation": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "DepthScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Face": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "FaceAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "FallAnimation": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "FrontAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "GraphicTShirt": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "HairAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "HatAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "Head": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "HeadColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "HeadScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "HeightScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "IdleAnimation": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "JumpAnimation": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "LeftArm": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "LeftArmColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "LeftLeg": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "LeftLegColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "NeckAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "Pants": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "ProportionScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "RightArm": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "RightArmColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "RightLeg": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "RightLegColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "RunAnimation": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "Shirt": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "ShouldersAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "SwimAnimation": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Torso": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "TorsoColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "WaistAccessory": { - "Type": "String", - "Value": "" + "String": "" }, "WalkAnimation": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "WidthScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 } } }, @@ -14034,113 +13743,91 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": true + "Bool": true }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoButtonColor": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "HoverImage": { - "Type": "Content", - "Value": "" + "Content": "" }, "Image": { - "Type": "Content", - "Value": "" + "Content": "" }, "ImageColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "ImageRectOffset": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "ImageRectSize": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "ImageTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Modal": { - "Type": "Bool", - "Value": false + "Bool": false }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -14152,28 +13839,22 @@ ] }, "PressedImage": { - "Type": "Content", - "Value": "" + "Content": "" }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ScaleType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Selectable": { - "Type": "Bool", - "Value": true + "Bool": true }, "Selected": { - "Type": "Bool", - "Value": false + "Bool": false }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -14185,12 +13866,10 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SliceCenter": { - "Type": "Rect", - "Value": [ + "Rect": [ [ 0.0, 0.0 @@ -14202,24 +13881,19 @@ ] }, "SliceScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Style": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TileSize": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 1.0, 0 @@ -14231,12 +13905,10 @@ ] }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -14274,26 +13946,22 @@ }, "DefaultProperties": { "AdornCullingMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -14313,51 +13981,42 @@ } }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.9490197, 0.95294124, 0.95294124 ] }, "Image": { - "Type": "Content", - "Value": "rbxasset://textures/SurfacesDefault.png" + "Content": "rbxasset://textures/SurfacesDefault.png" }, "Size": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 1.0, 1.0 ] }, "SizeRelativeOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": -1 + "Int32": -1 } } }, @@ -14502,101 +14161,82 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Image": { - "Type": "Content", - "Value": "" + "Content": "" }, "ImageColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "ImageRectOffset": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "ImageRectSize": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "ImageTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -14608,20 +14248,16 @@ ] }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ScaleType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Selectable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -14633,12 +14269,10 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SliceCenter": { - "Type": "Rect", - "Value": [ + "Rect": [ [ 0.0, 0.0 @@ -14650,20 +14284,16 @@ ] }, "SliceScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TileSize": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 1.0, 0 @@ -14675,12 +14305,10 @@ ] }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -14813,24 +14441,19 @@ }, "DefaultProperties": { "AllowClientInsertModels": { - "Type": "Bool", - "Value": false + "Bool": false }, "AllowInsertFreeModels": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -15118,24 +14741,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MaxValue": { - "Type": "Int64", - "Value": 10 + "Int64": 10 }, "MinValue": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -15160,20 +14778,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Int64", - "Value": 0 + "Int64": 0 } } }, @@ -15348,20 +14962,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Time": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -15386,20 +14996,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -15452,28 +15058,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AuthoredHipHeight": { - "Type": "Float32", - "Value": 2.0 + "Float32": 2.0 }, "Loop": { - "Type": "Bool", - "Value": true + "Bool": true }, "Priority": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -15499,16 +15099,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -15902,104 +15499,84 @@ }, "DefaultProperties": { "Ambient": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.5, 0.5, 0.5 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Brightness": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "ColorShift_Bottom": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "ColorShift_Top": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "EnvironmentDiffuseScale": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "EnvironmentSpecularScale": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ExposureCompensation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "FogColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.75, 0.75, 0.75 ] }, "FogEnd": { - "Type": "Float32", - "Value": 100000.0 + "Float32": 100000.0 }, "FogStart": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "GeographicLatitude": { - "Type": "Float32", - "Value": 41.7333 + "Float32": 41.7333 }, "GlobalShadows": { - "Type": "Bool", - "Value": false + "Bool": false }, "OutdoorAmbient": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.5, 0.5, 0.5 ] }, "Outlines": { - "Type": "Bool", - "Value": true + "Bool": true }, "ShadowSoftness": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Technology": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "TimeOfDay": { - "Type": "String", - "Value": "14:00:00" + "String": "14:00:00" } } }, @@ -16076,48 +15653,37 @@ }, "DefaultProperties": { "ApplyAtCenterOfMass": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 23 + "Int32": 23 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "InverseSquareLaw": { - "Type": "Bool", - "Value": false + "Bool": false }, "Magnitude": { - "Type": "Float32", - "Value": 1000.0 + "Float32": 1000.0 }, "MaxForce": { - "Type": "Float32", - "Value": null + "Float32": null }, "ReactionForceEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -16155,26 +15721,22 @@ }, "DefaultProperties": { "AdornCullingMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -16194,48 +15756,39 @@ } }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "Length": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "SizeRelativeOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Thickness": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": -1 + "Int32": -1 } } }, @@ -16246,28 +15799,22 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Disabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "LinkedSource": { - "Type": "Content", - "Value": "" + "Content": "" }, "Source": { - "Type": "String", - "Value": "" + "String": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -16405,16 +15952,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -16486,24 +16030,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Contents": { - "Type": "String", - "Value": "" + "String": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "SourceLocaleId": { - "Type": "String", - "Value": "en-us" + "String": "en-us" }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -16573,16 +16112,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -16593,18 +16129,16 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -16624,14 +16158,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -16651,16 +16184,13 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -16680,18 +16210,16 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -16711,14 +16239,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -16738,16 +16265,13 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -16801,16 +16325,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -16974,54 +16495,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -17041,114 +16551,93 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "DoubleSided": { - "Type": "Bool", - "Value": false + "Bool": false }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "HasJointOffset": { - "Type": "Bool", - "Value": false + "Bool": false }, "HasSkinnedMesh": { - "Type": "Bool", - "Value": false + "Bool": false }, "JointOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "MeshID": { - "Type": "Content", - "Value": "" + "Content": "" }, "MeshId": { - "Type": "Content", - "Value": "" + "Content": "" }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -17168,84 +16657,66 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RenderFidelity": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TextureID": { - "Type": "Content", - "Value": "" + "Content": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -17276,20 +16747,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Text": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -17385,20 +16852,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "LevelOfDetail": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -17436,24 +16899,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "LinkedSource": { - "Type": "Content", - "Value": "" + "Content": "" }, "Source": { - "Type": "String", - "Value": "" + "String": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -17506,18 +16964,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -17537,14 +16993,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -17564,24 +17019,19 @@ } }, "DesiredAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxVelocity": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -17643,18 +17093,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -17674,14 +17122,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -17701,24 +17148,19 @@ } }, "DesiredAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxVelocity": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -17731,32 +17173,25 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "FaceId": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "InOut": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "LeftRight": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopBottom": { - "Type": "Enum", - "Value": 1 + "Enum": 1 } } }, @@ -18021,58 +17456,46 @@ "Properties": {}, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": true + "Bool": true }, "AssetId": { - "Type": "Content", - "Value": "" + "Content": "" }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -18092,86 +17515,71 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": false + "Bool": false + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 255, 255, 255 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -18191,88 +17599,69 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RenderFidelity": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SmoothingAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.1 + "Float32": 0.1 }, "UsePartColor": { - "Type": "Bool", - "Value": false + "Bool": false }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -18357,22 +17746,6 @@ } } }, - "ExtraMemoryUsed": { - "Name": "ExtraMemoryUsed", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Int32" - }, - "Tags": [ - "Hidden", - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "FreeMemoryMBytes": { "Name": "FreeMemoryMBytes", "Scriptability": "Read", @@ -18583,20 +17956,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -18609,16 +17978,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -18702,32 +18068,25 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "EasingDirection": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "EasingStyle": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "Weight": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 } } }, @@ -18752,20 +18111,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 } } }, @@ -18790,16 +18145,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -19178,28 +18530,23 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "PantsTemplate": { - "Type": "Content", - "Value": "" + "Content": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -19286,32 +18633,26 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.9490197, 0.95294124, 0.95294124 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -19353,54 +18694,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -19420,90 +18750,74 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FormFactor": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -19523,80 +18837,63 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Shape": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 3 + "Enum": 3 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -19703,58 +19000,46 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AssetId": { - "Type": "Content", - "Value": "" + "Content": "" }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -19774,86 +19059,71 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 255, 255, 255 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -19873,88 +19143,69 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RenderFidelity": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SmoothingAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "UsePartColor": { - "Type": "Bool", - "Value": false + "Bool": false }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -19969,16 +19220,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -20279,32 +19527,29 @@ }, "DefaultProperties": { "Acceleration": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "ColorSequence", - "Value": { - "Keypoints": [ + "ColorSequence": { + "keypoints": [ { - "Time": 0.0, - "Color": [ + "time": 0.0, + "color": [ 1.0, 1.0, 1.0 ] }, { - "Time": 1.0, - "Color": [ + "time": 1.0, + "color": [ 1.0, 1.0, 1.0 @@ -20314,129 +19559,108 @@ } }, "Drag": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "EmissionDirection": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Lifetime": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 5.0, 10.0 ] }, "LightEmission": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LightInfluence": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LockedToPart": { - "Type": "Bool", - "Value": false + "Bool": false }, "Orientation": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Rate": { - "Type": "Float32", - "Value": 20.0 + "Float32": 20.0 }, "RotSpeed": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 0.0, 0.0 ] }, "Rotation": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 0.0, 0.0 ] }, "Size": { - "Type": "NumberSequence", - "Value": { - "Keypoints": [ + "NumberSequence": { + "keypoints": [ { - "Time": 0.0, - "Value": 1.0, - "Envelope": 0.0 + "time": 0.0, + "value": 1.0, + "envelope": 0.0 }, { - "Time": 1.0, - "Value": 1.0, - "Envelope": 0.0 + "time": 1.0, + "value": 1.0, + "envelope": 0.0 } ] } }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Speed": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 5.0, 5.0 ] }, "SpreadAngle": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Texture": { - "Type": "Content", - "Value": "rbxasset://textures/particles/sparkles_main.dds" + "Content": "rbxasset://textures/particles/sparkles_main.dds" }, "TimeScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Transparency": { - "Type": "NumberSequence", - "Value": { - "Keypoints": [ + "NumberSequence": { + "keypoints": [ { - "Time": 0.0, - "Value": 0.0, - "Envelope": 0.0 + "time": 0.0, + "value": 0.0, + "envelope": 0.0 }, { - "Time": 1.0, - "Value": 0.0, - "Envelope": 0.0 + "time": 1.0, + "value": 0.0, + "envelope": 0.0 } ] } }, "VelocityInheritance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ZOffset": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -20505,16 +19729,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -20528,16 +19749,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -20914,28 +20132,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Octave": { - "Type": "Float32", - "Value": 1.25 + "Float32": 1.25 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -21685,36 +20897,28 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "DEPRECATED_SerializedEmulatedPolicyInfo": { - "Type": "String", - "Value": "" + "String": "" }, "EmulatedCountryCode": { - "Type": "String", - "Value": "" + "String": "" }, "EmulatedGameLocale": { - "Type": "String", - "Value": "" + "String": "" }, "PlayerEmulationEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "SerializedEmulatedPolicyInfo": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -21996,32 +21200,25 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CharacterAutoLoads": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxPlayers": { - "Type": "Int32", - "Value": 12 + "Int32": 12 }, "PreferredPlayers": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RespawnTime": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -22542,40 +21739,32 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Brightness": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Color": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Range": { - "Type": "Float32", - "Value": 8.0 + "Float32": 8.0 }, "Shadows": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -22669,18 +21858,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -22700,24 +21887,19 @@ } }, "EasingDirection": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "EasingStyle": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Weight": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 } } }, @@ -22800,80 +21982,61 @@ "Properties": {}, "DefaultProperties": { "ActuatorType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 1009 + "Int32": 1009 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "LimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "LinearResponsiveness": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "LowerLimit": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "MotorMaxAcceleration": { - "Type": "Float32", - "Value": null + "Float32": null }, "MotorMaxForce": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Restitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ServoMaxForce": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Size": { - "Type": "Float32", - "Value": 0.15 + "Float32": 0.15 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Speed": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TargetPosition": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "UpperLimit": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "Velocity": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -23067,68 +22230,52 @@ }, "DefaultProperties": { "ActionText": { - "Type": "String", - "Value": "Interact" + "String": "Interact" }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "ClickablePrompt": { - "Type": "Bool", - "Value": true + "Bool": true }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Exclusivity": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "GamepadKeyCode": { - "Type": "Enum", - "Value": 1000 + "Enum": 1000 }, "HoldDuration": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "KeyboardKeyCode": { - "Type": "Enum", - "Value": 101 + "Enum": 101 }, "MaxActivationDistance": { - "Type": "Float32", - "Value": 10.0 + "Float32": 10.0 }, "ObjectText": { - "Type": "String", - "Value": "" + "String": "" }, "RequiresLineOfSight": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Style": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UIOffset": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] @@ -23172,24 +22319,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxPromptsVisible": { - "Type": "Int32", - "Value": 16 + "Int32": 16 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23235,26 +22377,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Ray", - "Value": { - "Origin": [ + "Ray": { + "origin": [ 0.0, 0.0, 0.0 ], - "Direction": [ + "direction": [ 0.0, 0.0, 0.0 @@ -23280,16 +22418,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23300,16 +22435,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23373,88 +22505,70 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Browsable": { - "Type": "Bool", - "Value": true + "Bool": true }, "ClassCategory": { - "Type": "String", - "Value": "" + "String": "" }, "ClientOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "Constraint": { - "Type": "String", - "Value": "" + "String": "" }, "Deprecated": { - "Type": "Bool", - "Value": false + "Bool": false }, "EditingDisabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "ExplorerImageIndex": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "ExplorerOrder": { - "Type": "Int32", - "Value": 2147483647 + "Int32": 2147483647 + }, + "FFlag": { + "String": "" }, "Insertable": { - "Type": "Bool", - "Value": true + "Bool": true }, "IsBackend": { - "Type": "Bool", - "Value": false + "Bool": false }, "PreferredParent": { - "Type": "String", - "Value": "" + "String": "" }, "PropertyOrder": { - "Type": "Int32", - "Value": 5000 + "Int32": 5000 }, "ScriptContext": { - "Type": "String", - "Value": "" + "String": "" }, "ServerOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UIMaximum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UIMinimum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UINumTicks": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "summary": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -23465,16 +22579,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23485,72 +22596,58 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Browsable": { - "Type": "Bool", - "Value": true + "Bool": true }, "ClassCategory": { - "Type": "String", - "Value": "" + "String": "" }, "ClientOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "Constraint": { - "Type": "String", - "Value": "" + "String": "" }, "Deprecated": { - "Type": "Bool", - "Value": false + "Bool": false }, "EditingDisabled": { - "Type": "Bool", - "Value": false + "Bool": false + }, + "FFlag": { + "String": "" }, "IsBackend": { - "Type": "Bool", - "Value": false + "Bool": false }, "PropertyOrder": { - "Type": "Int32", - "Value": 5000 + "Int32": 5000 }, "ScriptContext": { - "Type": "String", - "Value": "" + "String": "" }, "ServerOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UIMaximum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UIMinimum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UINumTicks": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "summary": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -23561,72 +22658,58 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Browsable": { - "Type": "Bool", - "Value": true + "Bool": true }, "ClassCategory": { - "Type": "String", - "Value": "" + "String": "" }, "ClientOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "Constraint": { - "Type": "String", - "Value": "" + "String": "" }, "Deprecated": { - "Type": "Bool", - "Value": false + "Bool": false }, "EditingDisabled": { - "Type": "Bool", - "Value": false + "Bool": false + }, + "FFlag": { + "String": "" }, "IsBackend": { - "Type": "Bool", - "Value": false + "Bool": false }, "PropertyOrder": { - "Type": "Int32", - "Value": 5000 + "Int32": 5000 }, "ScriptContext": { - "Type": "String", - "Value": "" + "String": "" }, "ServerOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UIMaximum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UIMinimum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UINumTicks": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "summary": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -23637,16 +22720,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23657,16 +22737,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23677,16 +22754,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23775,6 +22849,19 @@ } } }, + "FFlag": { + "Name": "FFlag", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IsBackend": { "Name": "IsBackend", "Scriptability": "ReadWrite", @@ -23889,72 +22976,58 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Browsable": { - "Type": "Bool", - "Value": true + "Bool": true }, "ClassCategory": { - "Type": "String", - "Value": "" + "String": "" }, "ClientOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "Constraint": { - "Type": "String", - "Value": "" + "String": "" }, "Deprecated": { - "Type": "Bool", - "Value": false + "Bool": false }, "EditingDisabled": { - "Type": "Bool", - "Value": false + "Bool": false + }, + "FFlag": { + "String": "" }, "IsBackend": { - "Type": "Bool", - "Value": false + "Bool": false }, "PropertyOrder": { - "Type": "Int32", - "Value": 5000 + "Int32": 5000 }, "ScriptContext": { - "Type": "String", - "Value": "" + "String": "" }, "ServerOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UIMaximum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UIMinimum": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "UINumTicks": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "summary": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -23965,16 +23038,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -23985,16 +23055,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -24005,16 +23072,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -24025,16 +23089,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -24377,18 +23438,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -24408,44 +23467,34 @@ } }, "ComparisonDiffThreshold": { - "Type": "Int32", - "Value": 10 + "Int32": 10 }, "ComparisonMethod": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "ComparisonPsnrThreshold": { - "Type": "Float32", - "Value": 50.0 + "Float32": 50.0 }, "Description": { - "Type": "String", - "Value": "" + "String": "" }, "FieldOfView": { - "Type": "Float32", - "Value": 70.0 + "Float32": 70.0 }, "QualityLevel": { - "Type": "Int32", - "Value": 21 + "Int32": 21 }, "ShouldSkip": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Ticket": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -24459,16 +23508,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -24482,16 +23528,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -24505,16 +23548,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -24591,44 +23631,34 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "DecayTime": { - "Type": "Float32", - "Value": 1.5 + "Float32": 1.5 }, "Density": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Diffusion": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "DryLevel": { - "Type": "Float32", - "Value": -6.0 + "Float32": -6.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "WetLevel": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -24805,64 +23835,51 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CartoonFactor": { - "Type": "Float32", - "Value": 0.7 + "Float32": 0.7 }, "MaxSpeed": { - "Type": "Float32", - "Value": 30.0 + "Float32": 30.0 }, "MaxThrust": { - "Type": "Float32", - "Value": 4000.0 + "Float32": 4000.0 }, "MaxTorque": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 400000.0, 400000.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TargetOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "TargetRadius": { - "Type": "Float32", - "Value": 4.0 + "Float32": 4.0 }, "ThrustD": { - "Type": "Float32", - "Value": 0.001 + "Float32": 0.001 }, "ThrustP": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "TurnD": { - "Type": "Float32", - "Value": 500.0 + "Float32": 500.0 }, "TurnP": { - "Type": "Float32", - "Value": 3000.0 + "Float32": 3000.0 } } }, @@ -24955,48 +23972,37 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 26 + "Int32": 26 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Length": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "LimitAngle0": { - "Type": "Float32", - "Value": 90.0 + "Float32": 90.0 }, "LimitAngle1": { - "Type": "Float32", - "Value": 90.0 + "Float32": 90.0 }, "LimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Thickness": { - "Type": "Float32", - "Value": 0.1 + "Float32": 0.1 }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -25063,40 +24069,31 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 25 + "Int32": 25 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Length": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "Restitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Thickness": { - "Type": "Float32", - "Value": 0.1 + "Float32": 0.1 }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -25107,18 +24104,16 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -25138,14 +24133,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -25165,16 +24159,13 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -25185,22 +24176,19 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BaseAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -25220,14 +24208,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -25247,16 +24234,13 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -25267,22 +24251,19 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BaseAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -25302,14 +24283,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -25329,16 +24309,13 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -25350,7 +24327,24 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "ClientGitHash": { + "Name": "ClientGitHash", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": {} }, "RunningAverageItemDouble": { @@ -25440,40 +24434,31 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "DisplayOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "IgnoreGuiInset": { - "Type": "Bool", - "Value": false + "Bool": false }, "ResetOnSpawn": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ZIndexBehavior": { - "Type": "Enum", - "Value": 0 + "Enum": 0 } } }, @@ -25498,28 +24483,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Disabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "LinkedSource": { - "Type": "Content", - "Value": "" + "Content": "" }, "Source": { - "Type": "String", - "Value": "" + "String": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -25634,16 +24613,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -25934,74 +24910,60 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticCanvasSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "BottomImage": { - "Type": "Content", - "Value": "rbxasset://textures/ui/Scroll/scroll-bottom.png" + "Content": "rbxasset://textures/ui/Scroll/scroll-bottom.png" }, "CanvasPosition": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "CanvasSize": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -26013,32 +24975,25 @@ ] }, "ClipsDescendants": { - "Type": "Bool", - "Value": true + "Bool": true }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "ElasticBehavior": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "HorizontalScrollBarInset": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "MidImage": { - "Type": "Content", - "Value": "rbxasset://textures/ui/Scroll/scroll-middle.png" + "Content": "rbxasset://textures/ui/Scroll/scroll-middle.png" }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -26050,40 +25005,32 @@ ] }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ScrollBarImageColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "ScrollBarImageTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ScrollBarThickness": { - "Type": "Int32", - "Value": 12 + "Int32": 12 }, "ScrollingDirection": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "ScrollingEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Selectable": { - "Type": "Bool", - "Value": true + "Bool": true }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -26095,36 +25042,28 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopImage": { - "Type": "Content", - "Value": "rbxasset://textures/ui/Scroll/scroll-top.png" + "Content": "rbxasset://textures/ui/Scroll/scroll-top.png" }, "VerticalScrollBarInset": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "VerticalScrollBarPosition": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -26165,54 +25104,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -26232,94 +25160,77 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "Disabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "FormFactor": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -26339,80 +25250,63 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Shape": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 3 + "Enum": 3 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -26448,16 +25342,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -26525,48 +25416,39 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "LineThickness": { - "Type": "Float32", - "Value": 0.15 + "Float32": 0.15 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "SurfaceColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "SurfaceTransparency": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -26616,32 +25498,26 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -26668,40 +25544,33 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "Point": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -26756,44 +25625,36 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "SurfaceColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "SurfaceTransparency": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -26835,20 +25696,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "LoadStringEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -26863,16 +25720,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -26917,28 +25771,23 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "ShirtTemplate": { - "Type": "Content", - "Value": "" + "Content": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -26976,28 +25825,23 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "Graphic": { - "Type": "Content", - "Value": "" + "Content": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -27041,16 +25885,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -27135,54 +25976,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -27202,90 +26032,74 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FormFactor": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -27305,92 +26119,72 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Shape": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Steer": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "StickyWheels": { - "Type": "Bool", - "Value": true + "Bool": true }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Throttle": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 3 + "Enum": 3 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -27421,20 +26215,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SkinColor": { - "Type": "Int32", - "Value": 226 + "Int32": 226 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -27602,64 +26392,49 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CelestialBodiesShown": { - "Type": "Bool", - "Value": true + "Bool": true }, "MoonAngularSize": { - "Type": "Float32", - "Value": 11.0 + "Float32": 11.0 }, "MoonTextureId": { - "Type": "Content", - "Value": "rbxasset://sky/moon.jpg" + "Content": "rbxasset://sky/moon.jpg" }, "SkyboxBk": { - "Type": "Content", - "Value": "rbxasset://textures/sky/sky512_bk.tex" + "Content": "rbxasset://textures/sky/sky512_bk.tex" }, "SkyboxDn": { - "Type": "Content", - "Value": "rbxasset://textures/sky/sky512_dn.tex" + "Content": "rbxasset://textures/sky/sky512_dn.tex" }, "SkyboxFt": { - "Type": "Content", - "Value": "rbxasset://textures/sky/sky512_ft.tex" + "Content": "rbxasset://textures/sky/sky512_ft.tex" }, "SkyboxLf": { - "Type": "Content", - "Value": "rbxasset://textures/sky/sky512_lf.tex" + "Content": "rbxasset://textures/sky/sky512_lf.tex" }, "SkyboxRt": { - "Type": "Content", - "Value": "rbxasset://textures/sky/sky512_rt.tex" + "Content": "rbxasset://textures/sky/sky512_rt.tex" }, "SkyboxUp": { - "Type": "Content", - "Value": "rbxasset://textures/sky/sky512_up.tex" + "Content": "rbxasset://textures/sky/sky512_up.tex" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "StarCount": { - "Type": "Int32", - "Value": 3000 + "Int32": 3000 }, "SunAngularSize": { - "Type": "Float32", - "Value": 21.0 + "Float32": 21.0 }, "SunTextureId": { - "Type": "Content", - "Value": "rbxasset://sky/sun.jpg" + "Content": "rbxasset://sky/sun.jpg" }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -27982,40 +26757,32 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Opacity": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RiseVelocity": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Size": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -28026,18 +26793,16 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -28057,14 +26822,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -28084,16 +26848,13 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -28452,56 +27213,43 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "EmitterSize": { - "Type": "Float32", - "Value": 10.0 + "Float32": 10.0 }, "Looped": { - "Type": "Bool", - "Value": false + "Bool": false }, "MaxDistance": { - "Type": "Float32", - "Value": 10000.0 + "Float32": 10000.0 }, "PlayOnRemove": { - "Type": "Bool", - "Value": false + "Bool": false }, "PlaybackSpeed": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Playing": { - "Type": "Bool", - "Value": false + "Bool": false }, "RollOffMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SoundId": { - "Type": "Content", - "Value": "" + "Content": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TimePosition": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "Volume": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 } } }, @@ -28562,20 +27310,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Volume": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 } } }, @@ -28655,36 +27399,28 @@ }, "DefaultProperties": { "AmbientReverb": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "DistanceFactor": { - "Type": "Float32", - "Value": 3.33 + "Float32": 3.33 }, "DopplerScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "RespectFilteringEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "RolloffScale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -28738,28 +27474,23 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "SparkleColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.5647059, 0.098039225, 1.0 ] }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -28836,58 +27567,46 @@ }, "DefaultProperties": { "AllowTeamChangeOnTouch": { - "Type": "Bool", - "Value": false + "Bool": false }, "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -28907,102 +27626,83 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "Duration": { - "Type": "Int32", - "Value": 10 + "Int32": 10 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "FormFactor": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "Neutral": { - "Type": "Bool", - "Value": true + "Bool": true }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -29022,84 +27722,66 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Shape": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TeamColor": { - "Type": "Int32", - "Value": 194 + "Int32": 194 }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 3 + "Enum": 3 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -29225,24 +27907,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "RollOffMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Volume": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -29267,48 +27944,39 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MeshId": { - "Type": "Content", - "Value": "" + "Content": "" }, "MeshType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Offset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Scale": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TextureId": { - "Type": "Content", - "Value": "" + "Content": "" }, "VertexColor": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1.0, 1.0, 1.0 @@ -29337,26 +28005,22 @@ }, "DefaultProperties": { "AdornCullingMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -29376,44 +28040,36 @@ } }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "Radius": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SizeRelativeOffset": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": -1 + "Int32": -1 } } }, @@ -29464,48 +28120,38 @@ }, "DefaultProperties": { "Angle": { - "Type": "Float32", - "Value": 90.0 + "Float32": 90.0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Brightness": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Color": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Face": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "Range": { - "Type": "Float32", - "Value": 16.0 + "Float32": 16.0 }, "Shadows": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -29663,68 +28309,52 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Coils": { - "Type": "Float32", - "Value": 3.0 + "Float32": 3.0 }, "Color": { - "Type": "Int32", - "Value": 200 + "Int32": 200 }, "Damping": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "FreeLength": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "LimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "MaxForce": { - "Type": "Float32", - "Value": null + "Float32": null }, "MaxLength": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "MinLength": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Radius": { - "Type": "Float32", - "Value": 0.4 + "Float32": 0.4 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Stiffness": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Thickness": { - "Type": "Float32", - "Value": 0.1 + "Float32": 0.1 }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -29735,16 +28365,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -29767,16 +28394,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -29787,16 +28411,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -29864,32 +28485,44 @@ "Serialization": "Serializes" } } + }, + "VirtualCursorMode": { + "Name": "VirtualCursorMode", + "Scriptability": "None", + "DataType": { + "Enum": "VirtualCursorMode" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ResetPlayerGuiOnSpawn": { - "Type": "Bool", - "Value": true + "Bool": true }, "ScreenOrientation": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "ShowDevelopmentGui": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" + }, + "VirtualCursorMode": { + "Enum": 0 } } }, @@ -29903,16 +28536,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -30476,183 +29106,142 @@ }, "DefaultProperties": { "AllowCustomAnimations": { - "Type": "Bool", - "Value": true + "Bool": true }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoJumpEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "CameraMaxZoomDistance": { - "Type": "Float32", - "Value": 400.0 + "Float32": 400.0 }, "CameraMinZoomDistance": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "CameraMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CharacterJumpHeight": { - "Type": "Float32", - "Value": 7.2 + "Float32": 7.2 }, "CharacterJumpPower": { - "Type": "Float32", - "Value": 50.0 + "Float32": 50.0 }, "CharacterMaxSlopeAngle": { - "Type": "Float32", - "Value": 89.0 + "Float32": 89.0 }, "CharacterUseJumpPower": { - "Type": "Bool", - "Value": true + "Bool": true }, "CharacterWalkSpeed": { - "Type": "Float32", - "Value": 16.0 + "Float32": 16.0 }, "DevCameraOcclusionMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "DevComputerCameraMovementMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "DevComputerMovementMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "DevTouchCameraMovementMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "DevTouchMovementMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "EnableMouseLockOption": { - "Type": "Bool", - "Value": true + "Bool": true }, "GameSettingsAssetIDFace": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDHead": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDLeftArm": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDLeftLeg": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDPants": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDRightArm": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDRightLeg": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDShirt": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDTeeShirt": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAssetIDTorso": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "GameSettingsAvatar": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "GameSettingsR15Collision": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "GameSettingsScaleRangeBodyType": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 0.0, 1.0 ] }, "GameSettingsScaleRangeHead": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 0.95, 1.0 ] }, "GameSettingsScaleRangeHeight": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 0.9, 1.05 ] }, "GameSettingsScaleRangeProportion": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 0.0, 1.0 ] }, "GameSettingsScaleRangeWidth": { - "Type": "NumberRange", - "Value": [ + "NumberRange": [ 0.7, 1.0 ] }, "HealthDisplayDistance": { - "Type": "Float32", - "Value": 100.0 + "Float32": 100.0 }, "LoadCharacterAppearance": { - "Type": "Bool", - "Value": true + "Bool": true }, "LoadCharacterLayeredClothing": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "NameDisplayDistance": { - "Type": "Float32", - "Value": 100.0 + "Float32": 100.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "UserEmotesEnabled": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -30665,16 +29254,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -30918,20 +29504,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -31477,6 +30059,32 @@ } } }, + "Enable Linting": { + "Name": "Enable Linting", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Enable Signature Help": { + "Name": "Enable Signature Help", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Enable Temporary Tabs": { "Name": "Enable Temporary Tabs", "Scriptability": "ReadWrite", @@ -31503,6 +30111,19 @@ } } }, + "Enable Type Hover": { + "Name": "Enable Type Hover", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Error Color": { "Name": "Error Color", "Scriptability": "ReadWrite", @@ -31613,6 +30234,19 @@ } } }, + "Hover Box Thickness": { + "Name": "Hover Box Thickness", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Hover Over Color": { "Name": "Hover Over Color", "Scriptability": "ReadWrite", @@ -31865,6 +30499,19 @@ } } }, + "Pivot Snap To Geometry Color": { + "Name": "Pivot Snap To Geometry Color", + "Scriptability": "None", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PluginDebuggingEnabled": { "Name": "PluginDebuggingEnabled", "Scriptability": "ReadWrite", @@ -32018,6 +30665,22 @@ } } }, + "ScriptEditorShouldShowPluginMethods": { + "Name": "ScriptEditorShouldShowPluginMethods", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "ScriptTimeoutLength": { "Name": "ScriptTimeoutLength", "Scriptability": "ReadWrite", @@ -32184,19 +30847,6 @@ } } }, - "Show CorePackages": { - "Name": "Show CorePackages", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "Show Deployment Warnings": { "Name": "Show Deployment Warnings", "Scriptability": "ReadWrite", @@ -32327,6 +30977,19 @@ } } }, + "ShowCorePackagesInExplorer": { + "Name": "ShowCorePackagesInExplorer", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Skip Closing Brackets and Quotes": { "Name": "Skip Closing Brackets and Quotes", "Scriptability": "ReadWrite", @@ -32518,28 +31181,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "EnableScriptCollabByDefaultOnLoad": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "SrcPlaceId": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "SrcUniverseId": { - "Type": "Int64", - "Value": 0 + "Int64": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -32820,28 +31477,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Intensity": { - "Type": "Float32", - "Value": 0.25 + "Float32": 0.25 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Spread": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -32933,40 +31584,31 @@ }, "DefaultProperties": { "AlphaMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ColorMap": { - "Type": "Content", - "Value": "" + "Content": "" }, "MetalnessMap": { - "Type": "Content", - "Value": "" + "Content": "" }, "NormalMap": { - "Type": "Content", - "Value": "" + "Content": "" }, "RoughnessMap": { - "Type": "Content", - "Value": "" + "Content": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TexturePack": { - "Type": "Content", - "Value": "" + "Content": "" } } }, @@ -33014,6 +31656,19 @@ } } }, + "Brightness": { + "Name": "Brightness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CanvasSize": { "Name": "CanvasSize", "Scriptability": "ReadWrite", @@ -33121,75 +31776,61 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": true + "Bool": true }, "AlwaysOnTop": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "Brightness": { + "Float32": 1.0 }, "CanvasSize": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 800.0, 600.0 ] }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Face": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "LightInfluence": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "PixelsPerStud": { - "Type": "Float32", - "Value": 50.0 + "Float32": 50.0 }, "ResetOnSpawn": { - "Type": "Bool", - "Value": true + "Bool": true }, "SizingMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ToolPunchThroughDistance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "ZIndexBehavior": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "ZOffset": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -33240,48 +31881,38 @@ }, "DefaultProperties": { "Angle": { - "Type": "Float32", - "Value": 90.0 + "Float32": 90.0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Brightness": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Color": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Face": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "Range": { - "Type": "Float32", - "Value": 16.0 + "Float32": 16.0 }, "Shadows": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -33306,36 +31937,29 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.050980397, 0.41176474, 0.6745098 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TargetSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true } } }, @@ -33492,24 +32116,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoAssignable": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TeamColor": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -33523,16 +32142,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -33625,28 +32241,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ReservedServerAccessCode": { - "Type": "String", - "Value": "" + "String": "" }, "ServerInstanceId": { - "Type": "String", - "Value": "" + "String": "" }, "ShouldReserveServer": { - "Type": "Bool", - "Value": false + "Bool": false }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -33677,16 +32287,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -33844,54 +32451,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": true + "Bool": true }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -33911,94 +32507,77 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "Decoration": { - "Type": "Bool", - "Value": false + "Bool": false }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": true + "Bool": true }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "MaterialColors": { - "Type": "BinaryString", - "Value": "AAAAAAAAan8/P39rf2Y/ilY+j35fi21PZmxvZbDqw8faiVpHOi4kHh4lZlw76JxKc3trhHtagcLgc4RKxr21zq2UlJSM" + "BinaryString": "AAAAAAAAan8/P39rf2Y/ilY+j35fi21PZmxvZbDqw8faiVpHOi4kHh4lZlw76JxKc3trhHtagcLgc4RKxr21zq2UlJSM" }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -34018,104 +32597,83 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 2044.0, 252.0, 2044.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 3 + "Enum": 3 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "WaterColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.05, 0.33, 0.36 ] }, "WaterReflectance": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "WaterTransparency": { - "Type": "Float32", - "Value": 0.3 + "Float32": 0.3 }, "WaterWaveSize": { - "Type": "Float32", - "Value": 0.15 + "Float32": 0.15 }, "WaterWaveSpeed": { - "Type": "Float32", - "Value": 10.0 + "Float32": 10.0 } } }, @@ -34160,16 +32718,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -34348,52 +32903,40 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoRuns": { - "Type": "Bool", - "Value": true + "Bool": true }, "Description": { - "Type": "String", - "Value": "" + "String": "" }, "ExecuteWithStudioRun": { - "Type": "Bool", - "Value": false + "Bool": false }, "Is30FpsThrottleEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "IsPhysicsEnvironmentalThrottled": { - "Type": "Bool", - "Value": true + "Bool": true }, "IsSleepAllowed": { - "Type": "Bool", - "Value": true + "Bool": true }, "NumberOfPlayers": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SimulateSecondsLag": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Timeout": { - "Type": "Float64", - "Value": 10.0 + "Float64": 10.0 } } }, @@ -34865,103 +33408,82 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": true + "Bool": true }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClearTextOnFocus": { - "Type": "Bool", - "Value": true + "Bool": true }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Font": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "LineHeight": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "MaxVisibleGraphemes": { - "Type": "Int32", - "Value": -1 + "Int32": -1 }, "MultiLine": { - "Type": "Bool", - "Value": false + "Bool": false }, "PlaceholderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.7, 0.7, 0.7 ] }, "PlaceholderText": { - "Type": "String", - "Value": "" + "String": "" }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -34973,24 +33495,19 @@ ] }, "RichText": { - "Type": "Bool", - "Value": false + "Bool": false }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Selectable": { - "Type": "Bool", - "Value": true + "Bool": true }, "ShowNativeInput": { - "Type": "Bool", - "Value": true + "Bool": true }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -35002,80 +33519,63 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Text": { - "Type": "String", - "Value": "TextBox" + "String": "TextBox" }, "TextColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "TextEditable": { - "Type": "Bool", - "Value": true + "Bool": true }, "TextScaled": { - "Type": "Bool", - "Value": false + "Bool": false }, "TextSize": { - "Type": "Float32", - "Value": 8.0 + "Float32": 8.0 }, "TextStrokeColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "TextStrokeTransparency": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "TextTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "TextTruncate": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TextWrapped": { - "Type": "Bool", - "Value": false + "Bool": false }, "TextXAlignment": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "TextYAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -35380,91 +33880,72 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": true + "Bool": true }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoButtonColor": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Font": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "LineHeight": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "MaxVisibleGraphemes": { - "Type": "Int32", - "Value": -1 + "Int32": -1 }, "Modal": { - "Type": "Bool", - "Value": false + "Bool": false }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -35476,24 +33957,19 @@ ] }, "RichText": { - "Type": "Bool", - "Value": false + "Bool": false }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Selectable": { - "Type": "Bool", - "Value": true + "Bool": true }, "Selected": { - "Type": "Bool", - "Value": false + "Bool": false }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -35505,80 +33981,63 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Style": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Text": { - "Type": "String", - "Value": "Button" + "String": "Button" }, "TextColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "TextScaled": { - "Type": "Bool", - "Value": false + "Bool": false }, "TextSize": { - "Type": "Float32", - "Value": 8.0 + "Float32": 8.0 }, "TextStrokeColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "TextStrokeTransparency": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "TextTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "TextTruncate": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TextWrapped": { - "Type": "Bool", - "Value": false + "Bool": false }, "TextXAlignment": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "TextYAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -35893,83 +34352,66 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Font": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "LineHeight": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "MaxVisibleGraphemes": { - "Type": "Int32", - "Value": -1 + "Int32": -1 }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -35981,20 +34423,16 @@ ] }, "RichText": { - "Type": "Bool", - "Value": false + "Bool": false }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Selectable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -36006,76 +34444,60 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Text": { - "Type": "String", - "Value": "Label" + "String": "Label" }, "TextColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "TextScaled": { - "Type": "Bool", - "Value": false + "Bool": false }, "TextSize": { - "Type": "Float32", - "Value": 8.0 + "Float32": 8.0 }, "TextStrokeColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "TextStrokeTransparency": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "TextTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "TextTruncate": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TextWrapped": { - "Type": "Bool", - "Value": false + "Bool": false }, "TextXAlignment": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "TextYAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -36150,52 +34572,44 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "Face": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "OffsetStudsU": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "OffsetStudsV": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "StudsPerTileU": { - "Type": "Float32", - "Value": 2.0 + "Float32": 2.0 }, "StudsPerTileV": { - "Type": "Float32", - "Value": 2.0 + "Float32": 2.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Texture": { - "Type": "Content", - "Value": "" + "Content": "" }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 + }, + "ZIndex": { + "Int32": 1 } } }, @@ -36220,16 +34634,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -36390,26 +34801,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CanBeDropped": { - "Type": "Bool", - "Value": true + "Bool": true }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Grip": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -36429,28 +34836,22 @@ } }, "ManualActivationOnly": { - "Type": "Bool", - "Value": false + "Bool": false }, "RequiresHandle": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TextureId": { - "Type": "Content", - "Value": "" + "Content": "" }, "ToolTip": { - "Type": "String", - "Value": "" + "String": "" } } }, @@ -36488,40 +34889,32 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 23 + "Int32": 23 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "RelativeTo": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Torque": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -36653,60 +35046,46 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Coils": { - "Type": "Float32", - "Value": 8.0 + "Float32": 8.0 }, "Color": { - "Type": "Int32", - "Value": 200 + "Int32": 200 }, "Damping": { - "Type": "Float32", - "Value": 0.01 + "Float32": 0.01 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "LimitEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "MaxAngle": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "MaxTorque": { - "Type": "Float32", - "Value": null + "Float32": null }, "Radius": { - "Type": "Float32", - "Value": 0.4 + "Float32": 0.4 }, "Restitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Stiffness": { - "Type": "Float32", - "Value": 100.0 + "Float32": 100.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -36729,16 +35108,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -36966,24 +35342,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "ColorSequence", - "Value": { - "Keypoints": [ + "ColorSequence": { + "keypoints": [ { - "Time": 0.0, - "Color": [ + "time": 0.0, + "color": [ 1.0, 1.0, 1.0 ] }, { - "Time": 1.0, - "Color": [ + "time": 1.0, + "color": [ 1.0, 1.0, 1.0 @@ -36993,83 +35367,69 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "FaceCamera": { - "Type": "Bool", - "Value": false + "Bool": false }, "Lifetime": { - "Type": "Float32", - "Value": 2.0 + "Float32": 2.0 }, "LightEmission": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LightInfluence": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "MaxLength": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "MinLength": { - "Type": "Float32", - "Value": 0.1 + "Float32": 0.1 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Texture": { - "Type": "Content", - "Value": "" + "Content": "" }, "TextureLength": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "TextureMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "NumberSequence", - "Value": { - "Keypoints": [ + "NumberSequence": { + "keypoints": [ { - "Time": 0.0, - "Value": 0.5, - "Envelope": 0.0 + "time": 0.0, + "value": 0.5, + "envelope": 0.0 }, { - "Time": 1.0, - "Value": 0.5, - "Envelope": 0.0 + "time": 1.0, + "value": 0.5, + "envelope": 0.0 } ] } }, "WidthScale": { - "Type": "NumberSequence", - "Value": { - "Keypoints": [ + "NumberSequence": { + "keypoints": [ { - "Time": 0.0, - "Value": 1.0, - "Envelope": 0.0 + "time": 0.0, + "value": 1.0, + "envelope": 0.0 }, { - "Time": 1.0, - "Value": 1.0, - "Envelope": 0.0 + "time": 1.0, + "value": 1.0, + "envelope": 0.0 } ] } @@ -37150,36 +35510,28 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Depth": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Duty": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Frequency": { - "Type": "Float32", - "Value": 5.0 + "Float32": 5.0 }, "Priority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -37231,54 +35583,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -37298,86 +35639,71 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -37397,76 +35723,60 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 2.0, 2.0, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 5 + "Enum": 5 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -37498,16 +35808,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -37548,16 +35855,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -37619,28 +35923,22 @@ }, "DefaultProperties": { "AspectRatio": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "AspectType": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "DominantAxis": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -37692,23 +35990,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CornerRadius": { - "Type": "UDim", - "Value": [ + "UDim": [ 0.0, 8 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -37785,24 +36079,22 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "ColorSequence", - "Value": { - "Keypoints": [ + "ColorSequence": { + "keypoints": [ { - "Time": 0.0, - "Color": [ + "time": 0.0, + "color": [ 1.0, 1.0, 1.0 ] }, { - "Time": 1.0, - "Color": [ + "time": 1.0, + "color": [ 1.0, 1.0, 1.0 @@ -37812,41 +36104,35 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Offset": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Transparency": { - "Type": "NumberSequence", - "Value": { - "Keypoints": [ + "NumberSequence": { + "keypoints": [ { - "Time": 0.0, - "Value": 0.0, - "Envelope": 0.0 + "time": 0.0, + "value": 0.0, + "envelope": 0.0 }, { - "Time": 1.0, - "Value": 0.0, - "Envelope": 0.0 + "time": 1.0, + "value": 0.0, + "envelope": 0.0 } ] } @@ -37945,12 +36231,10 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CellPadding": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 5 @@ -37962,8 +36246,7 @@ ] }, "CellSize": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 100 @@ -37975,36 +36258,28 @@ ] }, "FillDirection": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FillDirectionMaxCells": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "HorizontalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "SortOrder": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "StartCorner": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "VerticalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 } } }, @@ -38117,39 +36392,31 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "FillDirection": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "HorizontalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Padding": { - "Type": "UDim", - "Value": [ + "UDim": [ 0.0, 0 ] }, "SortOrder": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "VerticalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 } } }, @@ -38213,44 +36480,37 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "PaddingBottom": { - "Type": "UDim", - "Value": [ + "UDim": [ 0.0, 0 ] }, "PaddingLeft": { - "Type": "UDim", - "Value": [ + "UDim": [ 0.0, 0 ] }, "PaddingRight": { - "Type": "UDim", - "Value": [ + "UDim": [ 0.0, 0 ] }, "PaddingTop": { - "Type": "UDim", - "Value": [ + "UDim": [ 0.0, 0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -38395,71 +36655,55 @@ }, "DefaultProperties": { "Animated": { - "Type": "Bool", - "Value": true + "Bool": true }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Circular": { - "Type": "Bool", - "Value": false + "Bool": false }, "EasingDirection": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "EasingStyle": { - "Type": "Enum", - "Value": 2 + "Enum": 2 }, "FillDirection": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "GamepadInputEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "HorizontalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "Padding": { - "Type": "UDim", - "Value": [ + "UDim": [ 0.0, 0 ] }, "ScrollWheelInputEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SortOrder": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TouchInputEnabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "TweenTime": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "VerticalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 } } }, @@ -38484,20 +36728,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Scale": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -38535,30 +36775,25 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MaxSize": { - "Type": "Vector2", - "Value": [ + "Vector2": [ null, null ] }, "MinSize": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -38648,44 +36883,35 @@ }, "DefaultProperties": { "ApplyStrokeMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.0, 0.0, 0.0 ] }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "LineJoinMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Thickness": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 } } }, @@ -38749,32 +36975,25 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "FillDirection": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "FillEmptySpaceColumns": { - "Type": "Bool", - "Value": false + "Bool": false }, "FillEmptySpaceRows": { - "Type": "Bool", - "Value": false + "Bool": false }, "HorizontalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "MajorAxis": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Padding": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -38786,20 +37005,16 @@ ] }, "SortOrder": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "VerticalAlignment": { - "Type": "Enum", - "Value": 1 + "Enum": 1 } } }, @@ -38837,24 +37052,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "MaxTextSize": { - "Type": "Int32", - "Value": 100 + "Int32": 100 }, "MinTextSize": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -38865,58 +37075,46 @@ "Properties": {}, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AssetId": { - "Type": "Content", - "Value": "" + "Content": "" }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -38936,86 +37134,71 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 255, 255, 255 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -39035,88 +37218,69 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RenderFidelity": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SmoothingAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "UsePartColor": { - "Type": "Bool", - "Value": false + "Bool": false }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -39184,44 +37348,34 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 1009 + "Int32": 1009 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "LimitsEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "MaxAngle": { - "Type": "Float32", - "Value": 45.0 + "Float32": 45.0 }, "Radius": { - "Type": "Float32", - "Value": 0.2 + "Float32": 0.2 }, "Restitution": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -39235,16 +37389,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -40241,16 +38392,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -40284,20 +38432,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Value": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -40352,44 +38496,35 @@ }, "DefaultProperties": { "ApplyAtCenterOfMass": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Color": { - "Type": "Int32", - "Value": 23 + "Int32": 23 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "Force": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 1000.0, 0.0, 0.0 ] }, "RelativeTo": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -40400,16 +38535,13 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -40570,54 +38702,43 @@ }, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -40637,98 +38758,80 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "Disabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "HeadsUpDisplay": { - "Type": "Bool", - "Value": true + "Bool": true }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "MaxSpeed": { - "Type": "Float32", - "Value": 25.0 + "Float32": 25.0 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -40748,100 +38851,78 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Steer": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "SteerFloat": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Throttle": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "ThrottleFloat": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 3 + "Enum": 3 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Torque": { - "Type": "Float32", - "Value": 10.0 + "Float32": 10.0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "TurnSpeed": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -40909,18 +38990,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -40940,14 +39019,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -40967,28 +39045,22 @@ } }, "CurrentAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "DesiredAngle": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "MaxVelocity": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -41127,79 +39199,63 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Looped": { - "Type": "Bool", - "Value": false + "Bool": false }, "Playing": { - "Type": "Bool", - "Value": false + "Bool": false }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -41211,16 +39267,13 @@ ] }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Selectable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -41232,36 +39285,28 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TimePosition": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "Video": { - "Type": "Content", - "Value": "" + "Content": "" }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "Volume": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -41353,107 +39398,88 @@ }, "DefaultProperties": { "Active": { - "Type": "Bool", - "Value": false + "Bool": false }, "Ambient": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.78431374, 0.78431374, 0.78431374 ] }, "AnchorPoint": { - "Type": "Vector2", - "Value": [ + "Vector2": [ 0.0, 0.0 ] }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "AutoLocalize": { - "Type": "Bool", - "Value": true + "Bool": true }, "AutomaticSize": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackgroundColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.6392157, 0.63529414, 0.64705884 ] }, "BackgroundTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "BorderColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.10588236, 0.16470589, 0.20784315 ] }, "BorderMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BorderSizePixel": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "ClipsDescendants": { - "Type": "Bool", - "Value": false + "Bool": false }, "Draggable": { - "Type": "Bool", - "Value": false + "Bool": false }, "ImageColor3": { - "Type": "Color3", - "Value": [ + "Color3": [ 1.0, 1.0, 1.0 ] }, "ImageTransparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "LayoutOrder": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "LightColor": { - "Type": "Color3", - "Value": [ + "Color3": [ 0.54901963, 0.54901963, 0.54901963 ] }, "LightDirection": { - "Type": "Vector3", - "Value": [ + "Vector3": [ -1.0, -1.0, -1.0 ] }, "Position": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -41465,16 +39491,13 @@ ] }, "Rotation": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Selectable": { - "Type": "Bool", - "Value": false + "Bool": false }, "Size": { - "Type": "UDim2", - "Value": [ + "UDim2": [ [ 0.0, 0 @@ -41486,24 +39509,19 @@ ] }, "SizeConstraint": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "Visible": { - "Type": "Bool", - "Value": true + "Bool": true }, "ZIndex": { - "Type": "Int32", - "Value": 1 + "Int32": 1 } } }, @@ -41533,16 +39551,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -41568,6 +39583,33 @@ "Properties": {}, "DefaultProperties": {} }, + "VoiceSource": { + "Name": "VoiceSource", + "Tags": [ + "Deprecated", + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": { + "UserId": { + "Name": "UserId", + "Scriptability": "Read", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "WedgePart": { "Name": "WedgePart", "Tags": [], @@ -41575,54 +39617,43 @@ "Properties": {}, "DefaultProperties": { "Anchored": { - "Type": "Bool", - "Value": false + "Bool": false }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BackParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BackParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BackSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BackSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "BottomParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "BottomParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "BottomSurface": { - "Type": "Enum", - "Value": 4 + "Enum": 4 }, "BottomSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CFrame": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -41642,90 +39673,74 @@ } }, "CanCollide": { - "Type": "Bool", - "Value": true + "Bool": true + }, + "CanQuery": { + "Bool": true }, "CanTouch": { - "Type": "Bool", - "Value": true + "Bool": true }, "CastShadow": { - "Type": "Bool", - "Value": true + "Bool": true }, "CollisionGroupId": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "Color": { - "Type": "Color3uint8", - "Value": [ + "Color3uint8": [ 163, 162, 165 ] }, "CustomPhysicalProperties": { - "Type": "PhysicalProperties", - "Value": "Default" + "PhysicalProperties": "Default" }, "FormFactor": { - "Type": "Enum", - "Value": 1 + "Enum": 1 }, "FrontParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "FrontParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "FrontSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "FrontSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "LeftParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "LeftSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LeftSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Locked": { - "Type": "Bool", - "Value": false + "Bool": false }, "Massless": { - "Type": "Bool", - "Value": false + "Bool": false }, "Material": { - "Type": "Enum", - "Value": 256 + "Enum": 256 }, "PivotOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -41745,76 +39760,60 @@ } }, "Reflectance": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "RightParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "RightParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "RightSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RightSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "RootPriority": { - "Type": "Int32", - "Value": 0 + "Int32": 0 }, "RotVelocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 ] }, "Size": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 4.0, 1.2, 2.0 ] }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TopParamA": { - "Type": "Float32", - "Value": -0.5 + "Float32": -0.5 }, "TopParamB": { - "Type": "Float32", - "Value": 0.5 + "Float32": 0.5 }, "TopSurface": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "TopSurfaceInput": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "Transparency": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Velocity": { - "Type": "Vector3", - "Value": [ + "Vector3": [ 0.0, 0.0, 0.0 @@ -41829,18 +39828,16 @@ "Properties": {}, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "C0": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -41860,14 +39857,13 @@ } }, "C1": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -41887,16 +39883,13 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -41969,16 +39962,13 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -42109,11 +40099,13 @@ "Value": "Bool" }, "Tags": [ - "Deprecated" + "Deprecated", + "Hidden", + "NotReplicated" ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -42296,92 +40288,67 @@ }, "DefaultProperties": { "AllowThirdPartySales": { - "Type": "Bool", - "Value": false + "Bool": false }, "AnimationWeightedBlendFix": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "ClientAnimatorThrottling": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "CollisionGroups": { - "Type": "String", - "Value": "Default^0^1" + "String": "Default^0^-1" }, "DistributedGameTime": { - "Type": "Float64", - "Value": 0.0 + "Float64": 0.0 }, "ExplicitAutoJoints": { - "Type": "Bool", - "Value": true + "Bool": true }, "FallenPartsDestroyHeight": { - "Type": "Float32", - "Value": -500.0 - }, - "FilteringEnabled": { - "Type": "Bool", - "Value": false + "Float32": -500.0 }, "Gravity": { - "Type": "Float32", - "Value": 196.2 + "Float32": 196.2 }, "InterpolationThrottling": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "LevelOfDetail": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "MeshPartHeadsAndAccessories": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "PhysicsSteppingMethod": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SignalBehavior": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "StreamingEnabled": { - "Type": "Bool", - "Value": false + "Bool": false }, "StreamingMinRadius": { - "Type": "Int32", - "Value": 64 + "Int32": 64 }, "StreamingPauseMode": { - "Type": "Enum", - "Value": 0 + "Enum": 0 }, "StreamingTargetRadius": { - "Type": "Int32", - "Value": 1024 + "Int32": 1024 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "TouchesUseCollisionGroups": { - "Type": "Bool", - "Value": false + "Bool": false } } }, @@ -42548,18 +40515,16 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "BindOffset": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -42579,18 +40544,16 @@ } }, "CageMeshId": { - "Type": "Content", - "Value": "" + "Content": "" }, "CageOrigin": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -42610,18 +40573,16 @@ } }, "Enabled": { - "Type": "Bool", - "Value": true + "Bool": true }, "ImportOrigin": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -42641,26 +40602,22 @@ } }, "Order": { - "Type": "Int32", - "Value": 1 + "Int32": 1 }, "Puffiness": { - "Type": "Float32", - "Value": 1.0 + "Float32": 1.0 }, "ReferenceMeshId": { - "Type": "Content", - "Value": "" + "Content": "" }, "ReferenceOrigin": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -42680,16 +40637,13 @@ } }, "ShrinkFactor": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } }, @@ -42746,22 +40700,19 @@ }, "DefaultProperties": { "AttributesSerialize": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" }, "CageMeshId": { - "Type": "Content", - "Value": "" + "Content": "" }, "CageOrigin": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -42781,14 +40732,13 @@ } }, "ImportOrigin": { - "Type": "CFrame", - "Value": { - "Position": [ + "CFrame": { + "position": [ 0.0, 0.0, 0.0 ], - "Orientation": [ + "orientation": [ [ 1.0, 0.0, @@ -42808,16 +40758,13 @@ } }, "SourceAssetId": { - "Type": "Int64", - "Value": -1 + "Int64": -1 }, "Stiffness": { - "Type": "Float32", - "Value": 0.0 + "Float32": 0.0 }, "Tags": { - "Type": "BinaryString", - "Value": "" + "BinaryString": "" } } } @@ -43010,7 +40957,7 @@ "ClimbAnimation": 48, "DeathAnimation": 49, "Decal": 13, - "DressSkirtAccessory": 71, + "DressSkirtAccessory": 72, "EarAccessory": 57, "EmoteAnimation": 61, "EyeAccessory": 58, @@ -43025,11 +40972,11 @@ "Head": 17, "IdleAnimation": 51, "Image": 1, - "JacketAccessory": 66, + "JacketAccessory": 67, "JumpAnimation": 52, "LeftArm": 29, "LeftLeg": 30, - "LeftShoeAccessory": 69, + "LeftShoeAccessory": 70, "Lua": 5, "Mesh": 4, "MeshPart": 40, @@ -43037,22 +40984,22 @@ "NeckAccessory": 43, "Package": 32, "Pants": 12, - "PantsAccessory": 65, + "PantsAccessory": 66, "Place": 9, "Plugin": 38, "PoseAnimation": 56, "RightArm": 28, "RightLeg": 31, - "RightShoeAccessory": 70, + "RightShoeAccessory": 71, "RunAnimation": 53, "Shirt": 11, - "ShirtAccessory": 64, - "ShortsAccessory": 68, + "ShirtAccessory": 65, + "ShortsAccessory": 69, "ShoulderAccessory": 44, - "SweaterAccessory": 67, + "SweaterAccessory": 68, "SwimAnimation": 54, "TeeShirt": 2, - "TeeShirtAccessory": 63, + "TeeShirtAccessory": 64, "Torso": 27, "Video": 62, "WaistAccessory": 47, @@ -43089,7 +41036,7 @@ "items": { "BackAccessory": 46, "ClimbAnimation": 48, - "DressSkirtAccessory": 71, + "DressSkirtAccessory": 72, "EmoteAnimation": 61, "Face": 18, "FaceAccessory": 42, @@ -43100,26 +41047,26 @@ "Hat": 8, "Head": 17, "IdleAnimation": 51, - "JacketAccessory": 66, + "JacketAccessory": 67, "JumpAnimation": 52, "LeftArm": 29, "LeftLeg": 30, - "LeftShoeAccessory": 69, + "LeftShoeAccessory": 70, "NeckAccessory": 43, "Pants": 12, - "PantsAccessory": 65, + "PantsAccessory": 66, "RightArm": 28, "RightLeg": 31, - "RightShoeAccessory": 70, + "RightShoeAccessory": 71, "RunAnimation": 53, "Shirt": 11, - "ShirtAccessory": 64, - "ShortsAccessory": 68, + "ShirtAccessory": 65, + "ShortsAccessory": 69, "ShoulderAccessory": 44, - "SweaterAccessory": 67, + "SweaterAccessory": 68, "SwimAnimation": 54, "TShirt": 2, - "TeeShirtAccessory": 63, + "TeeShirtAccessory": 64, "Torso": 27, "WaistAccessory": 47, "WalkAnimation": 55 @@ -43297,7 +41244,8 @@ "CommunityCreations": 4, "Featured": 2, "None": 1, - "Premium": 5 + "Premium": 5, + "Recommended": 6 } }, "CatalogSortType": { @@ -43534,6 +41482,14 @@ "PlayerList": 0 } }, + "CreateOutfitFailure": { + "name": "CreateOutfitFailure", + "items": { + "InvalidName": 1, + "Other": 3, + "OutfitLimitReached": 2 + } + }, "CreatorType": { "name": "CreatorType", "items": { @@ -43690,6 +41646,20 @@ "ScriptRemoved": 2 } }, + "DraggerCoordinateSpace": { + "name": "DraggerCoordinateSpace", + "items": { + "Object": 0, + "World": 1 + } + }, + "DraggerMovementMode": { + "name": "DraggerMovementMode", + "items": { + "Geometric": 0, + "Physical": 1 + } + }, "EasingDirection": { "name": "EasingDirection", "items": { @@ -44648,6 +42618,14 @@ "Top": 1 } }, + "OutfitSource": { + "name": "OutfitSource", + "items": { + "All": 1, + "Created": 2, + "Purchased": 3 + } + }, "OutputLayoutMode": { "name": "OutputLayoutMode", "items": { @@ -44826,6 +42804,14 @@ "Visitor": 10 } }, + "ProductLocationRestriction": { + "name": "ProductLocationRestriction", + "items": { + "AllGames": 2, + "AllowedGames": 1, + "AvatarShop": 0 + } + }, "ProductPurchaseDecision": { "name": "ProductPurchaseDecision", "items": { @@ -45155,6 +43141,14 @@ "Disabled": 1 } }, + "StudioCloseMode": { + "name": "StudioCloseMode", + "items": { + "CloseDoc": 2, + "CloseStudio": 1, + "None": 0 + } + }, "StudioDataModelType": { "name": "StudioDataModelType", "items": { @@ -45486,6 +43480,7 @@ "Email": 3, "NoSuggestions": 1, "Number": 2, + "OneTimePassword": 8, "Password": 5, "PasswordShown": 6, "Phone": 4, @@ -45726,6 +43721,14 @@ "Small": 1 } }, + "VirtualCursorMode": { + "name": "VirtualCursorMode", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, "VirtualInputMode": { "name": "VirtualInputMode", "items": {