Hello, I’m having an issue where my code isn’t able to find a URL which i have made sure should exist a few times
ERROR:GAMEOBJECT: Instance '/collectable_spawner' could not be found when dispatching message 'delete' sent from game:/player#player
msg.post("/collectable_spawner#collectables", "delete")
The player script should be sending a message to the collectable script and I can’t figure out why it can’t find it. Any help will be appreciated
The URL for the collectable script copied and pasted should be as below
/collectable_spawner#collectables