Advertisement
Hex4rr

gabe hitbox

Nov 12th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1.  
  2. _G.HeadSize = 50
  3. _G.Disabled = true
  4.  
  5. game:GetService('RunService').RenderStepped:connect(function()
  6. if _G.Disabled then
  7. for i,v in next, game:GetService('Players'):GetPlayers() do
  8. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  9. pcall(function()
  10. if v.Name == "Hex4rr" then
  11.  
  12. else
  13. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  14. v.Character.HumanoidRootPart.Transparency = 0.7
  15. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  16. v.Character.HumanoidRootPart.Material = "Neon"
  17. v.Character.HumanoidRootPart.CanCollide = false
  18. end
  19.  
  20. end)
  21. end
  22. end
  23. end
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement