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! :)

КОМЕНТАРІ • 26

  • @360sauce7
    @360sauce7 6 місяців тому +4

    God bless you fr fr. You're covering topics bigger UA-camrs are failing to do

  • @alexlipcorn7367
    @alexlipcorn7367 7 місяців тому +4

    big fan of these more advanced tutorials

  • @Xxelijah3314xX
    @Xxelijah3314xX 8 місяців тому +1

    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!

  • @shahier1154
    @shahier1154 8 місяців тому +1

    Nice video, always interesting to see how other people structure their code.

  • @Vivi-xn9iz
    @Vivi-xn9iz 5 місяців тому

    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

  • @MRedwood82
    @MRedwood82 2 місяці тому

    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! ❤

  • @FrozenToxicity
    @FrozenToxicity 5 місяців тому

    we at the golden age of developing with so many quality tutorials being made as of lately

  • @Myzta
    @Myzta  8 місяців тому +4

    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

  • @xyianide8697
    @xyianide8697 8 місяців тому +1

    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.

  • @eduardoloza3183
    @eduardoloza3183 8 місяців тому

    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

  • @vizualeyes619
    @vizualeyes619 8 місяців тому +1

    Thanks for the vid! 😍🥰

  • @MarzFromMars
    @MarzFromMars 3 місяці тому

    wowzers

  • @24mohammaddiccoadrieandina63
    @24mohammaddiccoadrieandina63 8 місяців тому

    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

  • @ronaldbartow2824
    @ronaldbartow2824 8 місяців тому

    very nice!

  • @loe4366
    @loe4366 8 місяців тому

    The orange thing on your head makes you more cute lol

  • @toonstyleRBLX
    @toonstyleRBLX 7 місяців тому

    Do you do any private tutoring sessions?

  • @seamuskills
    @seamuskills 7 місяців тому +2

    It would be cool to have a plugin to automatically create these organizational folders.

    • @costo.
      @costo. 2 місяці тому

      Check out "knit framework"

  • @ewoeh
    @ewoeh 8 місяців тому

    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?

    • @Myzta
      @Myzta  8 місяців тому +1

      Absolutely!

    • @ewoeh
      @ewoeh 8 місяців тому

      can't wait to see! :D

  • @_cnk
    @_cnk 8 місяців тому

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

  • @penguimTwo
    @penguimTwo 8 місяців тому

    Do you ever put your classes in ServerScriptService?

    • @Myzta
      @Myzta  8 місяців тому

      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.

  • @brpz
    @brpz 5 місяців тому

    every time someone looks at my scripts they have a stroke 💀so ima look at this after school

  • @adakrin
    @adakrin 6 місяців тому

    The tutorial is honestly solid but I see issues in this architecture specifically for certain projects such as gun systems, Otherwise good tutorial.