Images not loading in studio

My usually strategy for getting images from roblox was to go to the website, copy the ID in the URL of the image, and paste it into the script or image property that i needed it for. Unfirtunately what I am finding now is that this isn’t working anymore, and I cannot find when this change happened or how I’m supposed to get the real image IDs now. I even tested this by uploading multiple decals of my own, if I add the image to an imagebutton through the menu they added in studio, it works fine, but if I go to the website and copy the ID, the ID in the browser is actually different from the one that works (the one that studio inputs automatically when I choose the image from the menu) and thus the image does not load. How am I supposed to get image IDs now? does anybody know what caused this change or how I fix it?

Can you be more specific of what images you’re talking about?

If you’re talking about avatar image, then you could use GetUserThumbnailAsync.

I don’t think you can change decals via script and make sure the image hasn’t been moderated and removed

I’m refering to decals, sorry. I don’t know how to get the image IDs of decals off the Roblox website.

oh okay. copy and pasting decal id into studio works for me still so idk how to fix your issue

If you mean you can’t put them in using scripts (since you posted it in this channel), then you should try doing

decal.Texture = "http://www.roblox.com/asset/?id=".. --the id after the 2 periods
1 Like