hello robloxians,
so i made a pet system with inventory and all. when i try to see my pets is no show me sombody know why? here some pictures about that:
Do you run it from Studio? If I recall correctly, you sometimes need to enable http services in Studio in order for stuff to work. In this case you have a failing http request, so it might be worth a shot.
If you are doing this whilst programming, you cannot load the image as a Decal ID, you need to get the Image ID first, and then change the image to that,
image.Image = "rbxassetid://IMAGEID" -- not the Decal ID
If this isn’t a programming related issue, like @WolfieTheDino mentioned, how is your image link formatted? Is it the Decal ID or Image ID? If you insert the Decal ID into the image while in studio, you should instantly have it convert from the Decal ID to the Image ID. Roblox doesn’t have a feature for that in game though. Meaning if inserted a Decal ID in studio, it’ll convert it to the Image ID, so you could copy that ID and put it in your script. In the other hand, if it is inserted in-game, it wont convert it to a image ID ( if a decal ID is provided for the image ).