I’ve been doing a lot of reading on how different people implement socket.io in their multiplayer games so that I can use it in mine. Granted, I’m a noob with the networking layer for this and I desperately need to learn. Code Context: -Using Phaser3 -Multiplayer game -Load all existing players -Broadcast player joined -Update player position <— My issue