modules are supposed to share the piece of code with other scripts, but we already have a package function so i can update all scripts at once if I need to, unlike module variant when i have to update all module-dependent scripts one by one. why are many devs use modules?
They are two completely different things
ModuleScripts share logic and data between scripts whereas Packages sync assets across multiple games
1 Like