Question about IsServer() and IsClient()

So most people know that exploiters can call modules and change upvalues and hook functions. Though I have a question, which I assume is a yes but want assurance.

If I have a module can the exploiters hook functions that are inside of a IsServer()?

If I understood your question correctly, probably. Either way even if they hook functions under IsServer(), it won’t be replicated and only the client can see the changes. Correct me if i’m wrong.

Not sure what you meant. But if you’re trying to say that, If you have a function/method which checks if it’s Server to proceed with the rest of the code, Then yes. Exploiters could easily modify the script on their side and remove the check. (On this case, Client)

Oh yeah! I forgot about that, funny thing is I had though of that last night. Thanks.

1 Like