Should I use a module script for my admin commands?

Hello, I’m making custom admin commands for my game, however should I make it in a module script, or do the entire thing in a script? I currently wrote it up in a script, however I know a lot of admin commands are in module scripts, so should I switch it over to a module script? These admin commands are only for my game and are not being publicized, so it’s not a big deal in terms of organization but I’m more thinking about efficiency?

It really depends. Doing it in a script should be ok but if you have lots of commands (and possibly want other people to use the code) then a module script may be the best.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.