Advertisement
MadScriptz

Size Script

Mar 14th, 2020
4,654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(YourName)
  2. YourName.CharacterAdded:Connect(function(Character)
  3.  
  4. local Size = 10
  5. local Humanoid = Character.Humanoid
  6.  
  7. Humanoid.HeadScale.Value = Size
  8. Humanoid.BodyHeightScale.Value = 10
  9. Humanoid.BodyWidthScale.Value = 10
  10. Humanoid.BodyDepthScale.Value = 10
  11.  
  12. end)
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement