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?