# please help -# this just a snippet for _, part in pairs(clone:GetDescendants()) do if part:IsA("BasePart") then part.CanCollide = false part.Anchored = false end end```