With my libraries, I tend to do optional dependencies or custom error messages to explicitly state that a specific library is required, rather than a generic "script does not exist". Problem is, require just crashes the script, and while there is pcall, I have yet to find a solution that I like.
With my libraries, I tend to do optional dependencies or custom error messages to explicitly state that a specific library is required, rather than a generic "script does not exist". Problem is,
require
just crashes the script, and while there is pcall, I have yet to find a solution that I like.see Mod Suggestions