I’ve been working on an admin source [named G-Gui] and I’ve recently read up on the rules and I am having issues making the update system abide by it.
On the rules, it said that you can’t “Requiring remote assets, including require(assetId), loadstring(), InsertService:LoadAsset()” when you upload it on the marketplace.
The G-Gui system is intended to have an automatic update system, yet with this rule I don’t know how, considering the other loaders for other public admin sources and such have those things like require() and whenever I upload the MainModule it says that I was “Misusing Roblox systems” despite me following those rules.
I have tried:
Reuploading the model
Appealing, which was denied
Researching how
Taking a look at the HD Admin loader, which uses require()
What I expected:
For the MainModule to be accepted onto the market and to be able to upload the loader too
user27430005 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.