I have a Player prefab which has a StateManager script controll different states of Player (and current weapon too). These variable are change when use press 1/2/3/4/5, and current weapon of their player change too :
I want to know how to make these variable different in each client when players press the keys.
Code (CSharp):