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