Is it efficient to have 2 scripts 1 local, and 1 server that manage the entirety of the games systems through like modules and stuff? How should I go about scripting a game in an organized fashion so that I can make things easier for myself?
Using all module scripts and minimal local/server scripts is a common pattern. I suggest looking into Knit which is a hybrid between a library and a framework.