How to ban players for using exploits when they join the game and exploit gui appears? Help

Hi, I tried to make an anti cheat that bans you if you moved for over than 24 studs per a second, but that didn’t worked very well.
So, does anyone knows how to detect if player has exploits and instantly ban them?
That would be great.

1 Like

There’s no way to detect when an exploit is opened, they are made not to be detected, you can check their walk speed and ban them if they go to fast, but other than that, you have to find your own ways to detect exploiting.

EDIT:

If there was a tool that could instantaneously detect cheats, roblox would probably already add this, or another developer would make it.

there’s some ways to detect the exploit gui using ContentProvider:PreloadAsync(). One of the callback function parameters is the asset ID of the asset loaded, you can compare it with malicious ones, but exploiters have bypasses to this. Like @JAcoboiskaka1121 said, you need to find your own ways to detect cheats specific to your game.

1 Like