Don't spam output with "Humanoid::ApplyDescription() Some requested assets were not available"

Not only is this warning not actionable (we as developers have no control over whether an asset is available or not), but also over time this warning will fill up the server log history and cause all the useful logs to be forgotten.

For example, here is a server where we are calling Humanoid:ApplyDescription() 3-4 times a minute:

16 Likes

You probably should wrap it inside a pcall(), this way you can choose whether you want to print() the status of the API call

it’s not an error it’s a warning and that’s not how pcall works

Will also add that this method can sometimes error due to the requested assets being moderated (even if wrapped in a pcall)

I also think that this warning should also be muted:
image
It prints when the humanoid is R6 and the humanoid description has layered clothing.