So in the Image URL It would be like:
So, How do I get Image URL from Decal?
Insert an ImageLabel/ImageButton instance and paste the decal’s ID into its “Image” field, the ID will be automatically translated into its corresponding image ID.
No, that’s not what I meant.
Oh, you right click on an image on the Roblox site and then click “open image in new tab”, this may be differ depending on the browser.
Yes, but how would I get an URL from Decal? (through scripts)
Are you asking how to get the URL of a decal using a script?
Yes.
Do you still need assistance with this? If so you can try this
local decally = script.Parent --Change this to the root of your decal
local decalId = decally.Texture
In other words to get the URL of a decal you can just do .Texture of the decal and that will give you the URL of the current image on a decal. Sorry in advanced if I poorly explained that.
if you just want copy smt you can actually use gui image and screenshot it