SNAKERBLX

Untitled

Apr 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3. l.Parent = game.Players.LocalPlayer.Character
  4. l.Name = "Humanoid"
  5. wait(0.1)
  6. game.Players.LocalPlayer.Character["1"]:Destroy()
  7. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8. game.Players.LocalPlayer.Character.Animate.Disabled = true
  9. wait(0.1)
  10. game.Players.LocalPlayer.Character.Animate.Disabled = false
  11. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  12. wait(1)
  13. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  14. wait(1)
  15. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  16. wait(1)
  17. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 2.8
Add Comment
Please, Sign In to add comment