Just as the title says
-
What do you want to achieve?
I would like to release my documentation viewer plugin so my partners can use it without me manually sending updated versions as files. -
What is the issue?
Moderation is continuously blocking distribution. The original version did contain a loadstring, however no version of the plugin has ever loaded external assets, And the current version exclusively uses require (now also commented to explain what they do) -
What solutions have you tried so far?
- I have replaced the original loadstring document parser with a newer require based parser (performs worse
) - I have added comments EVERYWHERE, Especially around things that could be getting it flagged (near requires, pcalls, coroutines, etc)
- I have appealed twice and updated the (store version) plugin 9 times
- I have renamed various internal things in the framework and in the plugin itself like the ‘payload-loader’ (responsible for loading each major component) to the ‘applet-loader’
The first appeal got denied, second one is still pending. I don’t quite know what’s triggering moderation anymore, and I’m worried its some sort of permanent-flag that’s now stuck to the plugin (or worse - my account)