What Are the Best Ways to Stop Exploiters in Roblox?

Exploiting is a big problem in many games. Hackers use scripts to ruin the experience for others. What are the best ways to prevent this?

  • Should we use server-side checks instead of local scripts?
  • How does FilteringEnabled help?
  • Are there anti-exploit scripts that actually work?

If you have tips or experiences dealing with exploiters, please share!

3 Likes

I would as much as possible, unless you don’t care about security.

No idea.

What do you mean? Ones that just ‘stop’ exploiting and script injecting? Short answer: No.

1 Like

Do checks on the server and client, server is the most important as its the final decision.

Prevents exploiters from deleting the workspace and everything in the game provided that your remote events and remote functions are secured (basically).

Public ones? Well yes but mostly you should design an custom anti-cheat for your roblox game.

2 Likes