I am trying to require a module Id in script builder and I get an error;
Module experienced an error while loading
I named the module to MainModule and I used return in the script aswell...
local args = {} args.admins = {"BloxSimple"} args.funCommands = true local module = require(483292633) module:setup(args) return module