I’m not new to module scripts. I’ve know how they work and have used them but I’m still confused as to how they should be organized.
- Should I have all my functions in one script
- Or should I have a a separate module script for different functions of the game(ex.
Car Module
orGun Module
) - I’ve heard that people use module scripts inside of module scripts. Why do they do this and is it productive?
Thank you for any replies!