From 4f922481877646a7633991226bfc2b763e6c778d Mon Sep 17 00:00:00 2001 From: khtsly Date: Mon, 23 Feb 2026 12:17:02 +0700 Subject: [PATCH] chore(docs): use card instead for this note --- docs/api/1.1/client.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api/1.1/client.md b/docs/api/1.1/client.md index 8f42de2..27f8b5d 100644 --- a/docs/api/1.1/client.md +++ b/docs/api/1.1/client.md @@ -10,7 +10,11 @@ local Client = Warp.Client() ## `.awaitReady` -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]