Player:KeyDown
Description
Returns whether a key is down. This is not networked to other players, meaning only the local client can see the keys they are pressing.
Arguments
Returns
Example
Prints whenever the first player is holding +forward key (w on QWERTY keyboards).
Output: Player is pressing forward!
Player is pressing forward!
Player is pressing forward!
Player is pressing forward!