Before the client can write to NetworkVariables if the write permission is set properly. But now only the server can write to NetworkVariables, then I want to know how to replicate value changed by client to other nodes?Use ServerRpc and let the server to replicate the changed value?Or is there a proper way to achive that?