About 345,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. Luau, Optimizations and Using them consciously: OOP - Roblox

    May 4, 2025 · This is a follow-up on my previous post. The previous post focused on DUPCLOSURE and GETIMPORT, two pieces of the optimising puzzle in Luau. Post Co …

  4. Efficient Object Oriented Programming Tutorial - Roblox

    Feb 21, 2021 · Efficient Object Oriented Programming Tutorial This tutorial will not be explaining what OOP (aka Object Oriented Programming) is. I’ll be showing how to create an efficient …

  5. Roblox OOP (Object Oriented Programming)

    Feb 8, 2024 · 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 …

  6. 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 …

  7. prototypal programming: why theres no “classic” OOP - Roblox

    Luau is often referred to as an OOP language, even though it has no built-in classes. What are prototypes and prototype programming (PP)? How are familiar Object-oriented concepts …

  8. 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 …

  9. How to use OOP inheritance? - DevForum | Roblox

    Sep 24, 2024 · I’m learning OOP and created a base-class (AnimalClass) and have sub-classes inheriting from the base class (Dog, Cat, Penguin) I see two different ways to do it, and am not …

  10. Need Deeper Understanding of OOP - Scripting Support - Roblox

    Jan 16, 2025 · OOP is used for anything that can be used more than once and also has different settings to them. For example you can have a car module which has different speeds, colors, …