I’m trying to set the image of an ImageLabel but it doesnt load, it just sets the Image property to the id I entered.
p.Image = assets[piece]
I tried using “rbxassetid://” before but it didn’t work. Does anybody know how to fix this?
I’m trying to set the image of an ImageLabel but it doesnt load, it just sets the Image property to the id I entered.
p.Image = assets[piece]
I tried using “rbxassetid://” before but it didn’t work. Does anybody know how to fix this?
You need to use the protocol beforehand
And also make sure you’re using the Image ID and not the Decal ID
Thanks, where can I see the ImageID instead of the Decal ID tho?