ADVERTISEMENTREMOVE ADS
Game icon

/ head hitbox expander

Combat Warriors
1 year ago
Script preview thumbnail
Script Preview

Description

Makes everyone head hitbox large

Note: useful for kunai/bows

Open source and not made by me

Features:

  • Hitbox expander
ADVERTISEMENTREMOVE ADS
1 Lines • 542 Bytes
Raw
_G.HeadSize = 15 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.Head.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.Head.Transparency = 1 v.Character.Head.BrickColor = BrickColor.new("Red") v.Character.Head.Material = "Neon" v.Character.Head.CanCollide = false v.Character.Head.Massless = true end) end end end end)
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
be

There's chance that player might report u so use alt and grind for kunai or bow

3
0
An

could you please make it to still able to see the names and the health bar, it feels empty playing with this one, addind esp name healt scripts wont make it the same still.

1
0
ADVERTISEMENTREMOVE ADS