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. When should you use OOP? - Scripting Support - Roblox

    Mar 29, 2026 · In my opinion OOP should be used in cases which you think you’ll reuse a system, or where It can be applied somewhere else in the future. Most Systems you encounter won’t be OOP …

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

  4. [Tutorial] From OOP to Data-Oriented Design: Memory layout ... - Roblox

    Feb 7, 2026 · [0] Introduction Hello everyone! In this tutorial, I want to introduce you to an important way of thinking in programming called Data-Oriented Design (DOD) and explain some fundamental …

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

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

  7. Full tutorial about OOP - Community Tutorials - Roblox

    Apr 18, 2025 · In each table you can create a special table for the player and this is better for controlling the players better (e.g I have a specific player that I must store in Metatable and Checking for his …

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

  9. HitboxClass | v1.1B | A Powerful OOP-based Hitbox Module

    Jan 13, 2024 · HitboxClass is an OOP-based hitbox module designed to be a powerful solution to hitboxes in a variety of games, such as fighting games and RPGs. HitboxClass enables developers …

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