How can I call a function from another scene

Godot Version

Godot Engine v4.3.stable.arch_linux

Question

I am working on a Multiplayer shooter game, as you can guess I have separate character scene. How can I call a function or variable from main scene.

The main scene must have a reference to the scene that contains the function you want to call, or that has the variable you want to access.

1 Like