Async
A client-sided async.
Properties
Reliable
Whether or not the async uses a reliable remote event.
- boolean
Methods
Request
Requests data the server, equivalent to RemoteFunction:InvokeServer. Returns a Future.
Parameters
- data:
...any
The data to request the server with
Returns
- ...any