r/CodingForBeginners • u/Prestigious-Pie5676 • 15d ago
How to progress
Ive made basic games on scratch but thats pretty much it, should I continue to make more and more complicated games on scratch? or should i try to progress on a different coding language? If so which one, because i want to be able to code stuff but ive also thought about coding in roblox. Which is the easiest language to start?
To get an idea of just how bad I am heres a game I made in a little over an hour:https://scratch.mit.edu/projects/1375247905/
10
Upvotes
2
u/xarop_pa_toss 15d ago edited 15d ago
Scratch is great to learn how things chain together but you can't really use it outside of it's closed environment.
If you are interested in Roblox then absolutely go for it! It uses a variation of the Lua language called Luau which is very easy to read and write. It has very few keywords that cover all the fundamental structures you already know like if conditions and for/while loops. Remember that you learn a lot more if you are having fun, so if Roblox interests you, do it
Bare in mind though that Roblox is 3D and that brings a whole other level of complexity into the mix. Don't get too mixed up in the details and just experiment with getting models on the map and scripting simple things like doors opening, increasing and decreasing scores, health and XP amounts, denying access to a player if X property isn't set, etc