Hello
I am making a game where I need to get the place name from ID is there anyone of doing this?
-Glue
Hello
I am making a game where I need to get the place name from ID is there anyone of doing this?
-Glue
This should work, put your ID were it says placeid, game:GetService("MarketplaceService"):GetProductInfo(PLACEID).Name
Would there also be a way to get a game icon with 256x256
local Product = game:GetService("MarketplaceService"):GetProductInfo(PlaceId)
local Icon = Product.Details.Icon.ImageAssetId
To set a picture to this, do
script.Parent.Image.Image = Icon