Variables work a little different from RPC’s. When a variable change on the server it will be updated on the client at a interval. This is why variables sometimes skip intermediate values since the server only send the most recent value. If the value is unchanged nothing is sent.
1 Like