Advertisement
InTesting

Keybind Script Fragment

Jan 12th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local function onKeyDown( key )
  2.     print("Key:", key, " Code:", string.byte(key))
  3. end
  4. mouse.KeyDown:Connect(onKeyDown)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement