Update Dumpers

This commit is contained in:
phoriah
2024-06-20 03:17:32 +02:00
parent 867bdd7251
commit dd55f8a061
5 changed files with 13 additions and 8 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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

View File

@@ -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)

View File

@@ -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)