diff --git a/Tools/ExpectedClassDumper for NotCreatable/Dump b/Tools/ExpectedClassDumper for NotCreatable/Dump index 7477395..c57f921 100644 --- a/Tools/ExpectedClassDumper for NotCreatable/Dump +++ b/Tools/ExpectedClassDumper for NotCreatable/Dump @@ -79,6 +79,9 @@ TextChatMessage.TextSource {TextSource} Trail.Attachment0 {Attachment} Trail.Attachment1 {Attachment} +UIDragDetector.BoundingUI {GuiBase2d} +UIDragDetector.ReferenceUIInstance {GuiObject} + WeldConstraint.Part0Internal {BasePart} WeldConstraint.Part1Internal {BasePart} diff --git a/Tools/Interesting Properties Behavior/Dump b/Tools/Interesting Properties Behavior/Dump index 30cced6..a820b33 100644 --- a/Tools/Interesting Properties Behavior/Dump +++ b/Tools/Interesting Properties Behavior/Dump @@ -179,7 +179,7 @@ DebuggerManager.DebuggingEnabled {CanSave Only} DraggerService is NotCreatable but DraggerService.AlignDraggedObjects has a default value: __api_dump_skipped_class__ -ExperienceStateCaptureService is NotCreatable but ExperienceStateCaptureService.IsInCaptureMode has a default value: false +ExperienceStateCaptureService is NotCreatable but ExperienceStateCaptureService.HiddenSelectionEnabled has a default value: false FaceAnimatorService is NotCreatable but FaceAnimatorService.AudioAnimationEnabled has a default value: true @@ -223,6 +223,7 @@ TextButton.Font {CanLoad Only} TextButton.FontSize {CanLoad Only} TextButton.FontSize {Deprecated} TextButton.LocalizedText {CanSave Only} +TextButton.OpenTypeFeaturesError {CanSave Only} TextButton.TextColor {CanLoad Only} TextButton.TextColor {Deprecated} TextButton.TextWrap {CanLoad Only} @@ -232,6 +233,7 @@ TextLabel.Font {CanLoad Only} TextLabel.FontSize {CanLoad Only} TextLabel.FontSize {Deprecated} TextLabel.LocalizedText {CanSave Only} +TextLabel.OpenTypeFeaturesError {CanSave Only} TextLabel.TextColor {CanLoad Only} TextLabel.TextColor {Deprecated} TextLabel.TextWrap {CanLoad Only} @@ -243,6 +245,7 @@ ScrollingFrame.AbsoluteWindowSize {CanSave Only} TextBox.Font {CanLoad Only} TextBox.FontSize {CanLoad Only} TextBox.FontSize {Deprecated} +TextBox.OpenTypeFeaturesError {CanSave Only} TextBox.TextColor {CanLoad Only} TextBox.TextColor {Deprecated} TextBox.TextWrap {CanLoad Only} diff --git a/Tools/NotScriptable-Related/NotScriptable Dumper/Dump b/Tools/NotScriptable-Related/NotScriptable Dumper/Dump index 6d1b2de..dbaa3da 100644 --- a/Tools/NotScriptable-Related/NotScriptable Dumper/Dump +++ b/Tools/NotScriptable-Related/NotScriptable Dumper/Dump @@ -9,18 +9,12 @@ Instance.UniqueId AnimationClip.GuidBinaryString {BinaryString} AnimationRigData.articulatedJoint {BinaryString} -AnimationRigData.endEffectorRotationConstraint {BinaryString} -AnimationRigData.endEffectorTranslationConstraint {BinaryString} -AnimationRigData.endEffectorWeight {BinaryString} -AnimationRigData.facsControl {BinaryString} AnimationRigData.label {BinaryString} AnimationRigData.name {BinaryString} AnimationRigData.parent {BinaryString} AnimationRigData.postTransform {BinaryString} AnimationRigData.preTransform {BinaryString} -AnimationRigData.rootMotion {BinaryString} AnimationRigData.transform {BinaryString} -AnimationRigData.weight {BinaryString} StarterGui.RtlTextSupport StarterGui.VirtualCursorMode @@ -173,7 +167,6 @@ Workspace.AvatarUnificationMode Workspace.CSGAsyncDynamicCollision Workspace.CollisionGroupData {BinaryString} Workspace.DecreaseMinimumPartDensityMode -Workspace.EditorLiveScripting Workspace.ExplicitAutoJoints Workspace.FluidForces Workspace.IKControlConstraintSupport @@ -206,6 +199,8 @@ Player.RawJoinData {BinaryString} Players.UseStrafingAnimations +ColorCorrectionEffect.TonemapperPreset + RotationCurve.ValuesAndTimes {BinaryString} ScriptDebugger.CoreScriptIdentifier diff --git a/Tools/NotScriptable-Related/NotScriptable Proxy Dumper/NotScriptable Proxy Dumper.luau b/Tools/NotScriptable-Related/NotScriptable Proxy Dumper/NotScriptable Proxy Dumper.luau index 00869c0..ea10fef 100644 --- a/Tools/NotScriptable-Related/NotScriptable Proxy Dumper/NotScriptable Proxy Dumper.luau +++ b/Tools/NotScriptable-Related/NotScriptable Proxy Dumper/NotScriptable Proxy Dumper.luau @@ -168,6 +168,8 @@ do instance = UserSettings() elseif ClassName == "GlobalSettings" then instance = settings() + elseif ClassName == "TerrainRegion" then + instance = workspace.Terrain:CopyRegion(Region3int16.new()) end if ClassInfo.Tags and ClassInfo.Tags.Service and ClassName ~= "VoiceChatInternal" then -- writefile("crasher.txt", ClassName) diff --git a/Tools/NotScriptable-Related/Potentially Missing Properties Dumper/Potentially Missing Properties Dumper.luau b/Tools/NotScriptable-Related/Potentially Missing Properties Dumper/Potentially Missing Properties Dumper.luau index 9374eb3..b93eb28 100644 --- a/Tools/NotScriptable-Related/Potentially Missing Properties Dumper/Potentially Missing Properties Dumper.luau +++ b/Tools/NotScriptable-Related/Potentially Missing Properties Dumper/Potentially Missing Properties Dumper.luau @@ -144,6 +144,8 @@ do instance = UserSettings() elseif ClassName == "GlobalSettings" then instance = settings() + elseif ClassName == "TerrainRegion" then + instance = workspace.Terrain:CopyRegion(Region3int16.new()) end if ClassInfo.Tags and ClassInfo.Tags.Service and ClassName ~= "VoiceChatInternal" then -- writefile("crasher", ClassName)