Here’s a list of tutorials and multi-part articles for you to learn from! The topics are mostly on coding in Roblox Lua, but they could be extrapolated to many other Lua environments. The titles of the following articles will take you to Part 1! If you’re looking for additional learning resources, check out my cheat sheets.
Coding
- Event Systems in Roblox Lua (Parts One, Two, Three, Four)
- Object-Oriented Programming in Lua (Parts One, Two, Three, Four, Five)
- Scripting Dice on Roblox
- Code Patterns:
- Binder – Link CollectionService tags with OOP
Case Studies
- Graph Theory in Roblox (Parts One, Two, Three)