Skip to content

Commit da96dd0

Browse files
authored
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.
1 parent 3768d20 commit da96dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/reference/engine/classes/Players.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ methods:
631631
summary: |
632632
Returns information about the character appearance of a given user.
633633
description: |
634-
This function returns information about a player's avatar (ignoring gear)
635-
on the Roblox website in the form of a dictionary. It is not to be
634+
This function returns information about a player's avatar on
635+
the Roblox website in the form of a dictionary. It is not to be
636636
confused with
637637
`Class.Players:GetCharacterAppearanceAsync()|GetCharacterAppearanceAsync`,
638638
which actually loads the assets described by this method. You can use

0 commit comments

Comments
 (0)