Advertisement
TheClassicMeme

Untitled

Jun 3rd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. mouse = game.Players.LocalPlayer : GetMouse()
  2.  
  3. function run(key)
  4. if key == "e" then
  5. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  6. end
  7. end
  8. function run(key)
  9. if key == "e" then
  10. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 45
  11. end
  12. end
  13.  
  14. repeat wait()until game.Players.LocalPlayer
  15. mouse.KeyDown:connect(run)
  16. mouse.KeyUp:connect(stopRunning)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement