Hey all. So I am not sure if it’s bad practice but I pretty much put all my main code and functions inside modulescripts and only ever use script and localscripts to require them for them to run. Is this bad practice?
I know a lot of people say to mostly only use modulescripts if you repeat yourself but I started using modulescripts so much that I can’t help but not to put all my main code inside of them. And not to mention my game runs fine. But what is your opinion?
Oh and here’s a screenshot if you even care how I use them.