HD Admin subscribed so many messaging service topics and make my game reached the active subscription limit

  1. What do you want to achieve?
    I want to make HD Admin doesn’t use messaging service, because it made my game reached the active subscription limit.

  2. What is the issue?


    as you can see the ServerNetwork module inside the HD admin made my game reached the limit

  3. What solutions have you tried so far?
    I tried to delete all the scripts that used messaging service inside HD Admin by importing the official HD admin modules on the creator marketplace and delete scripts that used messaging service, and upload the new module that I edited, and change the asset id inside the “Loader” script’s require() function to my new HD admin module’s asset id.

but after I did this, the hd admin won’t work when playing the game. The HD Admin button on the top left of the screen next to the chatbox button is gone.

I also looked up devforum and google, but I didn’t find any solution.

Note: my game also uses messaging service, but I only subscribed one topic.

First of all, what does HD admin do for you?

If its just for moderation, code your own moderation script.

If its just for those flying stuff, you can try finding another admin stuff that does the same thing

Because HD admin has a lot of useful commands, and I very want it to be in my game so I can do many things.

But I’ll try to use another admin command to see if it can solve this problem.

Thanks for your reply!

We had a similar issue in our game. Basically you need to fork the HD admin script and wrap :SubscribeAsync calls in a pcall and try again if subscription attempt failed.

Your first mistake was using HD Admin. By far the least effective “admin” script of all, at least for moderation (it’s lacking many important features and commands) and is as popular as it is solely due to the amount of “fun” commands it has, as well as the fact it’s quick and easy to drop in games to sell gamepasses for. I suggest using something like Kohls or Adonis instead (Kohls is especially lightweight and admin focused, highly recommend it)

Secondly, this is the first I’ve ever heard of HD Admin doing this. As clunky as it is, it’s never broken like that for anyone I’ve ever talked with. Are you sure that you’re using the real HD Admin? There are a gazillion clones out on the toolbox and creator marketplace, and many people often come in here complaining that their stolen copy doesn’t work right/has a backdoor.

2 Likes

Btw for Adonis

DO AWARE OF THE FAKE ONES

One moderately popular game called soulshatters got backdoored a few times because of it.

Agreed. Despite my bias towards the creator of HD Admin, I recommend using Adonis for Moderation rather than HD Admin.

Same. I have never seen this kind of problem before.

ohh.
so you recommand to use khols admin? ok I’ll go try khols admin and Adonis admin.
and yes, I’m using the HD admin from official model.
thankyou for your help!

Thankyou for everyone that trying to help. I solved this problem myself, I remade the messaging service system in my game and this error is no longer showing.

for people that has the same problem maybe you can use adonis admin, because that admin is also good.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.