Advertisement
giantgamingchannel

script

Mar 7th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. function onKeyPress(inputObject, gameProcessedEvent)
  2.     if inputObject.KeyCode == Enum.KeyCode.E then
  3.         notify("YA GOT MAILZ")
  4.  end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement