How to learn how to script and etc

Godot Version

Godot 4.5

Question

So i have tried to make down a top-down shooter and i didnt work well and i got a reality check then realizing that i still can’t do anything right so does and of you all experts have tips on how to learn how to specifically learn and understand gdscript and just godot overall?

The tutorials in the documentation are supposed to be quite good:

I haven’t tried them myself though.

I learned Godot by trying to make simple games and looking up any problems I ran into. For me this worked out fine (I think :face_with_monocle: ) but it can lead to some bad practices and you probably won’t finish any projects any time soon with this approach.

For concrete questions (like how signals work, best practices, etc.) ask this forum :slight_smile: or search for existing answers on the internet. The Godot documentation is also very useful once you get used to it

Alr thanks alot!