
4.0k Views
Description
To change to normal just change to 1
Comments
1

Offline
lucashetland748 1 year ago - Edited
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
_G.HeadSize = 50 -- change hitbox size idk
_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 = 1
v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
v.Character.HumanoidRootPart.Material = "Neon"
v.Character.HumanoidRootPart.CanCollide = false
end)
end
end
end
end)
![[🏖️] Pass the Bomb!](/images/script/2961583129-1781336053167.png)
![[X2] +1 Speed Keyboard Escape | Candy & Chocolate](/images/script/95082159892680-1780406167978.webp)
![[BLACK DEATH] Jujutsu Shenanigans](/images/script/9391468976-1781335326589.webp)

