Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ____ _ _ ____
- | _ \ __ _ ___| |_ ___ __| | | __ ) _ _
- | |_) / _` / __| __/ _ \/ _` | | _ \| | | |
- | __/ (_| \__ \ || __/ (_| | | |_) | |_| |
- |_| \__,_|___/\__\___|\__,_| |____/ \__, |
- |___
- _ _ _ _
- ___| | __ _ _ _ ___| |_(_) ___| | __
- / __| |/ _` | | | / __| __| |/ __| |/ /
- | (__| | (_| | |_| \__ \ |_| | (__| < My Profile: https://pastebin.com/u/claystick
- \___|_|\__,_|\__, |___/\__|_|\___|_|\_\
- |___/
- --Hitbox Extender
- --Change 20 to your desired size
- --Change the white to your desired color (I recommend white)
- _G.HeadSize = 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.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.7
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really white")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement