soulesM

hitbox expander anarchy

Jul 5th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do wait(1) getgenv().HeadSize = 15 getgenv().Disabled = true
  2.  
  3. if getgenv().Disabled then
  4. for i, v in next, game:GetService("Players"):GetPlayers() do
  5. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  6. pcall(
  7. function()
  8. v.Character.HumanoidRootPart.Name = "xC6M3Vuz7QpsY5nv"
  9. v.Character.xC6M3Vuz7QpsY5nv.Size =
  10. Vector3.new(getgenv().HeadSize, getgenv().HeadSize, getgenv().HeadSize)
  11. v.Character.xC6M3Vuz7QpsY5nv.Transparency = 0.5
  12. v.Character.xC6M3Vuz7QpsY5nv.CanCollide = false
  13. v.Character.xC6M3Vuz7QpsY5nv.Color = Color3.fromRGB(210, 44, 255)
  14. end
  15. )
  16. end
  17. end
  18. end
  19. end
Add Comment
Please, Sign In to add comment