Advertisement
Guest User

Arsenal hitbox

a guest
Jan 15th, 2020
5,104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Script built by Skai#9910 nondeductible arsenal hit box you can change the size by changing the numbers near the bottom. (NEED A LEVEL 5 OR ABOVE Exploit)
  2.  
  3.  
  4.  
  5. print("a")
  6. function getplrsname()
  7. for i,v in pairs(game:GetChildren()) do
  8. if v.ClassName == "Players" then
  9. return v.Name
  10. end
  11. end
  12. end
  13. local players = getplrsname()
  14. local plr = game[players].LocalPlayer
  15. coroutine.resume(coroutine.create(function()
  16. while wait(1) do
  17. coroutine.resume(coroutine.create(function()
  18. for _,v in pairs(game[players]:GetPlayers()) do
  19. if v.Name ~= plr.Name and v.Character then
  20. v.Character.LowerTorso.CanCollide = false
  21. v.Character.LowerTorso.Material = "Neon"
  22. v.Character.LowerTorso.Size = Vector3.new(13,10,13)
  23. v.Character.HumanoidRootPart.Size = Vector3.new(13,10,13)
  24. end
  25. end
  26. end))
  27. end
  28. end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement