mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
chore(docs): use card instead for this note
This commit is contained in:
parent
8d114d3b51
commit
4f92248187
1 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,11 @@ local Client = Warp.Client()
|
|||
|
||||
## `.awaitReady` <Badge type="warning" text="yield" />
|
||||
|
||||
Yields the current thread until the client has successfully initialized and synchronized with the server's replication data (identifier). Its optionally, but highly recommended to call this before firing or connecting to any events to ensure the network is fully ready.
|
||||
Yields the current thread until the client has successfully initialized and synchronized with the server's replication data (identifier).
|
||||
|
||||
::: info
|
||||
Its optionally, but highly recommended to call this before firing or connecting to any events to ensure the network is fully ready.
|
||||
:::
|
||||
|
||||
::: code-group
|
||||
```luau [Variable]
|
||||
|
|
|
|||
Loading…
Reference in a new issue