Answered by
6 years ago Edited 6 years ago
I'm not exactly sure what you're trying to do here, as neither the title or the description is that informative, so I'm assuming that "form" is a string and you are trying to use it as a function.
commonly i like to use tables for this purpose, specifically dictionaries.
As dictionaries have string keys, it is actually pretty straightforward. You can simply index the dictionary with the string and input parameters like such:
02 | foo = function (q,w,e) |
07 | Event.Event:Connect( function (command,ree,ko,ef) |
09 | tbls [ command ] (ree,ko,ef) |