Fundamentals
Services
Advanced
Deployment
Development
The Execute Service provides capabilities for executing blocks on the NetsBlox server. This is particularly useful for batching RPC requests.
Execute a function on the NetsBlox server.
Arguments:
fn: Function (Function) - function (ringified blocks) to execute
fn: Function
Returns: Any (Any) - return value of fn
Any
fn