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:
- Wear glasses on avatar
- 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