ADVERTISEMENTREMOVE ADS

Universal HitBox Viwer

Universal script
2 years ago
Script preview thumbnail
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

Features:

  • HitBox
ADVERTISEMENTREMOVE ADS
19 Lines • 698 Bytes
Verified
Raw
-- 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

Comments

1 comment
to add a comment
Ma

*viewer, not viwer

0
0
ADVERTISEMENTREMOVE ADS