Advertisement
Alexplazz

Untitled

Mar 11th, 2024
2,258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local AsyncAdminCore = game:GetService("ServerScriptService"):WaitForChild("AsyncAdminCore")
  2. AsyncAdminCore = require(AsyncAdminCore)
  3. -- Access modules with Modules.ModuleName
  4. -- EG:
  5. AsyncAdminCore.Modules.CommandHandler.RegisterCommandHolder("Test Commands", NewCommands)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement