A complete, high-performance administration panel and anti-cheat system package for your Roblox game. Built from the ground up with a core focus on security, optimization, and ease of use.
A powerful detection system running entirely on the server, making it impossible for clients to bypass or disable. Automatically detects and kicks players attempting to use:
Extra Anti-Cheat Features:
A clean, modern visual panel powered by a responsive Fusion interface. Accessible exclusively to administrators verified directly by the server.
Features Included:
Server-Side Security:
Anti-Cheat V2.1 (100% Server-Side)
A powerful detection system running entirely on the server, making it impossible for clients to bypass or disable. Automatically detects and kicks players attempting to use:- Speed Hack ➔ Detects modified WalkSpeed and actual physical velocity exceeding limits.
- Velocity Hack ➔ Detects raw linear velocity applied via external exploits.
- Jump Hack ➔ Detects modified JumpPower and JumpHeight.
- Teleport Hack ➔ Detects impossible travel distances between frames.
- Fly Hack ➔ Detects players hovering or suspended in mid-air for over 3 seconds.
- Noclip ➔ Detects players walking through walls utilizing OverlapParams.
- Godmode ➔ Detects frozen or modified health below maximum value over extended periods.
- Executor Detection ➔ Detects active client-side exploit environments (getgenv, hookfunction, etc.).
- Discord Webhook Integration: Receive detailed, real-time alerts whenever a cheater is caught.
- UserId Whitelist: Easily exempt admins, staff, and testers from detections.
- DataStore Logging: Option to permanently save and log flagged exploiters across game sessions.
- False-Positive Protection: Includes a customizable spawn grace period and fine-tuned validation buffers.
Admin Panel (Modern Fusion UI)
A clean, modern visual panel powered by a responsive Fusion interface. Accessible exclusively to administrators verified directly by the server.Features Included:
- Global Announcement: Broadcast global messages to all servers with customizable duration, an animated top-screen banner, and an automatic progress bar countdown.
- Kick Player: Boot any player instantly by entering their username with an optional reason.
- Ban System: Ban any player for a specific timeframe (e.g., 1d, 7d) or permanently.
- All permission checks are handled via RemoteFunction on the server — the client never dictates admin status.
- Regular players cannot load, view, or interact with any part of the UI or its assets.
- Every single administrative action undergoes strict server-side validation before execution.
Package Structure & Contents
| Script / Asset | Installation Location |
| AdminHandler | ServerScriptService |
| AntiCheat_Server | ServerScriptService |
| AntiCheat_Tester | ServerScriptService |
| AdminPanel_UIBuilder | StarterPlayerScripts |
| AnnouncementClient | StarterPlayerScripts |
| AntiCheat_Client | StarterPlayerScripts |
| AdminPanel (template) | ReplicatedStorage |
Quick Setup Guide
- Add your UserId to the AdminList table inside the AdminHandler script.
- Add the same UserId to the whitelistedIDs table inside the AntiCheat_Server script.
- Paste your Discord Webhook URL into the designated field within AntiCheat_Server.
- Publish your game and make sure to enable Allow HTTP Requests and Enable Studio Access to API Services under Game Settings > Security.
