How To Organize Your Code In Roblox Studio
Вставка
- Опубліковано 10 лис 2024
- Hello all! Today I will be showing you how I organize my code in Roblox Studio. This is an intermediate tutorial so it would be best to have some prior game development knowledge, however it has some good organization tips in general if you want to know for future reference.
Thanks for watching! :)
God bless you fr fr. You're covering topics bigger UA-camrs are failing to do
big fan of these more advanced tutorials
Great video, a while ago I had the same issue about my scripts being everywhere but now that I have moved onto a Controller/Service system everything is smooth sailing!
Nice video, always interesting to see how other people structure their code.
nice video, it's always good to have videos of that kind from established developpers. I wish i had that kind of videos a few years ago
New to Roblox and OOP and this really helped wrap my head around things, and will be even better once I understand what it all means. 😂 Thank you! ❤
we at the golden age of developing with so many quality tutorials being made as of lately
You all can check out this repository where I derived baseclass from:
github.com/kikito/middleclass/blob/master/middleclass.lua
github.com/kikito/middleclass/wiki
Its super helpful in speeding up the process in OOP
Thanks for this! If I may suggest a video idea, it would be very helpful if you could make a full system like a pet system with inventory, hatching, follow system and such.
Not exactly a step by step tutorial but just to see how you would piece those together. Because I myself struggle with making my code clean when several systems can interact with each other.
Really nice, your code looks a lot more organized than mine, I am more of an "if it works don't touch it" person hahaha
Thanks for the vid! 😍🥰
wowzers
Thanks this video is very useful! Also can I see what's inside the BaseClass module? I have always made classes manually so that was a really interesting discovery for me! :D
very nice!
The orange thing on your head makes you more cute lol
Do you do any private tutoring sessions?
It would be cool to have a plugin to automatically create these organizational folders.
Check out "knit framework"
ooo this is interesting, i've been getting into coding a lot more (currently obsessing). by any chance would you be able to do a tutorial on oop?
Absolutely!
can't wait to see! :D
If you could make a video specifically focusing on the different components of these classes, and the inheritance between the parent and children classes I feel like that could help to elaborate on what's going on here. THEN after that you can go on and talk about methods. This video seems a bit reliant on examples that are a bit confusing...
Do you ever put your classes in ServerScriptService?
Sometimes! I usually like to keep everything in one place, I find it easier for navigation, but sometimes it makes sense to keep it in ServerScriptService so that users know this is a server side module only.
every time someone looks at my scripts they have a stroke 💀so ima look at this after school
The tutorial is honestly solid but I see issues in this architecture specifically for certain projects such as gun systems, Otherwise good tutorial.