I created a plugin called Ultimate Loader and it got removed from the creator store because:
“It may violate our Community Standards against Misusing Roblox Systems”
The plugin uses InsertService:LoadAsset() which I thought was the problem but then I saw many other plugins named “Asset Loader” or “Accessory Inserter” that also use that method.
The plugin also requires HTTP Requests (for avatar.roproxy.com) but that’s not the problem either cause many other plugins also require HTTP requests.
I’m unclear on the violation and I want to get the plugin back on the store, I’m willing to fix any violation issue but I don’t know what it is.
Lately, I experienced this exact problem with my plugin that I built years ago. The reason is because of the Creator Store requirements that do not allow assets to have obfuscated or scripts that require a type of remote access, especially using InsertService:
According to a Roblox employee, when this frustration occurs, they stated that the best solution is to remove this option in your code, commented or not. After that, make sure to save the changes, and your plugin will come back without any warning message in the Creator Dashboard.
The issue is now fixed, I made it so the plugin automatically disables any scripts found in assets the user loads and warns the user that scripts were disabled for their safety.