lets look at this:
local table = { ["example key"] = function(arguments) end; }
how do I pass arguments into this function using the key as a specification for that function?
You should change your variable name, but...
t["example key"](...)