Hello, I'm just trying to figure out how TNet works. I downloaded the StarlinkUI project and I am able to create a build of the basic menu and game scenes and run two instances of that build on my computer and chat between them. So the networking is working. I want to know how to add my own functionality to the game scene. Right now I added a default sphere and attached the TNet ColoredObject component. It works if you play the scene inside of Unity, and also works if I launch the build .exe selecting the Single Player mode from the StarLink Menu Scene. However, if I create a LAN the ColoredObject script does not seem to work. The "void OnClick()" function is called but the "[RFC] void OnColor (Color c)" never gets called. Again, the StarLink chat functionality DOES work. What am I missing here?