The first layer of security that helps to detect the most popular exploits in Roblox: speed hack, teleport/no clip, RemoteEvent abuse.
This includes a "RemoteGuard" module, which is a reusable feature that can be applied to any of your RemoteEvents in order to apply rate limits and argument validation without additional coding each time.
It is a basic security layer, not a full anti-cheat module. Use it together with authoritative game code on the server side for maximum effect. Customizable thresholds to allow tuning sensitivity to your game.
Features:
This includes a "RemoteGuard" module, which is a reusable feature that can be applied to any of your RemoteEvents in order to apply rate limits and argument validation without additional coding each time.
It is a basic security layer, not a full anti-cheat module. Use it together with authoritative game code on the server side for maximum effect. Customizable thresholds to allow tuning sensitivity to your game.
Features:
- speed hack detection (lag-tolerant, customizable)
- teleport/no clip detection
- fair strikes system (no insta-kicks based on false positives)
- IgnoreNextMove() API for whitelisting of teleports by your game
- RemoteGuard module: rate limit + argument validation for any RemoteEvent
- mostly commented
