BindableFunction
Allows one script to invoke a function in another script and receive a return value.
Properties
| Property | Type | Default |
|---|---|---|
OnInvoke | any | nil |
Functions
instance:Invoke
Invokes the function, and returns a value.
Arguments
...: anyReturns
anyAPI
instance:Invoke(...: any): any