How should I organize my module scripts

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 or Gun 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!

1 Like

I would probably make different module scripts for different functions of the game, because it is a good way to organize your game. For example: KnifeHandler and TimerHandler

1 Like