Why am I getting "Could not send message ‘laod’"?

ERROR:SCRIPT: game/loader.script:1: Could not send message ‘laod’ from ‘:’ to ‘:Logo#main’.
stack traceback:
[C]:-1: in function post
game/loader.script:1: in main chunk

WARNING:RESOURCE: Unable to create resource: /game/loader.script: FORMAT_ERROR
WARNING:RESOURCE: Unable to create resource: /_generated_d939a414.goc: FORMAT_ERROR
ERROR:GAMEOBJECT: Could not instantiate gameobject from prototype /_generated_d939a414.goc.
WARNING:RESOURCE: Unable to create resource: /game/Logo_Load.collections: FORMAT_ERROR

function init(self)
    msg.post("Logo#main", "laod")
    msg.post("Logo#main", "enabled")
end
3 Likes

There is a typo, instead of ‘laod’, write ‘load’

1 Like