Advertisement
imodex

Hitbox Extender

Sep 9th, 2020
2,242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local size = 60 -- change this to whatever you want
  2. local tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  3.  
  4. for _, Part in next, getconnections(tool.Handle.Changed) do
  5. Part:Disable()
  6. end
  7.  
  8. for _, Part in next, getconnections(tool.Handle:GetPropertyChangedSignal("Size")) do
  9. Part:Disable()
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement