From 3e46b723e9f2fa04a761fe953ef3bda04693677f Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sat, 26 Jul 2025 02:37:51 +0200 Subject: [PATCH] Clarify exists usage --- docs/api/world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/world.md b/docs/api/world.md index fe6a2c7..6ecce66 100755 --- a/docs/api/world.md +++ b/docs/api/world.md @@ -630,7 +630,7 @@ print(world.contains(entity)) // false ## exists -Alias for `contains`. Checks if an entity exists and is alive in the world. +Checks if the entity ID exists regardless of whether it is alive or not. Useful to know if the ID is occupied in the entity index. ```luau function World:exists(