What should I learn after learning the basics?

I just learnt the basics of lua and I do not know what to start next.

So what do you think how should I learn next?

1 Like

Just start making projects, its going to be incredibly frustrating at times when you dont know how to do something, but thats the thing about it. You will hardly know what you are doing!

Which means you’re required to learn!
So make big projects! Even if you lose motivation, even if the game fails keep doing it! And sooner or later you’ll rise to the top!

Anyhow that is my speech of the day, thank you, thank you.

3 Likes

Thanks , What projects should I start doing?

1 Like

Whatever you feel like.

A lot of people in this day and age would tell you to work on something fun, I digress.

Work on something you want to make, even if it doesnt succeed, I take it you’d rather spend your time making something you want to make then something someone else wants you to make.

So go get inspired!

Is there any advanced concepts do I have to know?

most advanced concepts that would be of use is probably modules (well like using types and oop), CFrames cause by golly they are complicated, and there is much more.

What I recommend is not trying to learn one thing, just try to make a game, sooner or later you’ll need one of these things, and then you’ll have to learn about it!

I tend to find taking something already advanced and written and then trying to modify it for your own purposes (project) a really good way of learning new things.

It gets you reading more complex code and figuring out what it does and understanding how it’s structured.

Examples being maybe the roblox gun kit or roblox’s simple non pathfinding zombie code etc.

1 Like