Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function onKeyDown( key )
- print("Key:", key, " Code:", string.byte(key))
- end
- mouse.KeyDown:Connect(onKeyDown)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement