The best way for me to learn how to code in gdscript

Godot Version

4.4-dev7

Question

I have a dream game I wanna make but I don’t know how to code can some one help

You can start with Brackey’s tutorial.

Then try to tinker around yourself in Godot and read a lot of docs

and other tutorials like

or
https://gdscript.com/

If you get stuck with something specific, you can open a topic here and we’ll try to help you.

1 Like

I find that the best way to learn is to start with a single set goal, like “for today, I will get the walking and mouse movement working” and watch tutorials for how to do it. eventually when you begin doing stuff that they don’t have tutorials for you will be able to look back in your code and understand what is going on

1 Like

thanks