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

Why does my required module script not work when I require it?

Asked by
Lualaxy 78
5 years ago
Edited by User#24403 5 years ago

So I am having a bit of a problem here. When I start the game it says:

15:02:17.983 - Requested module experienced an error while loading 15:02:17.984 - Stack Begin 15:02:17.984 Script 'ServerScriptService.SkullAdmin', Line 1 15:02:17.985 - Stack End

In the admin there is only require(script.adminCommands) to require the module script.

0
Send the content of the module? Ankur_007 290 — 5y
0
does it return anything? quinowenryanjen 0 — 5y

1 answer

Log in to vote
1
Answered by 5 years ago

Something within the module script (script.adminCommands) is not working, use print statements and breakpoints to debug it.

Ad

Answer this question