So I wanted to make this model to not be transparent using pairs, but the code doesn’t read the if-then statement. I tried to rewrite it many times and it still didn’t work
Here’s the code:
for _, H in pairs(workspace.Cat:FindFirstChild("Hand2"):GetChildren()) do
if H:IsA("Part") then -- Code doesn't read this
H.Transparency = 0
end
end