Anchoring character makes it cancollide off and flings me

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:
RobloxStudioBeta_2mBffh0m0B
and this is what i want to happen (char is unanchored here)
RobloxStudioBeta_KHKOEH961D
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

Are you running that script before you add the Clone to the workspace? If after I could see why it would shoot up.