nodes being taken as null

I have a problem in my project where i have a label whose text i am trying to change with code. However when i tun the scene an error pops saying that the i am trying to do something on a null instance i.e the node doesnt exist. I have put in the correct node path. Can anybody suggest a fix?

Thanks

You may be trying to access the node in your class before _ready() runs.

1 Like