From da96dd0ad738665cbb36d54a3e39184120f142c7 Mon Sep 17 00:00:00 2001 From: SamerOP <72776629+samerop@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:50:00 -0400 Subject: [PATCH] Update Players.yaml Removes the incorrect statement that Players:GetCharacterAppearanceInfoAsync ignores gear. Testing shows that gear is included in the returned assets table. This change makes the documentation accurate. --- content/en-us/reference/engine/classes/Players.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en-us/reference/engine/classes/Players.yaml b/content/en-us/reference/engine/classes/Players.yaml index 43f46c5f9..7dccd636a 100644 --- a/content/en-us/reference/engine/classes/Players.yaml +++ b/content/en-us/reference/engine/classes/Players.yaml @@ -631,8 +631,8 @@ methods: summary: | Returns information about the character appearance of a given user. description: | - This function returns information about a player's avatar (ignoring gear) - on the Roblox website in the form of a dictionary. It is not to be + This function returns information about a player's avatar on + the Roblox website in the form of a dictionary. It is not to be confused with `Class.Players:GetCharacterAppearanceAsync()|GetCharacterAppearanceAsync`, which actually loads the assets described by this method. You can use