Roblox’s automated moderation system flags any plugin published to the Creator Store that contains the string “loadasset”–no matter the context or how you capitalize the letters. I tested the following with a plugin, but I assume it happens to models as well since they share the same community guidelines.
Publishing a plugin with a single script containing the code below causes the plugin to be instantly taken off the Creator Store.
local function loadAsset()
end
What’s even weirder is that this also gets flagged.
local str = "loadAsset"