oatmeal2009

imma shit on mah ma

Jul 2nd, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. repeat wait() until game.Players.LocalPlayer
  2. local Mouse = game.Players.LocalPlayer:GetMouse()
  3. local Plr = game.Players.LocalPlayer
  4.  
  5. Mouse.KeyDown:connect(function(KeyDown)
  6. if KeyDown == "0" then
  7. Plr.Character.Humanoid.WalkSpeed = 190
  8. end
  9. end)
  10.  
  11. Mouse.KeyUp:connect(function(KeyUp)
  12. if KeyUp == "0" then
  13. Plr.Character.Humanoid.WalkSpeed = 16
  14. end
  15. end)
Add Comment
Please, Sign In to add comment