Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. plr = game['Players']['LocalPlayer'];
  2. mouse = plr:GetMouse();
  3.  
  4. mouse['KeyDown']:connect(function(key)
  5.     print(key.." was pressed.");
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement