Skip to content

Commit c255323

Browse files
sameropaetter
andauthored
Update Players.yaml (#1182)
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. ## Changes <img width="626" height="416" alt="image" src="https://github.com/user-attachments/assets/edb39c96-65ca-40a5-b7c8-57a43982dd60" /> ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. Co-authored-by: Andrew Etter <[email protected]>
1 parent 9873c08 commit c255323

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)