I’m in the middle of making a game and decided that I needed to clean my code up a bit. I want to put most of the code in module scripts and then run the modules in a small number of scripts and localScripts.
Everything was going good until I came to my GUI Scripts. All of them are localScripts and use remote events to do anything on the server; so what should I do with those?
Also, If you think that I should organize my code different than what I explained in the first paragraph, It would be great if you told me.
Tl;Dr:
Where should I put my GUI Scripts for a nice, organized game?