Quote:
Originally Posted by ******
You still need to use OnPlayerUpdate, but only use the data when the key state changes. It will be called multiple times as long as the key is held down, which you don't want.
|
What about setting a variable for a player, and then the key-check will only be called if the variable has the correct value.