Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

ImageLabel assetID not working via script?

Asked by
jetlag 15
3 years ago
Edited 3 years ago

Trying to set the image of an imageLabel with this Api, however the image is blank??

local response = Https:JSONDecode(Proxy:Get('https://search.roblox.com/catalog/json?CatalogContext=2&Category=8&SortType=2&ResultsPerPage=2&Keyword="car"').body)

script.Parent.Image1.Image = ("rbxassetid://"..(response[2].AssetId))

Answer this question