|
- Efficient Object Oriented Programming Tutorial - Roblox
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 OOP System Note: I start to create the efficient OOP system at the “what do we do now?” section below All module scripts in this tutorial will be parented to ServerStorage The scripts that we will test
- All about Object Oriented Programming - Roblox
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 OOP? How does it help me? How do I make this work in Lua? Integrating with module scripts What about inheritance? What is OOP? OOP stands for Object Orientated Programming and is a way of laying out code in a more
- How to use PathfindingService + implementing it as OOP
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 OOP module so that it can be used in different scripts and such If the term OOP is foreign to you completely, feel free to skip the OOP part and just read how to use PathFindingService How to use
- Unleasing the power of Object-Oriented Programming | OOP
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, neat package
- Object Oriented Programming (Better than metatable OOP)
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 from: Tower - Roblox Benefits: More begginer friendly than metatable OOP faster than metatable OOP by like 10-100% (up to 2 times faster) (Results vary) Easier to write types and don’t require any casting since
- Object Oriented Programming (OOP) Advanced Inheritance
First, Im not english native, and my english couldnt be 100% correct Over the time I learnt and used OOP classes in roblox using metatables, it was always a pain in the head to create some kind of superclasses that would work almost like roblox superclasses, and also were easy to set it up It was relatively easy to inherit methods, but for properties that wasnt the case, I was copy-pasting
- What are a modular framework, oop, metatables and promises
What is a modular framework, how does it work, how to use it, why would you use it ? What are oop, metatables and promises, what do they have to do with modular framework ?
|
|
|