[PLUGIN MODERATION] Can't Sell My Plugin on the Marketplace - No Feedback

  1. What do you want to achieve?

I want to sell my custom Studio plugin on the Creator Marketplace so other devs can benefit from it and support my work.

  1. What is the issue?

Every time I upload my plugin, it gets moderated and removed from the Marketplace shortly after.
I only get a generic message saying I’m “Misusing Roblox Systems” with zero specific details.
Because of this, I can’t publish or sell my plugin at all, and I have no idea what part is causing the problem.

  1. What solutions have you tried so far?

Read all the Community Guidelines and Marketplace rules.

Triple-checked my plugin: no suspicious code, no remote requires, no loadstring, no obfuscation, nothing dangerous.

Removed features just to test, still gets removed.

Tried uploading under different names/descriptions, no change.

Contacted support, got the usual “we can’t tell you more, sorry.”

More details

The plugin is a framework installer/manager for Studio (like a plugin terminal), using HTTP requests to let devs fetch scripts and frameworks easier.
I see nothing in the docs or rules that says this is forbidden, and I’ve tried to follow every guideline.

My goal is to sell my plugin to help other devs and make a bit of Robux, but the system won’t let me even get past moderation.
Is there a recent change in policy?
Is there a specific function, feature, or wording I should avoid?
How are we supposed to sell advanced plugins if we never get real feedback from moderation?

Any tips from staff or devs who managed to sell custom plugins would be amazing!
Thanks for your help

Sorry I didn’t read your post in enough detail and was going to warn you about require(assetID) etc. but I see you checked that already. I wonder if it is the HTTP request?

Maybe but it shouldn’t ban my plugin, http request are autorized so idk.

That’s a pretty big problem, and Roblox DevForum moderation is seemingly wanting to hide it instead of just adding proposed solutions.
https://devforum.roblox.com/t/asset-moderation-is-unfair-and-needs-to-be-discussed/3859660

As I like to call their so-called “AI” it’s a “Stupid Parser” because it’s not GPT, my brother; it’s JUST A STUPID string.match() that claims anything containing require/loadstring and such to be 100% MALICIOUS, and the hypocrisy about that is the fact that big developers like ForeverHD have immunity to this system.

2 Likes

So what can i do? I need to have an admin or staff that manually accept my plugin ?

There is a way to prevent it by making “Stuipid Parser” think that your plugin doesnt use certain functions by wrapping it in function calls.
Im not sure will roblox like it or not tho.

Yeah roblox is the only platform where you need to find bypasses in moderation to have a regular human conversation.

2 Likes

There is really nothing we can help you if it’s a paid plugin, meaning we can’t get the code to see what’s the issue and how you could get it not taken down

You can do that by bypassing “Stuipid Parser” as i call it so called “AI moderation system”
Dont dirrectly execute loadstring/require but instead wrap it in other call somewhere as argument etc.
Roblox is a wonderful platform by turning every user into reverse-engineer innit?

I have some news! the problem was my anti virus system i made to PROTECT player from malicious script and backdoor in their game. This is crazy…