For anyone who's ever been frustrated, confused, or intimidated by networking in #VRChat world development, I would highly recommend taking some time to get a nice cup of your favorite hot beverage, get yourself comfy, and give this video a chance to shape your understanding of networking.
Comments
https://wiki.facepunch.com/gmod/Net_Library_Usage
Even if you're not a programmer, this video can help you understand what considerations must be made to develop a multiplayer game.
- RPC = SendCustomNetworkEvent
- Network Dormancy = ObjectSync does this when it's not being touched
- Network Relevancy = Objectsync and players do this when they're far away from you
- ForceNetUpdate = RequestSerialization (kinda?)