#error
4 messages · Page 1 of 1 (latest)
Looks like you want to use a relative node path here
https://kidscancode.org/godot_recipes/3.x/basics/getting_nodes/
The error message in the Debugger Errors tab is triggered by line 6 where you try to get a node with an invalid path
It's there even before you interact but it's not severe enough to halt the execution