My code works, but the I can't load the image file from the URL. Please help me.
local hs=game:service'HttpService' local url='http://roblox-proxy.cf/headshot-thumbnail/json?userId=1&width=180&height=180' local html=hs:GetAsync(url, false) local jsontable=hs:JSONDecode(html) local asset=jsontable["Url"] script.Parent.Image = asset
Output:
20:58:24.747 - Image failed to load Players.Player1.PlayerGui.ScreenGui.ImageLabel.Image : http://t4.rbxcdn.com/61b0fbd421e702bcd04781ce867abef10 because Request failed