extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | RemoteFunction |
summary | string | Allow functions defined in one script to be called by another script across client/server boundary |
ExplorerOrder | string | 4 |
ExplorerImageIndex | string | 74 |
Yield functions
2InvokeClient
(player: Instance, arguments: Tuple) → Tuple| Field | XML type | Value |
|---|---|---|
Name | string | InvokeClient |
InvokeServer
(arguments: Tuple) → Tuple| Field | XML type | Value |
|---|---|---|
Name | string | InvokeServer |
Events
4RemoteOnInvokeClient
(id: int, arguments: Tuple) → void| Field | XML type | Value |
|---|---|---|
Name | string | RemoteOnInvokeClient |
RemoteOnInvokeError
(id: int, arguments: string) → void| Field | XML type | Value |
|---|---|---|
Name | string | RemoteOnInvokeError |
RemoteOnInvokeServer
(id: int, player: Instance, arguments: Tuple) → void| Field | XML type | Value |
|---|---|---|
Name | string | RemoteOnInvokeServer |
RemoteOnInvokeSuccess
(id: int, arguments: Tuple) → void| Field | XML type | Value |
|---|---|---|
Name | string | RemoteOnInvokeSuccess |
Callbacks
2OnClientInvoke
(arguments: Tuple) → Tuple| Field | XML type | Value |
|---|---|---|
Name | string | OnClientInvoke |
OnServerInvoke
(player: Instance, arguments: Tuple) → Tuple| Field | XML type | Value |
|---|---|---|
Name | string | OnServerInvoke |