Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there anyway to access Set's with MarketPlace?

Asked by 10 years ago

Such as,

setid = setid

local info = game:GetService("MarketplaceService"):GetProductInfo(setid)

print(info.Name)

1 answer

Log in to vote
0
Answered by
Merely 2122 Moderation Voter Community Moderator
10 years ago

GetProductInfo only works for assets (hats, models, gear, etc) and developer products. Sets are a totally different type of thing.

There are some methods in InsertService that let you fetch information about a user's sets: http://wiki.roblox.com/index.php?title=InsertService

Ad

Answer this question