I’m working on a locker system and shop system which both use the same functions. However, I don’t want to change variables in a module, as that would affect the other script using the function as well. Is it possible for the module functions to use the variables in the script they are required with, so one module would use two separate sets of the same variable to run.
Modules functions essentially replicating over.