Modify varaibles and call functions from a different script in Visual Scripting

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

Hi, im new to the engine and i’ve been wondering how can i change variables and call functions from one script to a different one.
Im using Visual Scripting.
I’ve tried googling and experimenting but nothing seems to work.
Im trying to instance a scene of a projectile and giving it atributes from the script that is instancing it, but the projectile script won’t get the values no matter what I do.
I also want to know how to do it when the script im trying to modify is already on the original scene tree (since in the projectile example, the script comes with the scene im instancing).