Advertisement
mr2meows

Untitled

Jul 6th, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for _, child in pairs(workspace["Default Dummy"]:GetDescendants()) do
  2. if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
  3. child.CanCollide = false
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement