Admin Panel got taken down for misusing roblox's systems

hi, my roblox admin panel that i just started creating just got taken down for no reason.

the only thing it currently does is have a settings module and a loader module inside with literally just

game.InsertService:LoadAsset(91485488384728).RODMINLOADED.Main.Parent = script.Parent
script:Destroy()

and the loaded asset is literally just a warning in the console to say that its not finished
“Thanks for using Rodmin! Please keep it in your game as it will soon auto-update to actually work when it’s done! It would mean the world to me.”

i don’t understand why ive got banned since literally nothing could trigger the moderation except if they think its a scam which it’s not

if someone could tell me why it gets moderated and why hd admin, kohl’s and adonis doesnt?

here is the link to the model and the other model that it loads

image of the ban

(it’s been almost an hour since i appealed and nothing changed, not even denied)

6 Likes


It got accepted but according to another users experience if i publish an update its gonna get taken down again

4 Likes

I think it’s unfair that Roblox is taking action on module uploads. I uploaded the Adonis MainModule, but it was translated into Spanish, and they banned it for “misuse of Roblox systems”

2 Likes


Roblox, is this a joke? I changed ONE module’s name and it’s again moderated.
Roblox’s moderation is actually bad

3 Likes


AGAIN???

3 Likes


Ok so apparently every update will take it down. There is actually no reason for that to happen but I dont plan on updating it anytime soon except the main module it loads (which doesnt get banned)

3 Likes

One question, how did you get to the appeal? I get rejected for everything, I’ve reached a point where it’s frustrating. :sob:

1 Like

1 Like

I hate that even the bot and the support team refuse to answer as if they were human, since the bot rejected my first appeal minutes after receiving it. Are they really going to continue implementing this? :wilted_flower:

1 Like

I literally appeal without any reason as it is optional.

I guess Roblox thinks since we use the word “admin” we’re taking HD Admin or another admin panel and adding a malware inside, so they automatically flag it.
But it’s weird the actual moderators don’t accept your appeals.

2 Likes

I sent the appeal again, this time without giving any apparent reason… Let’s hope they approve it :sob:

I don’t think it’s fair that the uploaders of the original system don’t get any penalty for uploading it, and that those who simply want to edit, re-upload or translate it have to face consequences just for wanting to do an act of “good faith” :unamused_face::unamused_face:

2 Likes

I had to update the model and guess what? Taken down again.
I think roblox should let anyone upload models and only make other people able to see it if it has been approved by actual moderators.
Why us and not HD Admin? Its the exact same thing

2 Likes

You are absolutely right.

Try contacting Roblox themselves Roblox Support

roblox there is no way.
there is literally NOTHING WRONG with it, it doesnt load anything else or anything and all the code is open source.

I HAVE FOUND THE SOLUTION! (thanks to @pumpkyrofl)
Apparently, Roblox AI flags automatically if your code has either insertservice’s loadasset or require() with an id. Except that it is bypassable!
If you do this, then it will work!
Roblox, if you see this, if you plan on banning this post, at least fix your AI.

local script = { Module = 6969 }
require(script.Module)

Of course, if you need script.Parent, then set it back like this:

local script = { Module = 6969, Parent = script.Parent }
-- etc etc
2 Likes

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