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

[Answered] Https Service & Catalog API Help?

Asked by
CyDave 42
5 years ago
Edited 5 years ago

vv You can skip this first bit vv

Hey everyone, I'm new to the https service on the Roblox Studio and would like some help on using it. I'm aware of what it does and have turned on Requests in Game Settings, but I am not sure how to use it.

I am working on making a simple Gui and script in which a player enters an Asset ID from the Roblox Catalog into a Text Box and:

  • An Image Label displays the Image of the Item
  • A Text Label displays the Name
  • Another Text Label displays the Price
  • Another Text Label displays the Description
  • Another Text Label displays the Genre
  • And another Text Label displays the Type

All using the Robox Catalog Json API.

I'm not looking on how to create the TextBox and Gui as I already know how to do this

^^ You can skip reading this ^^

I'm looking for simple code in a Script where the game takes an Asset ID from an item in the catalog (entered manually) and prints an Image ID, the Name, Price, Description, Genre and Type in the Game Console.

And, maybe, even a Mesh and Texture ID

Would Really appreciate if anyone could help me, even if you only know how to access one part of the Catalog API, thxs

2 answers

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

If you are only looking for catalog stuff, then this would be for you:

https://wiki.roblox.com/index.php?title=API:Class/MarketplaceService/GetProductInfo

0
Thank you so much! :) CyDave 42 — 5y
Ad
Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

****Check out this link****

https://wiki.roblox.com/index.php?title=API:Class/MarketplaceService/GetProductInfo

Answer this question