I’m using a for i,v loop to anchor and can collide off my limbs in this little script of mine, so that the afterimages arent touchable
this is what happens:
and this is what i want to happen (char is unanchored here)
what could be the problem?
for i,v in CloneChar:GetChildren() do if v:IsA("BasePart") then v.CanCollide = false v.Anchored = true end if v:IsA("Script") then v:Destroy() end end