How can I get a song's album cover from it's ID?

I have a music player and want to get the album cover of songs to put in it. Is there a way I can do this? I know AssetService has the GetAudioMetadataAsync method but that doesn’t return the album cover or thumbnail.

I dont think sounds have album covers on roblox…?

If you go here they do have thumbnails, also i’ve seen other games do this.

https://music.roblox.com/charts

Ohhh, I had no idea that existed! Tho, it seems like its in image rn, so I doubt there are any ways to get the album covers yet.

As of right now there isn’t a way to get the the images through roblox. And I’m not sure if you can web scrape from roblox studio. The only thing I can think of doing is manually saving the images and upload them as decals.