sorry for being so needy recently with my project but this one i REALLY have no idea what’s going on. multiple methods of finding the url for a gui script come out with different ones.
msg.post("#score_proxy", "load")
when i manually load the proxy for the collection it’s in, and then post the url of the gui, it comes out with this.
Have you tried to post a message just to game:/scoreboard ? As far as I know messages “should” be posted to game objects without referencing particular scripts. Then message goes through all the scripts in game object
That’s not what we recommend.
We recommend that you send a message directly to the component that wants it.
It’s redundant to send the same message to the other components of an object that doesn’t need it. And it takes up a little bit of performance.
God I just realised that the url IS scoreboard:/scoreboard#scoreboard. I just saw the error and assumed it was wrong, but the error is that it can’t send not that it doesn’t exist.