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

Help Me: Multiple Module Errors?

Asked by 5 years ago
Edited 5 years ago

I'm going to get as specific as possible. I'm currently making a server manager that uses a complex require() function to load the MainModule. I use the getfenv version of require.

My code of requiring: https://gyazo.com/66ce8fccb7aed4e72e71d30fa5b93a52

Error from the requiring script: https://gyazo.com/fd2100c0145ea4cc884c9db7dd5eca30

I get an error from the script that requires the MainModule, not sure if my way or requiring is the reason why. I also use :IsStudio() to prevent an ugly error in the players console if they're testing their game. I also have a basic :Remove() function for visuals.

Error from my MainModule: https://gyazo.com/399733bf1182ac9d721079c70b1a5888

Line 43 of my MainModule script: https://gyazo.com/5a8a12e11e7109995e95a20c04a91191

I feel like the error is me requiring the second module inside my MainModule, or maybe I'm not using a wait() function.

Finally, an error from my AdminProcess module: https://gyazo.com/fdc5cfaea3b2cd48b9726e999e3759ef

Line 21 of my AdminProcess module: https://gyazo.com/ad5915af7e2d7f1c4af06360d3a044ec

My stuff hasn't been finished yet, so I don't know if these errors are completely affecting my system. If you can help me, thanks.

0
post your code here green271 635 — 5y
0
My loader has 4k sales, I don't want to give away the source. Sorry. Chaddaking 60 — 5y
0
Can I see the return line of your Configuration module? GetGlobals 343 — 5y
0
@OP not everyone's going to gyazo just because your loader has 4k sales. You're refusing to be helped User#19524 175 — 5y

Answer this question