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))