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

Getting asset information?

Asked by
wackem 50
8 years ago

Alright, first of all access to studio API is enabled, so is HttpService This is my script and the error it gives:

Script:

local hs = game:GetService("HttpService")

print(hs:GetAsync("http://www.rproxy.pw/Marketplace/ProductInfo?assetId=1818"))

Error: HTTP 404 (HTTP/1.1 404 Not Found)

I also tried to remove the "www." before rproxy but it still errored

0
I know this probably isn't the error since you wrote Script, but this is a server script and not a local script right? HttpService only works for server scripts. Legojoker 345 — 8y
1
game:GetService("MarketplaceService"):GetProductInfo(1818) http://wiki.roblox.com/index.php?title=API:Class/MarketplaceService/GetProductInfo 1waffle1 2908 — 8y

Answer this question