Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _, child in pairs(workspace["Default Dummy"]:GetDescendants()) do
- if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
- child.CanCollide = false
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement