How do I become a developer and make games?

I want some tips on how to become a developer and make games on roblox. What should I use to make games? What should I do to start my journey as a developer? Do you have any recommended tutorials I could watch? Where do I even start?

2 Likes

Don’t use Roblox Studio to make games, it’s only compatible with experiences.

Jokes aside, I started with education.Roblox.com (hey automatic link nice) and it taught me some coding basics. I highly recommend you learn the ropes of Roblox and how things work before programming. And when you do start programming, learn the vocabulary and syntax (syntax is the rules that makes up the structure of how the code is typed, for example, a syntax difference between Python and Lua is that a Python comment starts with #, and a Lua comment starts with --)

Roblox is a good place to start developing. Also try and start small so you don’t overwhelm yourself. It’s tempting to make that amazing game you want to make right away, but it’s better to learn the skills needed first.

Hope that can get you somewhere. Best of luck with your coding journey.

3 Likes