Core Scripts

Admin panel core

The lightweight starter kit — commands, UI helpers, and a single config file.

server.lua ~4 KB

Core Admin Panel

The main server-side script. Handles kick, ban, warn, freeze, and permission checks for all staff.

  • Role-based permissions
  • Kick / Ban / Warn commands
  • Player teleport & freeze
Download server.lua
client.lua ~3 KB

Client UI Helpers

Client-side script for notifications, chat messages, and smooth UI feedback when commands run.

  • Clean notification popups
  • Chat message helpers
  • Syncs with the server panel
Download client.lua
config.lua ~2 KB

Easy Configuration

All your settings in one place — change command names, messages, and permission levels without touching code.

  • Command names
  • Permission levels
  • Custom messages
Download config.lua
Community Scripts

Community contributions

Bigger, special-purpose Lua scripts contributed directly by our community.

bypass-io-maps.lua 11 KB

Bypass id 16 — io.open hook

Hooks io.open to deny access to proc/self/maps, blocking a common anti-cheat detection vector. Add new bypass rules inside the same override as needed.

  • Drops proc/self/maps reads
  • Single-file drop-in
  • Easy to extend with new paths
Download bypass-io-maps.lua
admin-core-162.lua 87 KB

Admin Core 1.6.2

Large community-maintained admin core — EmmyLua documented, fixes map-unload on big game types, with Game helper overrides and a CommonSender packet shim. Recommended for advanced admins.

  • Map-unload fix for big game types (g1008, g1046, g1061–g1065, g1048+)
  • EmmyLua type annotations
  • CommonSender packet override
  • Game helper overrides
Download admin-core-162.lua

Need help installing?

Watch the setup tutorials on our YouTube channel — step by step, in under 5 minutes.