Hello!
First of all I hope you have a great day!
Second of all, my problem:
I have created this line of code in my script that gives all sort of information of a roblox game
local ID = 482742811
local MarketplaceService = game:GetService("MarketplaceService")
local gameInfo = MarketplaceService:GetProductInfo(ID)
print(gameInfo)
Now when you run that code you get this information:
▼ {
["AssetId"] = 482742811,
["AssetTypeId"] = 9,
["ContentRatingTypeId"] = 0,
["Created"] = "2016-08-17T04:28:36.737Z",
["Creator"] = ▼ {
["CreatorTargetId"] = 641139,
["CreatorType"] = "User",
["HasVerifiedBadge"] = true,
["Id"] = 641139,
["Name"] = "Bobbysayhi"
},
["Description"] = "The title says it all, press the button and be crushed by a speeding wall!
As you play you earn points for making it to safe zones and oof'ing. You will oof A LOT! Use these points to buy gears to upgrade your speed in an attempt to defeat the wall!
Based off NintendoZACHERY's classic game!",
["IconImageAssetId"] = 13907145334,
["IsForSale"] = false,
["IsLimited"] = false,
["IsLimitedUnique"] = false,
["IsNew"] = false,
["IsPublicDomain"] = false,
["MinimumMembershipLevel"] = 0,
["Name"] = "Be Crushed by a Speeding Wall!",
["ProductId"] = 0,
["Sales"] = 0,
["TargetId"] = 0,
["Updated"] = "2023-06-28T21:26:09.807Z"
}
I was just wondering if someone knows what every one of them say, of if you can find it somewhere. Some are obvious like “AssetId” or “Creator” but what is “TargetId”, or “MinimumMembershipLevel”?
Thanks for reading this and hopefully helping me!
If you know a better title or if this is in the wrong section, please say so i can change it