How to replicate value changed by client to other nodes?

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?

@gjj2828 Yep, that is a pretty standard way of doing it.

Thank you for your reply.