When I try to call a function under the following conditions using remoteExec:
- Params array for the remoteExec command is more than 2 elements.
- The function specified is not defined (nil) on my computer.
The function will not be called on any computer and seems to hit a dead end. I'm not sure if this is by design or not, but this is extremely limiting to those of us that have server side addons with functions that need to be called by clients for security purposes.