So Friday night, I tried to upload a plugin I made to Roblox which allows you to create a power grid and connect fixtures to each other. However once I made it public, it was instantly taken down for “Misusing Roblox Systems”. I appealed but it got denied, then it came to my realization that Require(ID) in a public plugin is against the TOS, (the plugin did have a Require(ID) script in a loader script that you could install via the plugin), so I removed it and updated it…
Surprise, it got taken down again, and when I appealed it got denied for a second time. I am extremely confused as I do not understand how my plugin could possibly be a violation besides that “Require” that I took out of the plugin.
I’m not too sure, the first time I appealed I said “This plugin and the module script it requires have no malicious intents.” but they still denied it :I
I looked thru ToS and it’s not really helpful, it varies based on your situation. I saw some people got banned for ban evading, audio uploading and more
You absolutely under no circumstances are allowed to use requires, it doesn’t matter what it is. Specifics such as “HD Admin” were allowed through, but otherwise you can’t do this, ever, not anymore.
i’ve been getting similar issues, it’s all due to the lines of code like require()
It’s annoying because they don’t even check it because it’s some horribly made AI that doesn’t know that there are harmless scripts there.
I hope roblox fixes this because it’s driving me insane!
UPDATE: “Input” used to be called “Required”, and after replacing all of them in all of the scripts and updating the plugin, it went back up with no issues. My guess is that the automated moderation saw “Required” as “Require()”. Thanks to everyone for trying to help!!