Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to load a private module on the client?

Asked by 8 years ago
Edited 5 years ago

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.

0
There wouldn't be a way to do this while keeping the module private; while it would be hard to get the source of a private module on the client, it's doable. BlueTaslem 18071 — 8y

1 answer

Log in to vote
1
Answered by
ikiled 75 Donator
8 years ago

This is not possible, Sorry! -Austin

Ad

Answer this question