Updated Dumps

This commit is contained in:
phoriah
2025-03-02 16:16:38 +02:00
parent 2b63a14ee7
commit ecdadf933a
12 changed files with 335 additions and 194 deletions

View File

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