I’m just curious about if I should use a server and client scripts every tool and organize them like this
Basically, when equipping the tool, a manager script on server just clones these scripts into the Tool so I don’t need to modify multiple scripts and it stores on the backpack, so it’s not creating more than 1, only these; but my question is if creating a ModuleScript with OOP would be better than just cloning the scripts with a server managing script (And if using the single-scripts would use more memory)