Signals between different scenes

Godot Version

4.5

Question

So I’m making a game and I want to send a signal containing a variable from a node in one scene to a node in another. However, I don’t know how to send signals between scenes. Could someone explain how I might go about doing this?

Use an Autoload as a Signal Bus.

If you want a more specific answer, we need more info: