I have a textrender component in my scene , upon pressing Q , it updates the value of TextRender Component on server side.
Problem : I want to update the value of TextRender Component on Client side as well when value is updated on Server Side.
Any way to achieve this.
Thanks