Hello, i have tried require(id) with some plugins and didn't work? Why? Is roblox down or something, models load but plugins not, the plugin has a moduleScript named MainModule and is on-sale, yesterday it was working but after 1 hour it stopped working. I get the error "Unable to find module for asset id" Help would be appreciated!
Make sure you're using the correct id for it and check to make sure the asset is a module script, nothing else. The module should also be named “MainModule” to require it using an ID. Otherwise, it won't work for plugins. The require function is specific for modules.