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

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

  4. Concepts: Object Oriented Programming in Roblox

    Sep 8, 2020 · Real OOP setups in other languages technically uses all static methods (* in most cases, all cases that I’m aware of at least) with an invisible variable passed in (usually called this). So in a C …

  5. An in depth look at OOP - Roblox LUA

    Feb 15, 2021 · To begin, let us talk about what OOP is; Object-Oriented Programming is a form of programming in which objects are used instead of loose-leaf code. This programming form has many …

  6. Prototype-based OOP; A cleaner and simpler way to do OOP

    Jan 8, 2025 · Oh yeah my bad, it definitely does store slightly more memory because it holds references to the methods instead of holding a pointer to another table, however I do think the benefits of …

  7. 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 and organized …

  8. How would you use OOP? - Scripting Support - Roblox

    Jun 13, 2025 · Don’t go down the rabbit hole of purely OOP, else you’ll wind up using odd workarounds for scenarios that wouldn’t exist if you didn’t use OOP! Plus, pure OOP causes a lot of headaches. …

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

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