Advertisement
ieatgrass103

just a roblox testing script :D

Dec 15th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. --Prevents flinging
  2. for _, v in pairs(game.Players:GetChildren()) do
  3.     for i, v2 in pairs(v.Character:GetChildren()) do
  4.         if v2:IsA("BasePart") then
  5.             v2.CanCollide = false
  6.             end
  7.         end
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement