Issues with a module script

Hello, I’m currently making an admin bar and I am making a commands log.
It worked fine but, after moving few things it doesn’t work anymore:

ServerScriptService>Libraries>ExecuteCommands (<-- script)
require(LibrariesList.SERVER).UpdateCommandsLog(string.format("**%s$** ` %s `\n*%s*", PLAYER.Name, UNTABLEDCOMMAND, OUTPUT or "Failed to get output!"))

ServiceScriptService>Libraries>SERVER (<-- Module Script)
image

the table inside this module script:
image

For some reasons it doesn’t give any error and the script doesn’t continue, it should return something:

and this is the CLIENT:

Okay! After 1h and 4 minutes, I finally found the issue! It happened because I was using the SERVER (module script) as main script so it was already required.