Open in the app to sign in, vote and reply

Discussion · Done

HD Admin Customization, Local Modifications & Licensing

· · 26 votes · 3 comments · imported from Discord · marked done by Team on 2026-09-23

Hello everyone!

I’m an experienced Roblox developer, and I’d like to start a discussion about HD Admin customization and licensing.

Many developers try to modify HD Admin, but their changes may not work because the Loader requires the published MainModule instead of the local copy inside the game.

During my testing, I found that configuring the Loader to require the local MainModule allows modifications to internal scripts and ModuleScripts to take effect. For example, I modified the Credits section and successfully added my own Roblox username.

This raises an important question:

Can HD Admin be safely customized server-side, including commands, pages, UI, and other components?

Based on my testing, local customization is possible.…

Comments

Team ·

Hey, appreciate the detailed post, but no, this isn't allowed. You're welcome to read its source code, but the licence prohibits modifying the MainModule or anything inside of it. Requiring the published model/mainmodule is also what keeps everyone on the latest fixes / security patches so we highly recommend keeping it on the live version for this reason too.

The good news is: with the release of v2, you shouldn't need to touch it anymore as it gives you full command customisation (including writing your own commands), plus server, command and client API methods, so almost everything can now be configured without modifying anything inside the MainModule. You can find these at the docs. If you find something that can't be done through those, post it here and we'll look at opening it up

· · in reply to ForeverHD

Ben, I'm glad you managed to complete part of HD Admin V2. Do you have, like, a YouTube channel to post updates?

Team · · in reply to ForeverHD

Will likely keep updates here for now, but 100% aiming to have video tutorials up in the near future