Can ModuleScripts required by plugins see a script's source?

Just a question:
I have an antivirus plugin. I separated its scans into individual ModuleScripts required by the main AV engine. One of the scans uses a Script’s Source property. Can the module see a script’s source if it’s required by a plugin script?

Modules share the same permissions as the script requiring it. So it can access script sources if required by a PluginScript. I don’t think it can access the PluginScripts source because you can’t find it in the explorer.

I’m not too sure about any of this info, so I might be wrong.

2 Likes