#Godot can't find my node, but the path is correct

7 messages · Page 1 of 1 (latest)

meager junco
#

The path and letters are correct, I don't know why its not working :/

The script is attached to Main and I'm trying to get the "Speed" node inside of Control.

celest lava
#

what error are you getting?

meager junco
#

Invalid set index 'text' (on base:'null instance') with value of type 'String'.

Basically it can't find the node

celest lava
#

is it an @onready variable?

meager junco
#

now its working

#

thanks!