Image ID won't set in script

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

I would recommend using InsertService as the Game doesnt recognize the changes to Image Values that arent Manual

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