Currently, the Avatar Inspect Menu does not display equipped Mood animations.
Moods are a special type of avatar animation asset that are included with all bundles that include a Dynamic Head asset.
Any time you open the Avatar Inspect Menu, whether it be through the standard Roblox escape menu, through the Avatar Context Menu, or through an API such as GuiService:InspectPlayerFromHumanoidDescription(), any equipped Moods on the avatar will not be shown.
Repro
Here is a simple repro place showcasing this bug.
AvatarInspectMoodsRepro.rbxl (81.5 KB)
This dummy is wearing the Dynamic Head and Mood included in the “Stevie Standard” bundle. You can interact with the dummy to inspect its HumanoidDescription
. The Mood is not shown in the Avatar Inspect Menu UI.
Expected behavior
The Avatar Inspect Menu should display all assets that a user is wearing, including Mood animations.