About 50 results
Open links in new tab
  1. Is OOP in Luau Actually a Bad Practice? - Roblox

    Dec 26, 2025 · I’ve been working with Lua for a while now, and I keep running into this debate: Is using OOP in Lua considered bad practice? I see a lot of conflicting opinions in the community, and I’m …

  2. Roblox OOP (Object Oriented Programming)

    Jan 22, 2022 · Welcome to the OOP tutorial I created with the knowledge I’ve gained over the last few months. Object-oriented programming (OOP) is a programming approach in which classes of objects …

  3. A look into Object Oriented Programming and performance

    May 4, 2025 · OOP, also known as object-orientated programming, is simply a way of designing our game where we use ‘classes’ that represent the state of our game. Say we have a tycoon; we would …

  4. Object Oriented Programming (Better than metatable OOP)

    Mar 22, 2025 · Object Oriented Programming (Better than metatable OOP) Tutorial difficulty: Advanced Begginer (no clue what does it mean) This tutorial will be a mid-short summary about OOP method …

  5. Unleasing the power of Object-Oriented Programming | OOP

    Jun 19, 2023 · OOP, short for Object-Oriented Programming, is all about organizing your code around objects. Think of objects as these nifty little things that bundle together data and behavior in a nice, …

  6. ECS in Roblox Studio: Why is it better than OOP and how to "cook" it

    Sep 27, 2025 · This is flexible and allows you to quickly combine properties. Roblox’s regular OOP is reserved for low-level details: Humanoid, BasePart, RemoteEvent, and other classes provide ready …

  7. How do I add type checking to this class module? (OOP)

    Jun 14, 2025 · Hello there. I am following this object oriented programming tutorial: The problem is, there’s no intellisense right now, when I try to use a class I created using Rcade. So how should I go …

  8. How to use PathfindingService + implementing it as OOP

    May 31, 2025 · I recently helped a user make a OOP oriented Ai and decided to make a Community Tutorial on it. This tutorial should help you implement PathFindingService and how to turn it into a …

  9. All about Object Oriented Programming - Roblox

    Sep 3, 2014 · ALL ABOUT OOP! Prerequisites An understanding of meta-tables (although the required code will be explained) How tables work and a competent grasp of the Lua syntax Parts What is …

  10. Guide to Type-Checking with OOP - Community Tutorials - Roblox

    Sep 27, 2022 · This tutorial has been updated on March 4th Introduction Hey! So, the Luau page on idiomatic OOP is a little…lacking, to say the least. So after pretty much a 5-month gap, I’ve …