AvatarEditorService:ConformToAvatarRules() spams warning when avatar is wearing a facial accessory

Calling AvatarEditorService:ConformToAvatarRules(description) always prints the warning “No refinement limits found in AvatarRules for Accessory Type: Face” when the description includes a facial accessory like glasses.

Repro Steps:

  1. Wear glasses on avatar
  2. Run this in studio command line bar in Server view:
local description = game:GetService("Players"):GetPlayers()[1].Character.Humanoid.HumanoidDescription:Clone()
game:GetService("AvatarEditorService"):ConformToAvatarRules(description)

Expected behavior

This warning should not appear, or a correct limit should be added to facial accessories to prevent the warning from appearing

3 Likes

Thanks for the report! I filed a ticket in our internal database.

1 Like

Hi! This is something actively being addressed. You should see appropriate behavior very soon.
I will report back here if there are any issues with the fix being rolled out.

Thanks for the report.

2 Likes

Alright. This should now be resolved for all platforms except iOS.
Will report back once that fix is out on iOS as well.

2 Likes