Hey so I’m making this game that has a lot of other Roblox games in it and it shows the thumbnail or icon of the game. I know you can simply get the thumbnail by inputting the placeId and formatting it in a URL.
Currently what I know is that to get the icon of a place (1:1 image), you have to use MarketplaceService:GetProductInfo() but I’ve been hitting the request rate (300/min on client) extremely quickly.
Is there a way you can set the image property of a image label to a URL and have it load in the place’s icon?. I know you can with a thumbnail.