Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- v = game.Players.LocalPlayer.Character.Humanoid
- v.HeadScale.Value = 100
- v.BodyDepthScale.Value = 100.1
- v.BodyWidthScale.Value = 100.1
- v.BodyHeightScale.Value = 100.3999999999999999112
- v.HipHeight = 100.8
- v.MaxHealth = math.huge
- v.JumpPower = 9999999999
- v.WalkSpeed = 150
- v.Name = "Dick"
- game.Players.LocalPlayer.CameraMinZoomDistance = 0
- game.Players.LocalPlayer.CameraMaxZoomDistance = 100000000
- v.died:connect(function()
- game.Players.LocalPlayer.CameraMinZoomDistance = .5
- game.Players.LocalPlayer.CameraMaxZoomDistance = 400
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement