Scripts Games Try Our Executor
Login Sign Up
Universal Hitbox Extender
Free
Universal Script

Universal Hitbox Extender

#Universal#Easy to use
Jan 31, 2026 102 18 lines 598 B
OwlCore14 PRO 13 scripts
Lab
script.lua 18 lines
Raw
_G.HeadSize = 50
_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.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
v.Character.HumanoidRootPart.Transparency = 0.7
v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
v.Character.HumanoidRootPart.Material = "Neon"
v.Character.HumanoidRootPart.CanCollide = false
end)
end
end
end
end)
Description
Easy Hitbox Expander

-Simply Execute the Script and Enjoy! (Works on Most Games)

Credits to Crimson
Supported Executors 4
Solara Wave Fluxus Xeno
Comments 0
Loading comments...
Stats
102Views
1Likes
0Favorites
0Comments
Details
Status Working
Key System None
Mobile PC Only
Type0
CreatedJan 31, 2026
Updated2d ago
How to Use
1 Copy the script above
2 Open your executor
3 Paste and execute
Need an executor?
Report

Found an issue? Let us know.

Copied!

Share Script

Report Script