Check if Key is pressed networking

How can i check if client is clicking a key(For example W)?

Hi ! Try this :

`If (Input.GetKey(KeyCode.W)){ //code }`