How do you get the images uploaded to Roblox? For example, I have a button that displays the price of a gamepass, and a transparent image for Robux, but I cannot upload the image.
I am on phone so cant say much. There is a property is marketplaceserver called :GetProductInfo you can use that.
local id = -- your id
local info = game:GetService("MarketPlaceService"):GetProductInfo(id,Enum.Productinfotype.gamepass)
Local img = info.IconImageAssetId
Pls fix any errors.
1 Like
I figured to upload a decal, and then set the image to the decal id, is that ok?
I know, but in theory, it would work, right? I’m not planning on designing too many UIs so…
yea it would. hopefully
It works, but its very eh, slow, as you stated.