untitled tag game
67.0k Views

Hitbox (PATCHED)

untitled tag gameUploaded by
2 years ago
Please login to perform these actions:

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.

View Raw
Edited By: F3l1x_ Download


Comments
7
User profile picture
Yuri 2 years ago - Edited
can anyone verify
User profile picture
SansUT 2 years ago - Edited
_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
User profile picture
fredrick03242014san 2 years ago - Edited
Not bad but not good
User profile picture
solara_user 2 years ago - Edited
very good cuz fix hitbox and works with solara
User profile picture
criseldajuan86 2 years ago - Edited
K
User profile picture
konorpy 1 year ago
this cool but i want it to not show the dead one*box
User profile picture
Henry_NotThere 6 months ago
Works with xeno, the hitbox becomes visible in a blue box
Please Login to add a comment.