Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.HeadSize = 0
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('LocalPlayer'):GetLocalPlayer() do
- if v.Name ~= game:GetService('LocalPlayer').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.6
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Grey")
- v.Character.HumanoidRootPart.Material = "Metal"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement