I'm well aware that you can only require a module via it's asset id with a server script, and that it must be named "MainModule" to verify the request.
But is there a way to do this using a local script as well? Creating a private module that loads on the client without being able to view the module's source?
I was thinking the server could handle the requiring of the module, and somehow pass that info over to the client. However, this seems to lack both security and efficiency. Is there a better way? If anyone has any ideas or answers, I'd be glad to hear it. Thanks.