Meliodas0_0

Hitbox Expander / Big Head Script

Feb 12th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for k,v in next, game:GetService('Players'):GetChildren() do
  2. oghead = v.Character:FindFirstChild('Head')
  3. if oghead then
  4. oghead.Size = Vector3.new(2, 2, 2)
  5. game.Players.LocalPlayer.Character.Head.Size = Vector3.new(2, 1, 1)
  6. end
  7. end
Add Comment
Please, Sign In to add comment