The youtube tutorials are good for the basics and if something isnt explained, dont search it on youtube. Search it on the Devforum, its way better explained there.
Thats how i learned coding and i hope it helps you and more people too!
I wouldn’t just blatantly use free models; I would inspect the code of them, and that’s if they had scripts — you should generally avoid free models with scripts because they may have viruses, but there are many different ways to check, which you can find here — but Luau, in comparison to most other coding languages like C++, is pretty readable if you get what I mean. You can see the code and a lot of it would make sense, if you understand the words and have some backbone knowledge on stuff like functions and variables or simply basic code logic. Reading the code over time gives you an understanding.
Prior experience in other coding languages; I had some coding logic experience in Python, and so that helped a lot because of how similar Pythonand Luau are.
YouTube Tutorials that actually explain the code, and DevForum learning posts that’re widespread throughout the internet.
These are all the key things, of course with time and practice it’ll be amazing.
I have my own personal scripting guide which is 100% free in order to help the community, not to advertise, but let me know if you want access to that, and I’ll gladly share it with you.
Yeah, I agree. I mean C# does run on the . NET or . NET Core framework, while Lua is an embedded scripting language for other software, that’s a difference.