RemoteFunction

extends Instance

Class fields

FieldXML typeValue
NamestringRemoteFunction
summarystringAllow functions defined in one script to be called by another script across client/server boundary
ExplorerOrderstring4
ExplorerImageIndexstring74

Yield functions

2
InvokeClient
(player: Instance, arguments: Tuple) → Tuple
FieldXML typeValue
NamestringInvokeClient
InvokeServer
(arguments: Tuple) → Tuple
FieldXML typeValue
NamestringInvokeServer

Events

4
RemoteOnInvokeClient
(id: int, arguments: Tuple) → void
FieldXML typeValue
NamestringRemoteOnInvokeClient
RemoteOnInvokeError
(id: int, arguments: string) → void
FieldXML typeValue
NamestringRemoteOnInvokeError
RemoteOnInvokeServer
(id: int, player: Instance, arguments: Tuple) → void
FieldXML typeValue
NamestringRemoteOnInvokeServer
RemoteOnInvokeSuccess
(id: int, arguments: Tuple) → void
FieldXML typeValue
NamestringRemoteOnInvokeSuccess

Callbacks

2
OnClientInvoke
(arguments: Tuple) → Tuple
FieldXML typeValue
NamestringOnClientInvoke
OnServerInvoke
(player: Instance, arguments: Tuple) → Tuple
FieldXML typeValue
NamestringOnServerInvoke