Let’s say a client who’s a hacker requires a module from replicated storage, but another module that’s in serverscriptservice also requires that same module, would the hacker gain access to the serverscriptservice module as well as the replicated storage module?
2 Likes
No, module scripts required by the client has its own “instance” meaning that the changes done to the module on the client won’t replicated to the server. Only the client will see the changes. Just make your module script server sided and your good
3 Likes