as you can see the ServerNetwork module inside the HD admin made my game reached the limit
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.
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.
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.