#How to make a class?
1 messages · Page 1 of 1 (latest)
Developer Forum | Roblox
A guide on how to create classes in Lua An in-depth tutorial by @maddjames28. Before we start, I would like to state that Lua is not meant to be an OOP language. Instead we implement custom classes with metatables. Introduction Hey! You probably came here because you saw some developers talking about ‘OOP’ or ‘Classes’ or even ‘...