From 7cd9bd383e131094beb7a19306bf05cd84decd8c Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 29 Oct 2020 10:35:55 -0700 Subject: [PATCH] Update to latest reflection database --- plugin/rbx_dom_lua/README.md | 4 +- .../src/ReflectionDatabase/classes.lua | 2162 ++++++++++++----- 2 files changed, 1496 insertions(+), 670 deletions(-) diff --git a/plugin/rbx_dom_lua/README.md b/plugin/rbx_dom_lua/README.md index e2eec50c..437e37c1 100644 --- a/plugin/rbx_dom_lua/README.md +++ b/plugin/rbx_dom_lua/README.md @@ -1,2 +1,2 @@ -# rbx\_dom\_lua -Roblox Lua implementation of rbx-dom mechanisms, intended to work with rbx\_dom\_weak and friends. \ No newline at end of file +# rbx_dom_lua +Roblox Lua implementation of rbx-dom mechanisms, intended to work with rbx_dom_weak and friends. \ No newline at end of file diff --git a/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua b/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua index 93949b42..c53b075f 100644 --- a/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua +++ b/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua @@ -6,7 +6,6 @@ return { properties = { }, defaults = { - Name = "ABTestService", }, }, Accessory = { @@ -306,6 +305,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + ReactionTorqueEnabled = { + name = "ReactionTorqueEnabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, RelativeTo = { name = "RelativeTo", type = {type = "Enum", name = "ActuatorRelativeTo"}, @@ -324,6 +332,7 @@ return { Enabled = true, MaxTorque = 0, Name = "AngularVelocity", + ReactionTorqueEnabled = false, RelativeTo = 2, Visible = false, }, @@ -485,6 +494,22 @@ return { Visible = true, }, }, + AssetCounterService = { + name = "AssetCounterService", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, + AssetManagerService = { + name = "AssetManagerService", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, AssetService = { name = "AssetService", superclass = "Instance", @@ -494,6 +519,75 @@ return { Name = "AssetService", }, }, + Atmosphere = { + name = "Atmosphere", + superclass = "Instance", + properties = { + Color = { + name = "Color", + type = {type = "Data", name = "Color3"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Decay = { + name = "Decay", + type = {type = "Data", name = "Color3"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Density = { + name = "Density", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Glare = { + name = "Glare", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Haze = { + name = "Haze", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Offset = { + name = "Offset", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + Color = Color3.new(0.7843, 0.6667, 0.4235), + Decay = Color3.new(0.3608, 0.2353, 0.0549), + Density = 0.395, + Glare = 0, + Haze = 0, + Name = "Atmosphere", + Offset = 0, + }, + }, Attachment = { name = "Attachment", superclass = "Instance", @@ -632,6 +726,15 @@ return { WorldSecondaryAxis = Vector3.new(0, 1, 0), }, }, + AvatarEditorService = { + name = "AvatarEditorService", + superclass = "Instance", + properties = { + }, + defaults = { + Name = "AvatarEditorService", + }, + }, Backpack = { name = "Backpack", superclass = "Instance", @@ -680,6 +783,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + MaxFrictionTorque = { + name = "MaxFrictionTorque", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, Radius = { name = "Radius", type = {type = "Data", name = "Float32"}, @@ -741,6 +853,7 @@ return { Color = BrickColor.new(1009), Enabled = true, LimitsEnabled = false, + MaxFrictionTorque = 0, Name = "BallSocketConstraint", Radius = 0.15, Restitution = 0, @@ -1034,6 +1147,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + Mass = { + name = "Mass", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, Massless = { name = "Massless", type = {type = "Data", name = "Bool"}, @@ -2237,6 +2359,55 @@ return { Velocity = Vector3.new(0, 2, 0), }, }, + Bone = { + name = "Bone", + superclass = "Attachment", + properties = { + Transform = { + name = "Transform", + type = {type = "Data", name = "CFrame"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, + TransformedCFrame = { + name = "TransformedCFrame", + type = {type = "Data", name = "CFrame"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + TransformedWorldCFrame = { + name = "TransformedWorldCFrame", + type = {type = "Data", name = "CFrame"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + }, + defaults = { + Axis = Vector3.new(1, 0, 0), + CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Name = "Bone", + Orientation = Vector3.new(0, 0, 0), + Position = Vector3.new(0, 0, 0), + Rotation = Vector3.new(0, 0, 0), + SecondaryAxis = Vector3.new(0, 1, 0), + Transform = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Visible = false, + WorldAxis = Vector3.new(1, 0, 0), + WorldCFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + WorldOrientation = Vector3.new(0, 0, 0), + WorldPosition = Vector3.new(0, 0, 0), + WorldSecondaryAxis = Vector3.new(0, 1, 0), + }, + }, BoolValue = { name = "BoolValue", superclass = "ValueBase", @@ -2271,6 +2442,7 @@ return { }, }, defaults = { + AdornCullingMode = 0, Adornee = nil, AlwaysOnTop = false, CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), @@ -2308,6 +2480,15 @@ return { superclass = "Instance", properties = { }, + defaults = { + Name = "Instance", + }, + }, + BulkImportService = { + name = "BulkImportService", + superclass = "Instance", + properties = { + }, defaults = { }, }, @@ -2386,6 +2567,15 @@ return { scriptability = "ReadWrite", serializes = false, }, + DiagonalFieldOfView = { + name = "DiagonalFieldOfView", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, FieldOfView = { name = "FieldOfView", type = {type = "Data", name = "Float32"}, @@ -2395,6 +2585,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + FieldOfViewMode = { + name = "FieldOfViewMode", + type = {type = "Enum", name = "FieldOfViewMode"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, Focus = { name = "Focus", type = {type = "Data", name = "CFrame"}, @@ -2422,6 +2621,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + MaxAxisFieldOfView = { + name = "MaxAxisFieldOfView", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, NearPlaneZ = { name = "NearPlaneZ", type = {type = "Data", name = "Float32"}, @@ -2454,13 +2662,24 @@ return { CFrame = CFrame.new(0, 20, 20, 1, 0, 0, 0, 0.7071068, 0.7071068, 0, -0.7071068, 0.7071068), CameraSubject = nil, CameraType = 0, + DiagonalFieldOfView = 0, FieldOfView = 70, + FieldOfViewMode = 0, Focus = CFrame.new(0, 0, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1), HeadLocked = true, HeadScale = 1, + MaxAxisFieldOfView = 0, Name = "Camera", }, }, + CatalogPages = { + name = "CatalogPages", + superclass = "Pages", + properties = { + }, + defaults = { + }, + }, ChangeHistoryService = { name = "ChangeHistoryService", superclass = "Instance", @@ -2832,6 +3051,7 @@ return { }, }, defaults = { + AdornCullingMode = 0, Adornee = nil, AlwaysOnTop = false, CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), @@ -3004,7 +3224,6 @@ return { }, defaults = { Name = "CoreGui", - SelectionImageObject = nil, }, }, CorePackages = { @@ -3013,7 +3232,6 @@ return { properties = { }, defaults = { - Name = "CorePackages", }, }, CoreScript = { @@ -3119,6 +3337,15 @@ return { name = "CylinderHandleAdornment", superclass = "HandleAdornment", properties = { + Angle = { + name = "Angle", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, Height = { name = "Height", type = {type = "Data", name = "Float32"}, @@ -3128,6 +3355,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + InnerRadius = { + name = "InnerRadius", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, Radius = { name = "Radius", type = {type = "Data", name = "Float32"}, @@ -3139,12 +3375,15 @@ return { }, }, defaults = { + AdornCullingMode = 0, Adornee = nil, AlwaysOnTop = false, + Angle = 360, CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), Color = BrickColor.new(23), Color3 = Color3.new(0.050980397, 0.41176474, 0.6745098), Height = 1, + InnerRadius = 0, Name = "CylinderHandleAdornment", Radius = 1, SizeRelativeOffset = Vector3.new(0, 0, 0), @@ -3619,24 +3858,6 @@ return { scriptability = "Read", serializes = false, }, - ErrorReporting = { - name = "ErrorReporting", - type = {type = "Enum", name = "ErrorReporting"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - GfxCard = { - name = "GfxCard", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, InstanceCount = { name = "InstanceCount", type = {type = "Data", name = "Int32"}, @@ -3646,15 +3867,6 @@ return { scriptability = "Read", serializes = false, }, - IsFmodProfilingEnabled = { - name = "IsFmodProfilingEnabled", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, IsScriptStackTracingEnabled = { name = "IsScriptStackTracingEnabled", type = {type = "Data", name = "Bool"}, @@ -3673,42 +3885,6 @@ return { scriptability = "Read", serializes = false, }, - OsIs64Bit = { - name = "OsIs64Bit", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, - OsPlatform = { - name = "OsPlatform", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, - OsPlatformId = { - name = "OsPlatformId", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, - OsVer = { - name = "OsVer", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, PlayerCount = { name = "PlayerCount", type = {type = "Data", name = "Int32"}, @@ -3727,15 +3903,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - RobloxProductName = { - name = "RobloxProductName", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, RobloxVersion = { name = "RobloxVersion", type = {type = "Data", name = "String"}, @@ -3745,24 +3912,6 @@ return { scriptability = "Read", serializes = false, }, - SIMD = { - name = "SIMD", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, - SystemProductName = { - name = "SystemProductName", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, TickCountPreciseOverride = { name = "TickCountPreciseOverride", type = {type = "Enum", name = "TickCountSampleMethod"}, @@ -3772,15 +3921,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - VideoMemory = { - name = "VideoMemory", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, }, defaults = { }, @@ -3816,6 +3956,15 @@ return { scriptability = "Read", serializes = false, }, + isContextDependentBreakpoint = { + name = "isContextDependentBreakpoint", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, }, defaults = { }, @@ -3924,6 +4073,56 @@ return { Transparency = 0, }, }, + DepthOfFieldEffect = { + name = "DepthOfFieldEffect", + superclass = "PostEffect", + properties = { + FarIntensity = { + name = "FarIntensity", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + FocusDistance = { + name = "FocusDistance", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + InFocusRadius = { + name = "InFocusRadius", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + NearIntensity = { + name = "NearIntensity", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + Enabled = true, + FarIntensity = 0.75, + FocusDistance = 0.05, + InFocusRadius = 10, + Name = "DepthOfField", + NearIntensity = 0.75, + }, + }, Dialog = { name = "Dialog", superclass = "Instance", @@ -4304,6 +4503,14 @@ return { Priority = 0, }, }, + EventIngestService = { + name = "EventIngestService", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, Explosion = { name = "Explosion", superclass = "Instance", @@ -4915,6 +5122,7 @@ return { Active = false, AnchorPoint = Vector2.new(0, 0), AutoLocalize = true, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -5002,78 +5210,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - BubbleChatLifetime = { - name = "BubbleChatLifetime", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - BubbleChatMaxBubbles = { - name = "BubbleChatMaxBubbles", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - ChatHistory = { - name = "ChatHistory", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - ChatScrollLength = { - name = "ChatScrollLength", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - CollisionSoundEnabled = { - name = "CollisionSoundEnabled", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = false, - }, - CollisionSoundVolume = { - name = "CollisionSoundVolume", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = false, - }, - HardwareMouse = { - name = "HardwareMouse", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - MaxCollisionSounds = { - name = "MaxCollisionSounds", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = false, - }, OverrideStarterScript = { name = "OverrideStarterScript", type = {type = "Data", name = "String"}, @@ -5083,24 +5219,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - ReportAbuseChatHistory = { - name = "ReportAbuseChatHistory", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - SoftwareSound = { - name = "SoftwareSound", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, VideoCaptureEnabled = { name = "VideoCaptureEnabled", type = {type = "Data", name = "Bool"}, @@ -5110,14 +5228,14 @@ return { scriptability = "ReadWrite", serializes = true, }, - VideoQuality = { - name = "VideoQuality", - type = {type = "Enum", name = "VideoQualitySettings"}, + VideoRecording = { + name = "VideoRecording", + type = {type = "Data", name = "Bool"}, isCanonical = true, canonicalName = nil, serializedName = nil, scriptability = "ReadWrite", - serializes = true, + serializes = false, }, }, defaults = { @@ -5127,6 +5245,15 @@ return { name = "GamepadService", superclass = "Instance", properties = { + GamepadCursorEnabled = { + name = "GamepadCursorEnabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, }, defaults = { Name = "GamepadService", @@ -5209,6 +5336,7 @@ return { defaults = { C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, F0 = Vector3.new(0, 0, 0), F1 = Vector3.new(0, 0, 0), F2 = Vector3.new(0, 0, 0), @@ -5283,6 +5411,24 @@ return { scriptability = "ReadWrite", serializes = true, }, + ClippedRect = { + name = "ClippedRect", + type = {type = "Data", name = "Rect"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + IsNotOccluded = { + name = "IsNotOccluded", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, Localize = { name = "Localize", type = {type = "Data", name = "Bool"}, @@ -5292,6 +5438,15 @@ return { scriptability = "ReadWrite", serializes = false, }, + RawRect2D = { + name = "RawRect2D", + type = {type = "Data", name = "Rect"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, RootLocalizationTable = { name = "RootLocalizationTable", type = {type = "Data", name = "Ref"}, @@ -5301,6 +5456,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + TotalGroupScale = { + name = "TotalGroupScale", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, }, defaults = { }, @@ -5413,7 +5577,6 @@ return { IgnoreGuiInset = false, Localize = true, Name = "GuiMain", - OnTopOfCoreBlur = false, ResetOnSpawn = true, RootLocalizationTable = nil, ZIndexBehavior = 0, @@ -5441,6 +5604,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + AutomaticSize = { + name = "AutomaticSize", + type = {type = "Enum", name = "AutomaticSize"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, BackgroundColor = { name = "BackgroundColor", type = {type = "Data", name = "BrickColor"}, @@ -5749,12 +5921,9 @@ return { }, defaults = { AutoSelectGuiEnabled = true, - CoreEffectFolder = nil, - CoreGuiFolder = nil, CoreGuiNavigationEnabled = true, GuiNavigationEnabled = true, Name = "GuiService", - SelectedCoreObject = nil, SelectedObject = nil, }, }, @@ -5770,6 +5939,15 @@ return { name = "HandleAdornment", superclass = "PVAdornment", properties = { + AdornCullingMode = { + name = "AdornCullingMode", + type = {type = "Enum", name = "AdornCullingMode"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, AlwaysOnTop = { name = "AlwaysOnTop", type = {type = "Data", name = "Bool"}, @@ -6180,6 +6358,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + DisplayName = { + name = "DisplayName", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, FloorMaterial = { name = "FloorMaterial", type = {type = "Enum", name = "Material"}, @@ -6315,6 +6502,15 @@ return { scriptability = "ReadWrite", serializes = false, }, + RequiresNeck = { + name = "RequiresNeck", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, RigType = { name = "RigType", type = {type = "Enum", name = "HumanoidRigType"}, @@ -6432,6 +6628,7 @@ return { CameraOffset = Vector3.new(0, 0, 0), CollisionType = 0, DisplayDistanceType = 0, + DisplayName = "", Health = 100, HealthDisplayDistance = 100, HealthDisplayType = 0, @@ -6446,6 +6643,7 @@ return { NameDisplayDistance = 100, NameOcclusion = 2, PlatformStand = false, + RequiresNeck = true, RigType = 0, RightLeg = nil, Sit = false, @@ -6838,7 +7036,6 @@ return { LeftLegColor = Color3.new(0, 0, 0), Name = "HumanoidDescription", NeckAccessory = "", - NumberEmotesLoaded = -1, Pants = 0, ProportionScale = 1, RightArm = 0, @@ -6856,6 +7053,14 @@ return { WidthScale = 1, }, }, + ILegacyStudioBridge = { + name = "ILegacyStudioBridge", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, ImageButton = { name = "ImageButton", superclass = "GuiButton", @@ -6974,6 +7179,7 @@ return { AnchorPoint = Vector2.new(0, 0), AutoButtonColor = true, AutoLocalize = true, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -7040,6 +7246,7 @@ return { }, }, defaults = { + AdornCullingMode = 0, Adornee = nil, AlwaysOnTop = false, CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), @@ -7153,6 +7360,7 @@ return { Active = false, AnchorPoint = Vector2.new(0, 0), AutoLocalize = true, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -7329,6 +7537,15 @@ return { scriptability = "ReadWrite", serializes = false, }, + SourceAssetId = { + name = "SourceAssetId", + type = {type = "Data", name = "Int32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, Tags = { name = "Tags", type = {type = "Data", name = "BinaryString"}, @@ -7360,6 +7577,23 @@ return { defaults = { }, }, + InstanceAdornment = { + name = "InstanceAdornment", + superclass = "GuiBase3d", + properties = { + Adornee = { + name = "Adornee", + type = {type = "Data", name = "Ref"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + }, + }, IntConstrainedValue = { name = "IntConstrainedValue", superclass = "ValueBase", @@ -7428,6 +7662,14 @@ return { Value = 0, }, }, + InternalContainer = { + name = "InternalContainer", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, InventoryPages = { name = "InventoryPages", superclass = "Pages", @@ -7467,6 +7709,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + Enabled = { + name = "Enabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, Part0 = { name = "Part0", type = {type = "Data", name = "Ref"}, @@ -7602,6 +7853,15 @@ return { Name = "Instance", }, }, + LanguageService = { + name = "LanguageService", + superclass = "Instance", + properties = { + }, + defaults = { + Name = "LanguageService", + }, + }, LayerCollector = { name = "LayerCollector", superclass = "GuiBase2d", @@ -7637,6 +7897,14 @@ return { defaults = { }, }, + LegacyStudioBridge = { + name = "LegacyStudioBridge", + superclass = "ILegacyStudioBridge", + properties = { + }, + defaults = { + }, + }, Light = { name = "Light", superclass = "Instance", @@ -7730,6 +7998,24 @@ return { scriptability = "ReadWrite", serializes = true, }, + EnvironmentDiffuseScale = { + name = "EnvironmentDiffuseScale", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + EnvironmentSpecularScale = { + name = "EnvironmentSpecularScale", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, ExposureCompensation = { name = "ExposureCompensation", type = {type = "Data", name = "Float32"}, @@ -7784,15 +8070,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - LegacyOutlines = { - name = "LegacyOutlines", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "None", - serializes = true, - }, OutdoorAmbient = { name = "OutdoorAmbient", type = {type = "Data", name = "Color3"}, @@ -7854,6 +8131,8 @@ return { ClockTime = 14, ColorShift_Bottom = Color3.new(0, 0, 0), ColorShift_Top = Color3.new(0, 0, 0), + EnvironmentDiffuseScale = 0, + EnvironmentSpecularScale = 0, ExposureCompensation = 0, FogColor = Color3.new(0.75, 0.75, 0.75), FogEnd = 100000, @@ -7956,6 +8235,7 @@ return { }, }, defaults = { + AdornCullingMode = 0, Adornee = nil, AlwaysOnTop = false, CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), @@ -8059,10 +8339,7 @@ return { }, }, defaults = { - IsTextScraperRunning = false, Name = "LocalizationService", - RobloxForcePlayModeGameLocaleId = "", - RobloxForcePlayModeRobloxLocaleId = "en-us", }, }, LocalizationTable = { @@ -8134,69 +8411,6 @@ return { name = "LuaSettings", superclass = "Instance", properties = { - AreScriptStartsReported = { - name = "AreScriptStartsReported", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - DefaultWaitTime = { - name = "DefaultWaitTime", - type = {type = "Data", name = "Float64"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - GcFrequency = { - name = "GcFrequency", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - GcLimit = { - name = "GcLimit", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - GcPause = { - name = "GcPause", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - GcStepMul = { - name = "GcStepMul", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - WaitingThreadsBudget = { - name = "WaitingThreadsBudget", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, }, defaults = { }, @@ -8214,6 +8428,15 @@ return { scriptability = "None", serializes = false, }, + IsDifferentFromFileSystem = { + name = "IsDifferentFromFileSystem", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "None", + serializes = false, + }, }, defaults = { }, @@ -8227,32 +8450,6 @@ return { Name = "Instance", }, }, - MDIInstance = { - name = "MDIInstance", - superclass = "Instance", - properties = { - FocusedDataModelSession = { - name = "FocusedDataModelSession", - type = {type = "Data", name = "Ref"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, - FocusedDataModelSessionId = { - name = "FocusedDataModelSessionId", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, - }, - defaults = { - }, - }, ManualGlue = { name = "ManualGlue", superclass = "ManualSurfaceJointInstance", @@ -8261,6 +8458,7 @@ return { defaults = { C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, Name = "ManualGlue", Part0 = nil, Part1 = nil, @@ -8282,6 +8480,7 @@ return { defaults = { C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, Name = "ManualWeld", Part0 = nil, Part1 = nil, @@ -8326,6 +8525,42 @@ return { name = "MeshPart", superclass = "TriangleMeshPart", properties = { + DoubleSided = { + name = "DoubleSided", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + HasJointOffset = { + name = "HasJointOffset", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = true, + }, + HasSkinnedMesh = { + name = "HasSkinnedMesh", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = true, + }, + JointOffset = { + name = "JointOffset", + type = {type = "Data", name = "Vector3"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = true, + }, MeshID = { name = "MeshID", type = {type = "Data", name = "Content"}, @@ -8344,6 +8579,15 @@ return { scriptability = "Read", serializes = true, }, + MeshSize = { + name = "MeshSize", + type = {type = "Data", name = "Vector3"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, RenderFidelity = { name = "RenderFidelity", type = {type = "Enum", name = "RenderFidelity"}, @@ -8376,16 +8620,20 @@ return { CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CanCollide = true, CastShadow = true, - CollisionFidelity = 0, + CollisionFidelity = 2, CollisionGroupId = 0, Color = Color3.new(0.6392157, 0.63529414, 0.64705884), CustomPhysicalProperties = nil, + DoubleSided = false, Elasticity = 0.5, Friction = 0.3, FrontParamA = -0.5, FrontParamB = 0.5, FrontSurface = 0, FrontSurfaceInput = 0, + HasJointOffset = false, + HasSkinnedMesh = false, + JointOffset = Vector3.new(0, 0, 0), LeftParamA = -0.5, LeftParamB = 0.5, LeftSurface = 0, @@ -8449,6 +8697,15 @@ return { name = "Model", superclass = "PVInstance", properties = { + LevelOfDetail = { + name = "LevelOfDetail", + type = {type = "Enum", name = "ModelLevelOfDetail"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, PrimaryPart = { name = "PrimaryPart", type = {type = "Data", name = "Ref"}, @@ -8460,6 +8717,7 @@ return { }, }, defaults = { + LevelOfDetail = 0, Name = "Model", PrimaryPart = nil, }, @@ -8530,6 +8788,7 @@ return { C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CurrentAngle = 0, DesiredAngle = 0, + Enabled = true, MaxVelocity = 0, Name = "Motor", Part0 = nil, @@ -8540,6 +8799,24 @@ return { name = "Motor6D", superclass = "Motor", properties = { + ChildName = { + name = "ChildName", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "None", + serializes = false, + }, + ParentName = { + name = "ParentName", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "None", + serializes = false, + }, Transform = { name = "Transform", type = {type = "Data", name = "CFrame"}, @@ -8555,6 +8832,7 @@ return { C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CurrentAngle = 0, DesiredAngle = 0, + Enabled = true, MaxVelocity = 0, Name = "Motor6D", Part0 = nil, @@ -8709,6 +8987,23 @@ return { Name = "Instance", }, }, + MultipleDocumentInterfaceInstance = { + name = "MultipleDocumentInterfaceInstance", + superclass = "Instance", + properties = { + FocusedDataModelSession = { + name = "FocusedDataModelSession", + type = {type = "Data", name = "Ref"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + }, + defaults = { + }, + }, NegateOperation = { name = "NegateOperation", superclass = "PartOperation", @@ -8727,7 +9022,7 @@ return { CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CanCollide = false, CastShadow = true, - CollisionFidelity = 0, + CollisionFidelity = 2, CollisionGroupId = 0, Color = Color3.new(1, 1, 1), CustomPhysicalProperties = nil, @@ -8758,6 +9053,7 @@ return { RotVelocity = Vector3.new(0, 0, 0), Rotation = Vector3.new(0, 0, 0), Size = Vector3.new(4, 1.2, 2), + SmoothingAngle = 0, TopParamA = -0.5, TopParamB = 0.5, TopSurface = 0, @@ -8771,15 +9067,6 @@ return { name = "NetworkClient", superclass = "NetworkPeer", properties = { - Ticket = { - name = "Ticket", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, }, defaults = { }, @@ -8812,15 +9099,6 @@ return { name = "NetworkServer", superclass = "NetworkPeer", properties = { - Port = { - name = "Port", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, }, defaults = { }, @@ -8829,60 +9107,6 @@ return { name = "NetworkSettings", superclass = "Instance", properties = { - ArePhysicsRejectionsReported = { - name = "ArePhysicsRejectionsReported", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - ClientPhysicsSendRate = { - name = "ClientPhysicsSendRate", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - DataGCRate = { - name = "DataGCRate", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - DataMtuAdjust = { - name = "DataMtuAdjust", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - DataSendPriority = { - name = "DataSendPriority", - type = {type = "Enum", name = "PacketPriority"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = false, - }, - DataSendRate = { - name = "DataSendRate", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, ExtraMemoryUsed = { name = "ExtraMemoryUsed", type = {type = "Data", name = "Int32"}, @@ -8901,8 +9125,26 @@ return { scriptability = "Read", serializes = false, }, - IncommingReplicationLag = { - name = "IncommingReplicationLag", + HttpProxyEnabled = { + name = "HttpProxyEnabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + HttpProxyURL = { + name = "HttpProxyURL", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + IncomingReplicationLag = { + name = "IncomingReplicationLag", type = {type = "Data", name = "Float64"}, isCanonical = true, canonicalName = nil, @@ -8910,96 +9152,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - IsQueueErrorComputed = { - name = "IsQueueErrorComputed", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - NetworkOwnerRate = { - name = "NetworkOwnerRate", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PhysicsMtuAdjust = { - name = "PhysicsMtuAdjust", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PhysicsSendPriority = { - name = "PhysicsSendPriority", - type = {type = "Enum", name = "PacketPriority"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = false, - }, - PhysicsSendRate = { - name = "PhysicsSendRate", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PreferredClientPort = { - name = "PreferredClientPort", - type = {type = "Data", name = "Int32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PrintBits = { - name = "PrintBits", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PrintEvents = { - name = "PrintEvents", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PrintFilters = { - name = "PrintFilters", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PrintInstances = { - name = "PrintInstances", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, PrintJoinSizeBreakdown = { name = "PrintJoinSizeBreakdown", type = {type = "Data", name = "Bool"}, @@ -9018,24 +9170,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - PrintProperties = { - name = "PrintProperties", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - PrintSplitMessage = { - name = "PrintSplitMessage", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, PrintStreamInstanceQuota = { name = "PrintStreamInstanceQuota", type = {type = "Data", name = "Bool"}, @@ -9045,42 +9179,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - PrintTouches = { - name = "PrintTouches", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - ProxyEnabled = { - name = "ProxyEnabled", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - ProxyURL = { - name = "ProxyURL", - type = {type = "Data", name = "String"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - ReceiveRate = { - name = "ReceiveRate", - type = {type = "Data", name = "Float64"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, RenderStreamedRegions = { name = "RenderStreamedRegions", type = {type = "Data", name = "Bool"}, @@ -9099,15 +9197,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - TouchSendRate = { - name = "TouchSendRate", - type = {type = "Data", name = "Float32"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, TrackDataTypes = { name = "TrackDataTypes", type = {type = "Data", name = "Bool"}, @@ -9126,15 +9215,6 @@ return { scriptability = "ReadWrite", serializes = true, }, - UsePhysicsPacketCache = { - name = "UsePhysicsPacketCache", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, }, defaults = { }, @@ -9190,24 +9270,6 @@ return { name = "NotificationService", superclass = "Instance", properties = { - IsLuaBottomBarEnabled = { - name = "IsLuaBottomBarEnabled", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, - IsLuaBottomBarWithText = { - name = "IsLuaBottomBarWithText", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, IsLuaChatEnabled = { name = "IsLuaChatEnabled", type = {type = "Data", name = "Bool"}, @@ -9226,15 +9288,6 @@ return { scriptability = "Read", serializes = false, }, - IsLuaHomeWithAvatarEnabled = { - name = "IsLuaHomeWithAvatarEnabled", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "Read", - serializes = false, - }, SelectedTheme = { name = "SelectedTheme", type = {type = "Data", name = "String"}, @@ -9247,7 +9300,6 @@ return { }, defaults = { Name = "NotificationService", - SelectedTheme = "", }, }, NumberValue = { @@ -9296,6 +9348,14 @@ return { defaults = { }, }, + OutfitPages = { + name = "OutfitPages", + superclass = "Pages", + properties = { + }, + defaults = { + }, + }, PVAdornment = { name = "PVAdornment", superclass = "GuiBase3d", @@ -9462,17 +9522,6 @@ return { }, }, defaults = { - A = 1, - Adornee = nil, - B = 0, - C = 0, - Color = BrickColor.new(1), - Color3 = Color3.new(0.9490197, 0.95294124, 0.95294124), - Name = "ParabolaAdornment", - Range = 1, - Thickness = 1, - Transparency = 0, - Visible = true, }, }, Part = { @@ -9580,6 +9629,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + SmoothingAngle = { + name = "SmoothingAngle", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, TriangleCount = { name = "TriangleCount", type = {type = "Data", name = "Int32"}, @@ -9612,7 +9670,7 @@ return { CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CanCollide = true, CastShadow = true, - CollisionFidelity = 0, + CollisionFidelity = 2, CollisionGroupId = 0, Color = Color3.new(1, 1, 1), CustomPhysicalProperties = nil, @@ -9643,6 +9701,7 @@ return { RotVelocity = Vector3.new(0, 0, 0), Rotation = Vector3.new(0, 0, 0), Size = Vector3.new(4, 1.2, 2), + SmoothingAngle = 0, TopParamA = -0.5, TopParamB = 0.5, TopSurface = 0, @@ -9906,12 +9965,13 @@ return { Name = "Instance", }, }, - PhysicsPacketCache = { - name = "PhysicsPacketCache", + PermissionsService = { + name = "PermissionsService", superclass = "Instance", properties = { }, defaults = { + Name = "PermissionsService", }, }, PhysicsService = { @@ -10044,6 +10104,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + AreTerrainReplicationRegionsShown = { + name = "AreTerrainReplicationRegionsShown", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, AreUnalignedPartsShown = { name = "AreUnalignedPartsShown", type = {type = "Data", name = "Bool"}, @@ -10071,6 +10140,24 @@ return { scriptability = "ReadWrite", serializes = true, }, + ForceCSGv2 = { + name = "ForceCSGv2", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + IsInterpolationThrottleShown = { + name = "IsInterpolationThrottleShown", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, IsReceiveAgeShown = { name = "IsReceiveAgeShown", type = {type = "Data", name = "Bool"}, @@ -10441,6 +10528,15 @@ return { scriptability = "ReadWrite", serializes = false, }, + PlatformName = { + name = "PlatformName", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, ReplicationFocus = { name = "ReplicationFocus", type = {type = "Data", name = "Ref"}, @@ -10535,6 +10631,32 @@ return { defaults = { }, }, + PlayerEmulatorService = { + name = "PlayerEmulatorService", + superclass = "Instance", + properties = { + PlayerEmulationEnabled = { + name = "PlayerEmulationEnabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, + StudioEmulatedCountryRegionCode = { + name = "StudioEmulatedCountryRegionCode", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, + }, + defaults = { + }, + }, PlayerGui = { name = "PlayerGui", superclass = "BasePlayerGui", @@ -10745,8 +10867,8 @@ return { scriptability = "Read", serializes = false, }, - MDIInstance = { - name = "MDIInstance", + MultipleDocumentInterfaceInstance = { + name = "MultipleDocumentInterfaceInstance", type = {type = "Data", name = "Ref"}, isCanonical = true, canonicalName = nil, @@ -10836,12 +10958,17 @@ return { }, }, defaults = { - Checked = true, - DefaultShortcut = "", - Enabled = false, Name = "Instance", }, }, + PluginDebugService = { + name = "PluginDebugService", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, PluginDragEvent = { name = "PluginDragEvent", superclass = "Instance", @@ -10920,6 +11047,14 @@ return { defaults = { }, }, + PluginManagerInterface = { + name = "PluginManagerInterface", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, PluginMenu = { name = "PluginMenu", superclass = "Instance", @@ -11033,6 +11168,24 @@ return { name = "PolicyService", superclass = "Instance", properties = { + IsLuobuServer = { + name = "IsLuobuServer", + type = {type = "Enum", name = "TriStateBoolean"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + LuobuWhitelisted = { + name = "LuobuWhitelisted", + type = {type = "Enum", name = "TriStateBoolean"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, }, defaults = { Name = "PolicyService", @@ -11140,6 +11293,164 @@ return { Visible = false, }, }, + ProximityPrompt = { + name = "ProximityPrompt", + superclass = "Instance", + properties = { + ActionText = { + name = "ActionText", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + ClickablePrompt = { + name = "ClickablePrompt", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Enabled = { + name = "Enabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Exclusivity = { + name = "Exclusivity", + type = {type = "Enum", name = "ProximityPromptExclusivity"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + GamepadKeyCode = { + name = "GamepadKeyCode", + type = {type = "Enum", name = "KeyCode"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + HoldDuration = { + name = "HoldDuration", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + KeyboardKeyCode = { + name = "KeyboardKeyCode", + type = {type = "Enum", name = "KeyCode"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + MaxActivationDistance = { + name = "MaxActivationDistance", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + ObjectText = { + name = "ObjectText", + type = {type = "Data", name = "String"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + RequiresLineOfSight = { + name = "RequiresLineOfSight", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Style = { + name = "Style", + type = {type = "Enum", name = "ProximityPromptStyle"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + UIOffset = { + name = "UIOffset", + type = {type = "Data", name = "Vector2"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + ActionText = "Interact", + ClickablePrompt = true, + Enabled = true, + Exclusivity = 0, + GamepadKeyCode = 1000, + HoldDuration = 0, + KeyboardKeyCode = 101, + MaxActivationDistance = 10, + Name = "ProximityPrompt", + ObjectText = "", + RequiresLineOfSight = true, + Style = 0, + UIOffset = Vector2.new(0, 0), + }, + }, + ProximityPromptService = { + name = "ProximityPromptService", + superclass = "Instance", + properties = { + Enabled = { + name = "Enabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + MaxPromptsVisible = { + name = "MaxPromptsVisible", + type = {type = "Data", name = "Int32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + Enabled = true, + MaxPromptsVisible = 16, + Name = "ProximityPromptService", + }, + }, QWidgetPluginGui = { name = "QWidgetPluginGui", superclass = "PluginGui", @@ -11172,7 +11483,6 @@ return { properties = { }, defaults = { - Name = "RbxAnalyticsService", }, }, ReflectionMetadata = { @@ -11594,6 +11904,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + MeshPartDetailLevel = { + name = "MeshPartDetailLevel", + type = {type = "Enum", name = "MeshPartDetailLevel"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, QualityLevel = { name = "QualityLevel", type = {type = "Enum", name = "QualityLevel"}, @@ -11762,6 +12081,15 @@ return { Name = "ReplicatedFirst", }, }, + ReplicatedScriptService = { + name = "ReplicatedScriptService", + superclass = "Instance", + properties = { + }, + defaults = { + Name = "ReplicatedScriptService", + }, + }, ReplicatedStorage = { name = "ReplicatedStorage", superclass = "Instance", @@ -11838,7 +12166,6 @@ return { properties = { }, defaults = { - Name = "RobloxPluginGuiService", }, }, RobloxReplicatedStorage = { @@ -11847,7 +12174,6 @@ return { properties = { }, defaults = { - Name = "RobloxReplicatedStorage", }, }, RocketPropulsion = { @@ -12073,6 +12399,7 @@ return { defaults = { C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, Name = "Rotate", Part0 = nil, Part1 = nil, @@ -12087,6 +12414,7 @@ return { BaseAngle = 0, C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, Name = "RotateP", Part0 = nil, Part1 = nil, @@ -12101,6 +12429,7 @@ return { BaseAngle = 0, C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, Name = "RotateV", Part0 = nil, Part1 = nil, @@ -12145,7 +12474,6 @@ return { properties = { }, defaults = { - Name = "Instance", }, }, ScreenGui = { @@ -12187,7 +12515,6 @@ return { IgnoreGuiInset = false, Localize = true, Name = "ScreenGui", - OnTopOfCoreBlur = false, ResetOnSpawn = true, RootLocalizationTable = nil, ZIndexBehavior = 0, @@ -12289,6 +12616,15 @@ return { name = "ScrollingFrame", superclass = "GuiObject", properties = { + AbsoluteCanvasSize = { + name = "AbsoluteCanvasSize", + type = {type = "Data", name = "Vector2"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, AbsoluteWindowSize = { name = "AbsoluteWindowSize", type = {type = "Data", name = "Vector2"}, @@ -12298,6 +12634,15 @@ return { scriptability = "Read", serializes = false, }, + AutomaticCanvasSize = { + name = "AutomaticCanvasSize", + type = {type = "Enum", name = "AutomaticSize"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, BottomImage = { name = "BottomImage", type = {type = "Data", name = "Content"}, @@ -12334,6 +12679,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + HorizontalBarRect = { + name = "HorizontalBarRect", + type = {type = "Data", name = "Rect"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, HorizontalScrollBarInset = { name = "HorizontalScrollBarInset", type = {type = "Enum", name = "ScrollBarInset"}, @@ -12343,6 +12697,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + MaxCanvasPosition = { + name = "MaxCanvasPosition", + type = {type = "Data", name = "Vector2"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, MidImage = { name = "MidImage", type = {type = "Data", name = "Content"}, @@ -12406,6 +12769,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + VerticalBarRect = { + name = "VerticalBarRect", + type = {type = "Data", name = "Rect"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, VerticalScrollBarInset = { name = "VerticalScrollBarInset", type = {type = "Enum", name = "ScrollBarInset"}, @@ -12429,6 +12801,8 @@ return { Active = false, AnchorPoint = Vector2.new(0, 0), AutoLocalize = true, + AutomaticCanvasSize = 0, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -12551,6 +12925,15 @@ return { name = "Selection", superclass = "Instance", properties = { + ActiveInstance = { + name = "ActiveInstance", + type = {type = "Data", name = "Ref"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, }, defaults = { Name = "Selection", @@ -12558,7 +12941,7 @@ return { }, SelectionBox = { name = "SelectionBox", - superclass = "PVAdornment", + superclass = "InstanceAdornment", properties = { LineThickness = { name = "LineThickness", @@ -12762,6 +13145,14 @@ return { defaults = { }, }, + SessionService = { + name = "SessionService", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, Shirt = { name = "Shirt", superclass = "Clothing", @@ -13310,6 +13701,7 @@ return { defaults = { C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, Name = "Snap", Part0 = nil, Part1 = nil, @@ -13832,6 +14224,7 @@ return { }, }, defaults = { + AdornCullingMode = 0, Adornee = nil, AlwaysOnTop = false, CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), @@ -14113,7 +14506,7 @@ return { isCanonical = true, canonicalName = nil, serializedName = nil, - scriptability = "ReadWrite", + scriptability = "Read", serializes = true, }, AutoJumpEnabled = { @@ -14458,23 +14851,6 @@ return { DevTouchCameraMovementMode = 0, DevTouchMovementMode = 0, EnableMouseLockOption = true, - GameSettingsAssetIDFace = 0, - GameSettingsAssetIDHead = 0, - GameSettingsAssetIDLeftArm = 0, - GameSettingsAssetIDLeftLeg = 0, - GameSettingsAssetIDPants = 0, - GameSettingsAssetIDRightArm = 0, - GameSettingsAssetIDRightLeg = 0, - GameSettingsAssetIDShirt = 0, - GameSettingsAssetIDTeeShirt = 0, - GameSettingsAssetIDTorso = 0, - GameSettingsAvatar = 1, - GameSettingsR15Collision = 0, - GameSettingsScaleRangeBodyType = NumberRange.new(0, 1), - GameSettingsScaleRangeHead = NumberRange.new(0.95, 1), - GameSettingsScaleRangeHeight = NumberRange.new(0.9, 1.05), - GameSettingsScaleRangeProportion = NumberRange.new(0, 1), - GameSettingsScaleRangeWidth = NumberRange.new(0.7, 1), HealthDisplayDistance = 100, LoadCharacterAppearance = true, Name = "StarterPlayer", @@ -14636,6 +15012,15 @@ return { name = "Studio", superclass = "Instance", properties = { + CommandBarLocalState = { + name = "CommandBarLocalState", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, DefaultScriptFileDir = { name = "DefaultScriptFileDir", type = {type = "Unimplemented", name = "QDir"}, @@ -14672,6 +15057,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + LocalAssetsFolder = { + name = "LocalAssetsFolder", + type = {type = "Unimplemented", name = "QDir"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, LuaDebuggerEnabled = { name = "LuaDebuggerEnabled", type = {type = "Data", name = "Bool"}, @@ -14717,6 +15111,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + PluginDebuggingEnabled = { + name = "PluginDebuggingEnabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, PluginsDir = { name = "PluginsDir", type = {type = "Unimplemented", name = "QDir"}, @@ -14726,9 +15129,9 @@ return { scriptability = "ReadWrite", serializes = true, }, - RecentSavesDir = { - name = "RecentSavesDir", - type = {type = "Unimplemented", name = "QDir"}, + Rulers = { + name = "Rulers", + type = {type = "Data", name = "String"}, isCanonical = true, canonicalName = nil, serializedName = nil, @@ -14770,6 +15173,33 @@ return { name = "StudioData", superclass = "Instance", properties = { + EnableScriptCollabByDefaultOnLoad = { + name = "EnableScriptCollabByDefaultOnLoad", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + EnableScriptCollabOnLoad = { + name = "EnableScriptCollabOnLoad", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + EnableScriptCollabVersionHistoryOnLoad = { + name = "EnableScriptCollabVersionHistoryOnLoad", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, SrcPlaceId = { name = "SrcPlaceId", type = {type = "Data", name = "Int32"}, @@ -14805,6 +15235,33 @@ return { scriptability = "Read", serializes = false, }, + AlignDraggedObjects = { + name = "AlignDraggedObjects", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + DraggerSolveConstraints = { + name = "DraggerSolveConstraints", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + DrawConstraintsOnTop = { + name = "DrawConstraintsOnTop", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, GridSize = { name = "GridSize", type = {type = "Data", name = "Float32"}, @@ -14814,6 +15271,15 @@ return { scriptability = "Read", serializes = false, }, + HoverInstance = { + name = "HoverInstance", + type = {type = "Data", name = "Ref"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, InstalledPluginData = { name = "InstalledPluginData", type = {type = "Data", name = "String"}, @@ -14832,6 +15298,24 @@ return { scriptability = "Read", serializes = false, }, + ShowActiveInstanceHighlight = { + name = "ShowActiveInstanceHighlight", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, + ShowConstraintDetails = { + name = "ShowConstraintDetails", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, StudioLocaleId = { name = "StudioLocaleId", type = {type = "Data", name = "String"}, @@ -14894,6 +15378,69 @@ return { Spread = 1, }, }, + SurfaceAppearance = { + name = "SurfaceAppearance", + superclass = "Instance", + properties = { + AlphaMode = { + name = "AlphaMode", + type = {type = "Enum", name = "AlphaMode"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + ColorMap = { + name = "ColorMap", + type = {type = "Data", name = "Content"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + MetalnessMap = { + name = "MetalnessMap", + type = {type = "Data", name = "Content"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + NormalMap = { + name = "NormalMap", + type = {type = "Data", name = "Content"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + RoughnessMap = { + name = "RoughnessMap", + type = {type = "Data", name = "Content"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + TexturePack = { + name = "TexturePack", + type = {type = "Data", name = "Content"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + Name = "SurfaceAppearance", + }, + }, SurfaceGui = { name = "SurfaceGui", superclass = "LayerCollector", @@ -15152,6 +15699,15 @@ return { scriptability = "ReadWrite", serializes = false, }, + ChildOrder = { + name = "ChildOrder", + type = {type = "Data", name = "Int32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, Score = { name = "Score", type = {type = "Data", name = "Int32"}, @@ -15211,6 +15767,15 @@ return { name = "Terrain", superclass = "BasePart", properties = { + Decoration = { + name = "Decoration", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "None", + serializes = true, + }, IsSmooth = { name = "IsSmooth", type = {type = "Data", name = "Bool"}, @@ -15552,6 +16117,15 @@ return { scriptability = "ReadWrite", serializes = false, }, + RichText = { + name = "RichText", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, SelectionStart = { name = "SelectionStart", type = {type = "Data", name = "Int32"}, @@ -15728,6 +16302,7 @@ return { Active = true, AnchorPoint = Vector2.new(0, 0), AutoLocalize = true, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -15739,24 +16314,21 @@ return { ClipsDescendants = false, CursorPosition = 1, Draggable = false, - EnableRealtimeFilteringHints = false, Font = 0, FontSize = 0, LayoutOrder = 0, LineHeight = 1, Localize = true, - ManualFocusRelease = false, MultiLine = false, Name = "TextBox", NextSelectionDown = nil, NextSelectionLeft = nil, NextSelectionRight = nil, NextSelectionUp = nil, - OverlayNativeInput = false, PlaceholderColor3 = Color3.new(0.7, 0.7, 0.7), PlaceholderText = "", Position = UDim2.new(0, 0, 0, 0), - ReturnKeyType = 0, + RichText = false, RootLocalizationTable = nil, Rotation = 0, Selectable = true, @@ -15769,7 +16341,6 @@ return { TextColor = BrickColor.new(26), TextColor3 = Color3.new(0.10588236, 0.16470589, 0.20784315), TextEditable = true, - TextInputType = 0, TextScaled = false, TextSize = 8, TextStrokeColor3 = Color3.new(0, 0, 0), @@ -15825,6 +16396,15 @@ return { scriptability = "Read", serializes = false, }, + RichText = { + name = "RichText", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, Text = { name = "Text", type = {type = "Data", name = "String"}, @@ -15966,6 +16546,7 @@ return { AnchorPoint = Vector2.new(0, 0), AutoButtonColor = true, AutoLocalize = true, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -15987,6 +16568,7 @@ return { NextSelectionRight = nil, NextSelectionUp = nil, Position = UDim2.new(0, 0, 0, 0), + RichText = false, RootLocalizationTable = nil, Rotation = 0, Selectable = true, @@ -16061,6 +16643,15 @@ return { scriptability = "Read", serializes = false, }, + RichText = { + name = "RichText", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, Text = { name = "Text", type = {type = "Data", name = "String"}, @@ -16201,6 +16792,7 @@ return { Active = false, AnchorPoint = Vector2.new(0, 0), AutoLocalize = true, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -16221,6 +16813,7 @@ return { NextSelectionRight = nil, NextSelectionUp = nil, Position = UDim2.new(0, 0, 0, 0), + RichText = false, RootLocalizationTable = nil, Rotation = 0, Selectable = false, @@ -16496,6 +17089,14 @@ return { defaults = { }, }, + TracerService = { + name = "TracerService", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, Trail = { name = "Trail", superclass = "Instance", @@ -16920,6 +17521,84 @@ return { defaults = { }, }, + UICorner = { + name = "UICorner", + superclass = "UIComponent", + properties = { + CornerRadius = { + name = "CornerRadius", + type = {type = "Data", name = "UDim"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + CornerRadius = UDim.new(0, 8), + Name = "UICorner", + }, + }, + UIGradient = { + name = "UIGradient", + superclass = "UIComponent", + properties = { + Color = { + name = "Color", + type = {type = "Data", name = "ColorSequence"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Enabled = { + name = "Enabled", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Offset = { + name = "Offset", + type = {type = "Data", name = "Vector2"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Rotation = { + name = "Rotation", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Transparency = { + name = "Transparency", + type = {type = "Data", name = "NumberSequence"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(1, 1, 1))}), + Enabled = true, + Name = "UIGradient", + Offset = Vector2.new(0, 0), + Rotation = 0, + Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0, 0), NumberSequenceKeypoint.new(1, 0, 0)}), + }, + }, UIGridLayout = { name = "UIGridLayout", superclass = "UIGridStyleLayout", @@ -17044,39 +17723,6 @@ return { defaults = { }, }, - UIInlineLayout = { - name = "UIInlineLayout", - superclass = "UIGridStyleLayout", - properties = { - InlineAlignment = { - name = "InlineAlignment", - type = {type = "Enum", name = "InlineAlignment"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - InlinePadding = { - name = "InlinePadding", - type = {type = "Data", name = "UDim2"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "ReadWrite", - serializes = true, - }, - }, - defaults = { - FillDirection = 0, - HorizontalAlignment = 1, - InlineAlignment = 1, - InlinePadding = UDim2.new(0, 0, 0, 0), - Name = "UIInlineLayout", - SortOrder = 0, - VerticalAlignment = 1, - }, - }, UILayout = { name = "UILayout", superclass = "UIComponent", @@ -17417,7 +18063,7 @@ return { CFrame = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CanCollide = true, CastShadow = true, - CollisionFidelity = 0, + CollisionFidelity = 2, CollisionGroupId = 0, Color = Color3.new(1, 1, 1), CustomPhysicalProperties = nil, @@ -17448,6 +18094,7 @@ return { RotVelocity = Vector3.new(0, 0, 0), Rotation = Vector3.new(0, 0, 0), Size = Vector3.new(4, 1.2, 2), + SmoothingAngle = 0, TopParamA = -0.5, TopParamB = 0.5, TopSurface = 0, @@ -17457,6 +18104,14 @@ return { Velocity = Vector3.new(0, 0, 0), }, }, + UnvalidatedAssetService = { + name = "UnvalidatedAssetService", + superclass = "Instance", + properties = { + }, + defaults = { + }, + }, UserGameSettings = { name = "UserGameSettings", superclass = "Instance", @@ -17542,6 +18197,15 @@ return { scriptability = "ReadWrite", serializes = true, }, + GraphicsQualityLevel = { + name = "GraphicsQualityLevel", + type = {type = "Data", name = "Int32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, HasEverUsedVR = { name = "HasEverUsedVR", type = {type = "Data", name = "Bool"}, @@ -18002,14 +18666,20 @@ return { }, }, defaults = { - GazeSelectionEnabled = true, - LegacyInputEventsEnabled = true, ModalEnabled = false, MouseBehavior = 0, MouseDeltaSensitivity = 1, MouseIconEnabled = true, Name = "Instance", - OverrideMouseIconBehavior = 0, + }, + }, + UserService = { + name = "UserService", + superclass = "Instance", + properties = { + }, + defaults = { + Name = "UserService", }, }, UserSettings = { @@ -18354,6 +19024,7 @@ return { C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CurrentAngle = 0, DesiredAngle = 0, + Enabled = true, Hole = nil, MaxVelocity = 0, Name = "VelocityMotor", @@ -18369,6 +19040,121 @@ return { defaults = { }, }, + VideoFrame = { + name = "VideoFrame", + superclass = "GuiObject", + properties = { + IsLoaded = { + name = "IsLoaded", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + Looped = { + name = "Looped", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Playing = { + name = "Playing", + type = {type = "Data", name = "Bool"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Resolution = { + name = "Resolution", + type = {type = "Data", name = "Vector2"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + TimeLength = { + name = "TimeLength", + type = {type = "Data", name = "Float64"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "Read", + serializes = false, + }, + TimePosition = { + name = "TimePosition", + type = {type = "Data", name = "Float64"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Video = { + name = "Video", + type = {type = "Data", name = "Content"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + Volume = { + name = "Volume", + type = {type = "Data", name = "Float32"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + }, + defaults = { + Active = false, + AnchorPoint = Vector2.new(0, 0), + AutoLocalize = true, + AutomaticSize = 0, + BackgroundColor = BrickColor.new(194), + BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), + BackgroundTransparency = 0, + BorderColor = BrickColor.new(26), + BorderColor3 = Color3.new(0.10588236, 0.16470589, 0.20784315), + BorderMode = 0, + BorderSizePixel = 1, + ClipsDescendants = false, + Draggable = false, + LayoutOrder = 0, + Localize = true, + Looped = false, + Name = "VideoFrame", + NextSelectionDown = nil, + NextSelectionLeft = nil, + NextSelectionRight = nil, + NextSelectionUp = nil, + Playing = false, + Position = UDim2.new(0, 0, 0, 0), + RootLocalizationTable = nil, + Rotation = 0, + Selectable = false, + SelectionImageObject = nil, + Size = UDim2.new(0, 0, 0, 0), + SizeConstraint = 0, + TimePosition = 0, + Transparency = 0, + Video = "", + Visible = true, + Volume = 1, + ZIndex = 1, + }, + }, ViewportFrame = { name = "ViewportFrame", superclass = "GuiObject", @@ -18433,6 +19219,7 @@ return { Ambient = Color3.new(0.78431374, 0.78431374, 0.78431374), AnchorPoint = Vector2.new(0, 0), AutoLocalize = true, + AutomaticSize = 0, BackgroundColor = BrickColor.new(194), BackgroundColor3 = Color3.new(0.6392157, 0.63529414, 0.64705884), BackgroundTransparency = 0, @@ -18481,7 +19268,6 @@ return { }, }, defaults = { - AdditionalLuaState = "", Name = "VirtualInputManager", }, }, @@ -18567,6 +19353,7 @@ return { defaults = { C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), + Enabled = true, Name = "Weld", Part0 = nil, Part1 = nil, @@ -18622,7 +19409,7 @@ return { }, Workspace = { name = "Workspace", - superclass = "Model", + superclass = "WorldRoot", properties = { AllowThirdPartySales = { name = "AllowThirdPartySales", @@ -18639,7 +19426,7 @@ return { isCanonical = true, canonicalName = nil, serializedName = nil, - scriptability = "Custom", + scriptability = "None", serializes = true, }, CurrentCamera = { @@ -18687,6 +19474,33 @@ return { scriptability = "ReadWrite", serializes = true, }, + InterpolationThrottling = { + name = "InterpolationThrottling", + type = {type = "Enum", name = "InterpolationThrottlingMode"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = true, + }, + MeshPartHeads = { + name = "MeshPartHeads", + type = {type = "Enum", name = "MeshPartHeads"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "None", + serializes = true, + }, + PhysicsSimulationRate = { + name = "PhysicsSimulationRate", + type = {type = "Enum", name = "PhysicsSimulationRate"}, + isCanonical = true, + canonicalName = nil, + serializedName = nil, + scriptability = "ReadWrite", + serializes = false, + }, StreamingEnabled = { name = "StreamingEnabled", type = {type = "Data", name = "Bool"}, @@ -18723,15 +19537,6 @@ return { scriptability = "None", serializes = true, }, - TemporaryLegacyPhysicsSolverOverride = { - name = "TemporaryLegacyPhysicsSolverOverride", - type = {type = "Data", name = "Bool"}, - isCanonical = true, - canonicalName = nil, - serializedName = nil, - scriptability = "None", - serializes = false, - }, Terrain = { name = "Terrain", type = {type = "Data", name = "Ref"}, @@ -18749,9 +19554,30 @@ return { FallenPartsDestroyHeight = -500, FilteringEnabled = false, Gravity = 196.2, + InterpolationThrottling = 0, + LevelOfDetail = 0, Name = "Workspace", PrimaryPart = nil, StreamingEnabled = false, }, }, + WorldModel = { + name = "WorldModel", + superclass = "WorldRoot", + properties = { + }, + defaults = { + LevelOfDetail = 0, + Name = "WorldModel", + PrimaryPart = nil, + }, + }, + WorldRoot = { + name = "WorldRoot", + superclass = "Model", + properties = { + }, + defaults = { + }, + }, }