It seems like Roblox removed plugin again for some reason, I think I need to rename all the modules and function names to prevents Roblox AI Moderation slop , the best thing if you want to use the plugin, you can wait for a reupload by me or download this rbxmx and use it locally for now
It’s probably you have a mention of forbidden globals somewhere in some file, SimpleComplete wasn’t able to be published to the marketplace because of a LuauGlobals module which contained an array of luau globals as strings (yes even that gets your plugin taken down, i assume they use some kinda string pattern matcher for the automod) i kinda forgot to remove, if you find where the issue is and remove it (or just obfuscate it with a table.concat lel) it’ll most likely fix the issue
You can also technically get all services from roblox API Dump
Checking if it has “Service” tag
But if you are going to do that cache result of it in plugin:SetSetting() and update it about 24 hours probably cause yk its pretty expensive to parse such a big database.
Sorry for late reply, I just add a new update fot the plugin. So now you can remove the instances padding on the settings ( If there any bugs in the padding, you can report it)