Advertisement
Guest User

Roblox HipHeight Adjuster

a guest
Jul 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. wait()
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. mouse.KeyDown:connect(function(key)
  4. if key == "q" then
  5. workspace.TheFlashGod.Humanoid.HipHeight = workspace.TheFlashGod.Humanoid.HipHeight +1
  6. mouse.KeyDown:connect(function(keyz)
  7. if keyz == "e" then
  8. workspace.TheFlashGod.Humanoid.HipHeight = workspace.TheFlashGod.Humanoid.HipHeight -1
  9. end
  10. end)
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement