Skip to content

Commit 8844d55

Browse files
authored
Update Players.yaml
"ignoring gear" is false. I have a gear equipped on my avatar and I did: print(game.Players:GetCharacterAppearanceInfoAsync(415055824)) One of the assets in the 'assets' table was Bluster Buster (a gear).
1 parent 5412cce commit 8844d55

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
@@ -892,8 +892,8 @@ methods:
892892
summary: |
893893
Returns information about the character appearance of a given user.
894894
description: |
895-
This function returns information about a player's avatar (ignoring gear)
896-
on the Roblox website in the form of a dictionary. It is not to be
895+
This function returns information about a player's avatar on
896+
the Roblox website in the form of a dictionary. It is not to be
897897
confused with
898898
`Class.Players:GetCharacterAppearanceAsync()|GetCharacterAppearanceAsync`,
899899
which actually loads the assets described by this method. You can use

0 commit comments

Comments
 (0)