I’m creating an inventory system and I want to secure it
Create and handle tools on serverside. If you use remotes to pick up tools, make sure to use the tool instance to pick up and add sanity checks.
1 Like
What if the exploiter created the tool, and make their character pick it up?
Instances made by client doesn’t replicate to the server.
1 Like
Ok, how do I detect when an exploiter create something like a teleport tool, btools?
Use client scripts, but its unreliable method. Everything on client can be hooked by exploiter and you should focus on protecting serverside functions instead.
1 Like
Ok thanks, I’ll mark your answers as the solution
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.