Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Roblox API Question?

Asked by
Phenite 20
8 years ago

How do I get the thumbnail of an asset? I've tried using 'http://www.roblox.com/Thumbs/Asset.ashx?width=110&height=110&assetId=', in non-json decoded, and normal, and none of them work. Does anyone know how to do it?

1 answer

Log in to vote
0
Answered by 8 years ago

If you set the Texture or similar property of something that displays an image to

http://www.roblox.com/Thumbs/Asset.ashx?width=110&height=110&assetId=1818

...you'll see that the image appears. So, if you're having a further problem, you might be implementing something wrong in your code.

0
I'm attempting to put it into an ImageLabel. Phenite 20 — 8y
0
Nevermind, I got it! Phenite 20 — 8y
Ad

Answer this question