Players:GetCharacterAppearanceInfoAsync() does not document emotes

Issue

The emotes key of the return value of Players:GetCharacterAppearanceInfoAsync() is not documented.

Missing from documentation of the asset tables are the keys currentVersionId and meta, but this may not be relevant to developers.

Reproduction

local players_service = game:GetService("Players")

players_service.PlayerAdded:Connect(function(player)
	print(players_service:GetCharacterAppearanceInfoAsync(player.UserId))
end)
1 Like

We’ve filled a ticket into our internal database for this issue, and we will update you when we have further information.

Thanks for flagging!

2 Likes

Hey @Qualadore! Thanks for flagging this. The documentation should now include emotes as a return value.

Have a good one :slight_smile: