#When would I use module scripts?
1 messages · Page 1 of 1 (latest)
when you wanna re use stuff
in other scripts
or just be cleaner
Just use it to keep scripts compact or to use it for multiple scripts
In a professional project, you will never not use ModuleScripts
You use them for abstraction. The implementation of objects in OOP is done through ModuleScripts. The implementation of local APIs is done through ModuleScripts. Configuration files are done through ModuleScripts
english pls