I am stuck in beginner tutorials and want to learn more about programming. I already know almost all the basics of programming, but I can’t find tutorials for more advanced programmers. Does anyone recommend a course to learn more or something similar?
There’s a lot of resources you can search up on this forum to learn more! I would check out the #resources:community-tutorials category if you haven’t already
You can also look at the “Resources” page the developer website gives you as well:
Tables are the backbone of more advanced Lua, but I don’t find them necessary for completing more complicated projects. Unless you’re the type to poison every project with unnecessary Objects and Metatables?
I highly recommend watching TheDevKing’s Advanced Scripting Tutorials. This isn’t the only thing you should watch of course, but it’s a great starter to advanced scripting.
Tables are important I do agree on that. But if OP considers them as simple arrays with some minor manipulation functions on the side, I don’t think he will be prevented from completing most projects he might set his sights on. I only learned how to use Metatables and the complicated stuff that goes with them last year. Before then I was not in any way hampered by my ‘ignorance’ relating to them.
If OP finds this to be important, then he can do research on:
I would suggest to look what you want to learn on Lua Learning - Roblox since they cover a lot of topics in scripting, ranging from Beginner to Advanced.
There are also a lot of YouTuber’s like TheDevKing and AlvinBlox who post very good content which I would advise to check out.
Just like what fakedantdm1000 said, It is a very good start.