#help ```lua local gfor _, i in pairs(SD_MORPHGetChildren()) doprint(A)if iIsA(Acce```

4 messages · Page 1 of 1 (latest)

final rain
#

g

        local g
        for _, i in pairs(SD_MORPH:GetChildren()) do
            print("A")
            if i:IsA("Accessory")==true then
                local g=i:Clone()
                g.Parent=player.Character
            end
            if i:IsA("Shirt")==true then
                local g=i:Clone()
                g.Parent=player.Character
            end
            if i:IsA("Pants")==true then
                local g=i:Clone()
                g.Parent=player.Character
            end
        end```
sage saddle
#

== true is generally useless

#

you should also use spaces to make your code more readable