Uploading a Image, and not a Decal

Hello, I have been recently working on creating a custom cursor and I have a PNG file I have uploaded to ROBLOX because its the picture I would like to use for my cursor in game, problem is, with the cursor script, it’s only compatible with “Images” so when I try to link my picture it shows up as type; “decal” it doesn’t show up as type;“Image”, so my question really becomes, how does one change the type of an uploaded ROBLOX Decal from “Decal” to “Image”

Decal example;
https://www.roblox.com/library/62923965/lightsaber

Image example;
https://www.roblox.com/library/2354640534/BlackCursor

I’ve been searching all over the place, but nowhere seems to answer my question on this issue, any help and or advice would help, thank you in advance! :slightly_smiling_face:

2 Likes

Paste the Id into a decal or imagelabel in studio and it will turn into the images Id.

1 Like

after pasting it into a decal or image label, do I just reupload it to roblox in order to get it of type “image”?

You can use this plugin: https://www.roblox.com/library/2849322379/Imiji-convert-image-IDs

5 Likes

The image asset gets created when you upload the decal so once you paste it into decal or image you will get the images id.

2 Likes

thank you @brokenVectors that plugin really saved my life

1 Like

That might be another method I might try when also working on images, thank you for your support

1 Like