mirror of
https://github.com/luau/UniversalSynSaveInstance.git
synced 2026-02-08 00:23:23 +02:00
Updated Dumps
This commit is contained in:
@@ -2,41 +2,77 @@ Doesnt get everything; Also varies per executor; Tested on Codex
|
||||
|
||||
BallSocketConstraint.MaxFrictionTorqueXml - MaxFrictionTorque
|
||||
|
||||
BasePart.MaterialVariantSerialized - MaterialVariant
|
||||
BasePart.MaterialVariantSerialized - CurrentPhysicalProperties
|
||||
BasePart.MaterialVariantSerialized - PropertyStatusStudio
|
||||
BasePart.size - Size
|
||||
BasePart.size - AssemblyMass
|
||||
BasePart.size - Mass
|
||||
BasePart.CollisionGroup - CollisionGroupReplicate
|
||||
BasePart.MaterialVariant - MaterialVariantSerialized
|
||||
BasePart.MaterialVariant - PropertyStatusStudio
|
||||
BasePart.CollisionGroupReplicate - CollisionGroupId
|
||||
BasePart.CollisionGroupReplicate - CollisionGroup
|
||||
BasePart.CollisionGroupId - CollisionGroupReplicate
|
||||
|
||||
DoubleConstrainedValue.value - Value
|
||||
DoubleConstrainedValue.ConstrainedValue - value
|
||||
DoubleConstrainedValue.Value - value
|
||||
|
||||
Fire.Heat - heat_xml
|
||||
Fire.size_xml - Size
|
||||
Fire.heat_xml - Heat
|
||||
Fire.size - size_xml
|
||||
|
||||
FormFactorPart.formFactorRaw - FormFactor
|
||||
HopperBin.TextureName - TextureId
|
||||
|
||||
Humanoid.Health_XML - Health
|
||||
Humanoid.Jump - JumpReplicate
|
||||
Humanoid.Health - Health_XML
|
||||
Humanoid.InternalOriginalHipHeight - InternalBodyScale
|
||||
Humanoid.JumpReplicate - Jump
|
||||
Humanoid.MoveDirectionInternal - MoveDirection
|
||||
|
||||
IntConstrainedValue.value - Value
|
||||
Instance.Sandboxed - DefinesCapabilities
|
||||
|
||||
LuaSourceContainer.ScriptGuid - OriginalScriptGuid
|
||||
IntConstrainedValue.ConstrainedValue - value
|
||||
|
||||
MaterialService.Use2022MaterialsXml - Use2022Materials
|
||||
MaterialService.Use2022Materials - Use2022MaterialsXml
|
||||
|
||||
MeshPart.InitialSize - MeshSize
|
||||
|
||||
Model.Scale - ScaleFactor
|
||||
|
||||
PVInstance.Origin - WorldPivotData
|
||||
PVInstance.Origin - WorldPivot
|
||||
|
||||
Part.shape - Shape
|
||||
Part.shape - AssemblyMass
|
||||
Part.shape - AssemblyCenterOfMass
|
||||
|
||||
Player.AccountAgeReplicate - AccountAge
|
||||
|
||||
Smoke.Opacity - opacity_xml
|
||||
Smoke.RiseVelocity - riseVelocity_xml
|
||||
Smoke.opacity_xml - Opacity
|
||||
Smoke.size_xml - Size
|
||||
Smoke.riseVelocity_xml - RiseVelocity
|
||||
|
||||
Sound.xmlRead_MaxDistance_3 - MaxDistance
|
||||
Sound.xmlRead_MaxDistance_3 - RollOffMaxDistance
|
||||
Sound.PlayingReplicator - Playing
|
||||
Sound.TimePositionReplicator - TimePosition
|
||||
|
||||
StyleRule.Index - Priority
|
||||
|
||||
TextSource.UserIdReplicated - UserId
|
||||
|
||||
VideoFrame.TimePositionReplicating - TimePosition
|
||||
VideoFrame.TimePosition - TimePositionReplicating
|
||||
VideoFrame.PlayingReplicating - Playing
|
||||
VideoFrame.Playing - PlayingReplicating
|
||||
|
||||
WeldConstraint.Enabled - State
|
||||
WeldConstraint.Part1 - Part1Internal
|
||||
WeldConstraint.CFrame0 - State
|
||||
WeldConstraint.Part0Internal - Part0
|
||||
WeldConstraint.Part1Internal - Part1
|
||||
WeldConstraint.State - Enabled
|
||||
WeldConstraint.Part0 - Part0Internal
|
||||
|
||||
Workspace.CollisionGroups - CollisionGroupData
|
||||
Workspace.TouchesUseCollisionGroups - TouchEventsUseCollisionGroups
|
||||
Workspace.SignalBehavior2 - SignalBehavior
|
||||
|
||||
|
||||
@@ -47,9 +47,7 @@ do
|
||||
local Class = {}
|
||||
|
||||
local ClassName = API_Class.Name
|
||||
-- if ClassName == "GuiService" then
|
||||
-- continue
|
||||
-- end
|
||||
|
||||
local ClassTags = API_Class.Tags
|
||||
|
||||
if ClassTags then
|
||||
@@ -90,7 +88,11 @@ do
|
||||
local Serialization = Member.Serialization
|
||||
|
||||
local ValueType = Member.ValueType
|
||||
|
||||
if ClassName == "GuiService" then
|
||||
if PropertyName == "CoreGuiFolder" then
|
||||
continue
|
||||
end
|
||||
end
|
||||
local Property = {
|
||||
Name = PropertyName,
|
||||
Category = ValueType.Category,
|
||||
@@ -219,7 +221,7 @@ do
|
||||
if descriptor == PropertyName or alreadynoted[descriptor] then
|
||||
return
|
||||
end
|
||||
if not_Special and isscriptable(instance, descriptor) then
|
||||
if not_Special and isscriptable(instance, descriptor) then
|
||||
return
|
||||
end
|
||||
alreadynoted[descriptor] = true
|
||||
|
||||
Reference in New Issue
Block a user