drilinz
(drilinz)
January 15, 2023, 5:18pm
#1
Hello, this script sets the actual image ID, but it just doesn’t display the image for some reason.
script.Parent.Parent.Parent.Parent.productFrame.Frame.ImageLabel.Image = "rbxassetid://"..script.Parent.Parent.imageID.Value
Help would be highly appreciated.
The ID cannot be the ID shown in the URL, it has to be the decal ID. To get this, insert a ImageLabel and paste in the image, then copy the new ID and put the new ID into your ImageID Value!
2 Likes
DasKairo
(Cairo)
January 15, 2023, 5:22pm
#3
I would recommend using InsertService
as the Game doesnt recognize the changes to Image Values that arent Manual
system
(system)
Closed
January 29, 2023, 5:23pm
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.