mr2meows

nocip

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