FurkingBoi

Big paintball v2

Dec 6th, 2019
35,193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while wait(0.5) do
  2. local stuff = workspace:getDescendants()
  3. for i=1,#stuff do
  4. if stuff[i].Name == "Hitbox" then
  5. if stuff[i].Parent.Name ~= game.Players.LocalPlayer.Name then
  6. stuff[i].Massless = true
  7. stuff[i].Size = Vector3.new(100,100,100)
  8. stuff[i].Transparency = 0.5
  9. end
  10. end
  11. end
  12. end
Add Comment
Please, Sign In to add comment