How to get the size of an image using asset ID?

I need to get the size of an image using its asset ID. I want to resize an Instance with the image to the image’s width and height so that 1 pixel is equal to 1 stud. I’ve tried finding but I either am blind or it all doesn’t work.

You can’t get the size of an image. It’s impossible as of right now. You could try using the new editable meshes and do some maths to find the rough size of the image but it would be a bit tricky to do.

I know that, I want to find a way to get one, whether through HttpService or not.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.