Advertisement
fireband12

Untitled

Jul 5th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local mouse = plr:GetMouse()
  3.  
  4. mouse.KeyDown:connect(function(key)
  5. key:lower()
  6. if key == "q" then
  7. print("asd")
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement