Advertisement
Guest User

Super Speed ROBLOX Script

a guest
Jan 29th, 2017
37,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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 = 190
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement