#Godot can't find my node, but the path is correct
7 messages · Page 1 of 1 (latest)
what error are you getting?
Invalid set index 'text' (on base:'null instance') with value of type 'String'.
Basically it can't find the node
is it an @onready variable?
ohh I was writing onready without the @ because I saw that on godot 3 docs
now its working
thanks!