How to call for a specific node in Godot 3?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Taabta

How can i call a specific node in the script of another node?

:bust_in_silhouette: Reply From: lincolnpepper

you can use the get_node() method to find a specific node in the tree. In the future, please google your questions first and elaborate more clearly on your question.