#Updating a roblox image label using the asset ID

1 messages · Page 1 of 1 (latest)

amber gulch
#

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

dusky ibex
#

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

amber gulch
#

Ohh bruh your right 😭 thanks man