- Edited
Hi,
I'm a Godot newbie and I try to do a simple game. I've made a player in a separate scene with a visaul script that controls the player. Then I put this scene in my main scene and the controls works just fine... but now I want to control another object from another scene from the player script. I tried signals but that didn't work and now I trying to use a singelton variable that I can change the value of, but that was not as simple as I thought. I must be missing something, how on earth are you accessing the singelton variable from visual scripting?