Advertisement
com_ww

teh glitchy boi

Nov 22nd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(NewPlayer)
  2. NewPlayer.CharacterAdded:Connect(function(Character)
  3.  
  4. wait(0.3)
  5. --loop
  6. while true do
  7. local Size = 2
  8. local Humanoid = Character.Humanoid
  9.  
  10. Humanoid.HeadScale.Value = Size
  11. Humanoid.BodyHeightScale.Value = Size
  12. Humanoid.BodyWidthScale.Value = Size
  13. Humanoid.BodyDepthScale.Value = Size
  14.  
  15. end)
  16. end)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement