Hey, and thanks for reading in advance.
I’ve got a central Core module with pertinent functions for a fighting game I’m making.
When I parse the table IN the module itself to see all of its available functions, the context menu shows them to me without issue:

But if I require this same module from another script and attempt to list the same functions, nothing shows up:

Is there a formatting issue resulting in this? A line limitation, perhaps? Any help or advice is appreciated.
EDIT: This is not normal behavior - I can view the module elements just fine from an external script in other projects I’m making, which leads me to believe there’s some kind of formatting error in the Core module.