Is it possible to run a function in a different script from another script
_G["InsertFunctionNameHere"] = function(parametersHere) --BLAH end
To call it in another script..
_G.NameHere(paramsHere)