Advertisement
MyNerRyAk

Hitbox Expander

Apr 10th, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. -- Variables
  2. local player = game.Players.LocalPlayer
  3. local mouse = player:GetMouse()
  4.  
  5. -- Settings
  6.  
  7. bind = ""
  8. bind2 = "t"
  9.  
  10. -- Script
  11.  
  12. mouse.KeyDown:connect(function(key)
  13. if key == bind then
  14. player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
  15. end
  16. end)
  17.  
  18. mouse.KeyDown:connect(function(key2)
  19. if key2 == bind2 then
  20. _G.HeadSize = 20
  21. _G.Disabled = true
  22.  
  23.  
  24. if _G.Disabled then
  25. for i,v in next, game:GetService('Players'):GetPlayers() do
  26. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  27. pcall(function()
  28. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  29. v.Character.HumanoidRootPart.Transparency = 0.7
  30. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  31. v.Character.HumanoidRootPart.Material = "Neon"
  32. v.Character.HumanoidRootPart.CanCollide = false
  33. end)
  34. end
  35. end
  36. end
  37. end
  38. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement