ADVERTISEMENTREMOVE ADS
Universal HitBox Viwer
25,784 views
Universal script•
2 years ago

Script Preview
Description
Universal Hit Box Viwer Script
script made for shooting games like Murder x Sherif or other games.
Remembering only works in some games
script made for shooting games like Murder x Sherif or other games.
Remembering only works in some games
Features:
- HitBox
ADVERTISEMENTREMOVE ADS
19 Lines • 698 Bytes
Verified
-- Made By InfinityMercury
_G.Size = 20
_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.Size,_G.Size,_G.Size)
v.Character.HumanoidRootPart.Transparency = 0.7
v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really red")
v.Character.HumanoidRootPart.Material = "Neon"
v.Character.HumanoidRootPart.CanCollide = false
end)
end
end
end
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







Comments
*viewer, not viwer