Get thumbnail of model like GetUserThumbnailAsync

Is there a way to get the thumbnail of a model ID? kinda like you can do with user thumbnails using GetUserThumbnailAsync?

thanks!

1 Like

You could probably just use ViewPortFrames to do something like that.

1 Like

Like @Minstrix mentioned, you can use Viewport Frames.

Here are some articles:

2 Likes

Oh, true, I could load the model into the game using insertService and use a viewport frame to get the picture!

that would work, but If its possible to get the actual thumbnail of the model that would be better.

1 Like

You can use the asset-thumbnail image endpoint from this to get the thumbnail of a model.

1 Like