NGO handler is null, getting an error. Trying to connect client with UI

Hey
I’m trying to do a create game join game system with buttons, but whenever I hit join after create (what works), I get a nice error:

Error: Untitled (k64b6tb9) - PasteCode.io
Here is the UI script: Untitled (wjdq6ri3) - PasteCode.io

So I guess what’s happening is that the handler is null because the host gives messages to the client which it doesnt know about. How can I fix this issue?

Hi @codingfruits ,

  1. what’s he workflow you’re using? Are you clicking “Join” from the same game instance, or are you using ParrelSync / MultiplayerPlayMode?

  2. Is there a reason why you’re loading the scene manually? NGO has a default scene management that will load it for you.