#Updating a roblox image label using the asset ID
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Basically I already have an image label set up and I'm trying to pull the image id externally and display it on my image label. It says that its updated the image label but then I can't see the image.
I'm tryna update it through my script
asset id is probably wrong
often images on roblox will come through as decals, which is a different asset to the actual image, you can get that from decal.textureid
Ohh bruh your right 😭 thanks man