Is there any way to get a UserThumbnail of a HumanoidDescription?

I’m trying to get the headshot thumbnail of a dummy that I’ve made using a HumanoidDescription.
Example: example
I can use Players:GetUserThumbnailAsync to get the headshot thumbnail of any player, but I want to figure out how I could get one of these by using a HumanoidDescription. If it isn’t possible, how could I get the exact same angle used in ThumbnailType.HeadShot?

1 Like

If you don’t need the image to be changing, you could just take a photo of your NPC, and cut out the background. This would have the same effect for the most part, but you wouldn’t have to script it.

1 Like

It’s not possible to get that information from HumanoidDescription. I would recommend using viewports to achieve the same effect. You can read the announcement post here.

2 Likes

Or check out the instructions under Model Thumbnails here: Toolbox | Documentation - Roblox Creator Hub