67.7k Views
101 Executions
Description
Running it activates a modified Hitbox for people-head in the game, and you can see how tall it is with a small box blue.
Running it activates a modified Hitbox for people-head in the game, and you can see how tall it is with a small box blue.
untitled tag game

untitled tag game
untitled tag game
untitled tag game
untitled tag game

untitled tag game
untitled tag game
untitled tag game
patched guysss
Works with xeno, the hitbox becomes visible in a blue box
this cool but i want it to not show the dead one*box
K
very good cuz fix hitbox and works with solara
Not bad but not good
_G.HeadSize = 15 _G.Disabled = true local targetGameId = 14044547200 if game.PlaceId == targetGameId then 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.85 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end) end