Hello everyone, I ran into this super weird bug that I don’t have a solution for
Ok, look at this explorer
Notice all the children
Now look at this code:
for i,part in pairs(characterCustomizationDummy:GetChildren()) do
print(part)
end
This should print every instance in the model right? Nope. This prints everything except for the Head, Torso, Left Arm etc.
If someone could tell me why this is happening and how to solve this, I would appreciate it