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)

the table inside this module script:

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