Advertisement
raulib

How to be huge (R15)

Sep 10th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. v = game.Players.LocalPlayer.Character.Humanoid
  2.                 v.HeadScale.Value = 100
  3.                 v.BodyDepthScale.Value = 100.1
  4.                 v.BodyWidthScale.Value = 100.1
  5.                 v.BodyHeightScale.Value = 100.3999999999999999112
  6.                 v.HipHeight = 100.8
  7.                 v.MaxHealth = math.huge
  8.                 v.JumpPower = 9999999999
  9.                 v.WalkSpeed = 150
  10.                 v.Name = "Dick"
  11.                 game.Players.LocalPlayer.CameraMinZoomDistance = 0
  12.                 game.Players.LocalPlayer.CameraMaxZoomDistance = 100000000
  13.                
  14.                 v.died:connect(function()
  15.                 game.Players.LocalPlayer.CameraMinZoomDistance = .5
  16.                 game.Players.LocalPlayer.CameraMaxZoomDistance = 400
  17.                 end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement