avatar
Mello's World (Mio) @mellosworld.bsky.social

Godot Programmers (or any informally trained programmers), where did you learn GDScript? Also I'm already learning snippets of code by some trial and error. Just wanted to see if there's something more expedited. First time learning a language. #Godot #gamedev #gaming #Programming #Programmers

aug 24, 2025, 5:05 pm • 4 1

Replies

avatar
Marco Zedler @rakanu.bsky.social

GDScript is very quick and easy to learn. Just find a beginner course on YT and get started. I initially wanted to stick with my favorite language, C#, but that still causes some problems in Godot. I like it now, especially because it allows for faster iteration and startup times.

aug 24, 2025, 7:47 pm • 1 0 • view
avatar
Ben Jacobs @itsbeneveryone.bsky.social

I would suggest if you're having trouble finding good gdscript examples, you could try learning Python first, as they are similar

aug 24, 2025, 5:14 pm • 2 0 • view
avatar
Mello's World (Mio) @mellosworld.bsky.social

Thanks for the insight! I'll check it out.

aug 24, 2025, 5:23 pm • 0 0 • view
avatar
Fidel Destro @fideldestro.bsky.social

Mostly from the documentation, though I also spent some time watching Harvard's CS50 computer science course on YouTube (which teaches Python, but the languages are very similar).

aug 24, 2025, 7:37 pm • 1 0 • view
avatar
Mello's World (Mio) @mellosworld.bsky.social

Thank you, I appreciate the help!

aug 24, 2025, 7:42 pm • 1 0 • view
avatar
Fidel Destro @fideldestro.bsky.social

You're welcome, and good luck!

aug 24, 2025, 8:03 pm • 1 0 • view
avatar
thedevbro.bsky.social @thedevbro.bsky.social

Currently learning it from the documentation.

aug 24, 2025, 11:11 pm • 1 0 • view
avatar
Mello's World (Mio) @mellosworld.bsky.social

Seems like it will probably be the same route I'm taking!

aug 25, 2025, 12:05 am • 0 0 • view
avatar
josh @stanj.bsky.social

It's funny because I learned it by knowing Python, and I learned Python by knowing JavaScript. I learned JavaScript when I was 12 because I wanted to make an in-browser RPG. I simply had to use the documentation. YouTube was no help in 1997...

aug 24, 2025, 10:54 pm • 1 0 • view
avatar
Mello's World (Mio) @mellosworld.bsky.social

Lol, it seems like one of those hobbies or careers you get into you just keep getting deeper, and I love that! Just trying to get to where I want to be faster! Thanks for the info!

aug 25, 2025, 12:05 am • 1 0 • view
avatar
josh @stanj.bsky.social

Coding wise, a lot of it is actually going to the documentation and reading which classes have which methods. Then hopefully your brain can pull out a "hey didn't I read that it could do this" when you need it 😉

aug 25, 2025, 1:11 am • 1 0 • view