Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(YourName)
- YourName.CharacterAdded:Connect(function(Character)
- local Size = 10
- local Humanoid = Character.Humanoid
- Humanoid.HeadScale.Value = Size
- Humanoid.BodyHeightScale.Value = 10
- Humanoid.BodyWidthScale.Value = 10
- Humanoid.BodyDepthScale.Value = 10
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement