Is there a way to make custom admin commands and modifying existing ones in HD Admin?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve?
    I want to make custom admin commands and add, modify, or remove existing HD Admin commands for my Roblox game, Andrei’s Admin House

  2. What is the issue?
    I don’t know how and I really want to know how

  3. What solutions have you tried so far?
    I tried using HD Admin MainModule Auto Update (Or whatever that is) and none of them worked but make my game laggy

I need your help, thank you and have a great day.

2 Likes

I have been trying to do that but cant. I dont understand how the built in commands get the player instance from an empty table item.

not really, its not too hard to make ur own cmds tho

very VERY quickexample:

if plr.userid = GAMEOWNER then
if msg.match = "MESSAGE HERE" then
--do cmd

what about modifying existing commands?

not possible, you can disable cmds tho so just remake the cmd ig :sob:

2 Likes