GetChildren then clone aint working

So im trying to get the children of a folder then clone it into the player character but no error appears on output and it doesn’t work. Script:

 for _,torso in ipairs(Part.Accesories.Torso:GetChildren()) do
        torso:Clone().Parent = Char
  end

try using pairs insteaed of ipairs, if that doesn’t work, print Char.

I just tried it but it still doesn’t work

1 Like

Is Char nil though? That could be it.

1 Like