Hello
I'm new at GDScript, and i'm a java developer. Just began working with godot and decided to go on with GDScript.
I'm coding a shoot em up game and need some help about scene management.
I don't really understand how to manage the tree neither how to call global variables (such as global score etc...).

What's the best way to do so? Declare it in the main scene and call it from the children nodes? Or is there a way to send data from a node to another? I've read the documentations but the examples are almost too simple for what i want to do.
Thank you for your help