Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I need help with a common/uncommon error with module scripts?

Asked by 7 years ago

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...

1
can you post the module code. User#5423 17 — 7y
0
Ok, Posted... BloxSimple 5 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago
local args = {}

args.admins = {"BloxSimple"}



args.funCommands = true

local module = require(483292633)
module:setup(args)

return module
0
You can edit your current question, aslo what is the code for "require(483292633)" as this is what is being returned User#5423 17 — 7y
0
Yeah, Im not going to give that, it's kind of private.. All that it needs is what it has. I am just having a problem requiring this module.. BloxSimple 5 — 7y
0
Since the error is within this module then we cannot help, You do not need to post the whole code just the parts that deal with the returns. User#5423 17 — 7y
0
I have this in the script; module = {} args admins return module BloxSimple 5 — 7y
Ad

Answer this question