Hello,
Can you load modules from the “Documents” folder of a project? If I keep the module in the same directory as my “main.lua” file it works fine. However, when I try “local ex1 = require ( “Documents.MOD” )” I get an error saying its not a directory. Is this a permissions/security feature?