numpad
The numpad module allows you to execute functions on a key press or release.
Methods
Activates numpad key owned by the player
Deactivates numpad key owned by the player
boolean numpad.FromButton()
Returns true during a function added with numpad.Register when the third argument to numpad.Activate is true.
This is caused when a numpad function is triggered by a button SENT being used.
Calls a function registered with numpad.Register when a player presses specified key.
See for key released action: numpad.OnUp
Calls a function registered with numpad.Register when a player releases specified key.
See for key pressed action: numpad.OnDown
Registers a numpad library action for use with numpad.OnDown and numpad.OnUp