Pixeluted
(Pixeluted)
January 29, 2021, 12:39pm
#1
Hello there, I’m currently working on project where you need an image customazation but the problem is some images are working and some not, Even if the images are not modereted they will do not load
My script is:
DecalPreview.Image = "rbxassetid://"..DecalIDInput.Text
Thanks for any help!
BPilot253
(BPilot253)
January 29, 2021, 12:50pm
#2
Make sure you are using ImageId
for ImageLabel
s and ImageButton
s and not DecalId
. Here is a plugin Elttob made to convert decal to image id.
Pixeluted
(Pixeluted)
January 29, 2021, 12:59pm
#3
You know that I said player are putting they images so I cant convert them
BPilot253
(BPilot253)
January 29, 2021, 1:28pm
#4
Ah, I get it. Unfortunately, I am not aware of any methods of getting ImageId from DecalId from a script.