So, i have like a panel (patch9frame) which shows when the player enters an area
I want to control it from another script so i used get_node(path)
I accesed it with .
and i wrote the show()
keyword
Like get_node(path).show()
But i got an error
"Attempt to call function 'show' in base 'null instance' on a null instance."
Is there any other way i can show/hide a patch9frame?