|
| 19 Apr 2015 09:57 AM |
I tried using RecentAveragePrice but did not work.
Please help, thank you. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 10:00 AM |
| I have been looking around wiki but failed to find anything about it. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
vacha
|
  |
| Joined: 06 Jan 2011 |
| Total Posts: 1993 |
|
| |
|
Intern33t
|
  |
| Joined: 19 Nov 2010 |
| Total Posts: 1530 |
|
|
| 19 Apr 2015 10:04 AM |
i dont believe that is possible, because its out-of-library
except if you got a plugin.
~potato lฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎l~ |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2015 10:04 AM |
| idk http service though :/ |
|
|
| Report Abuse |
|
|
|
| 04 Mar 2016 05:42 AM |
Bump
hs = game:GetService("HttpService") test = hs:GetAsync("http://roblox.plus:2052/limiteds", true) print(test) print( string.find(test, "1029025"))
This code produces a string of very nicely organized values from every limited item. As you can see, its easy enough to find a specific item in the list, like, in this instance, the classic roblox fedora.
The problem, though, is that the string needs to be converted into a table, to find the RAP from this data (We can't use string manipulation if we don't know how many characters the RAP value is. It could be 1000, it could be 400000)
I Assume there is a way to do this with JSON encoding. If anyone has any frickin clue what that is, and how I can use it here, I would greatly appreciate some enlightenment.
Thanks!
|
|
|
| Report Abuse |
|
|
OzzyFin
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 3600 |
|
|
| 04 Mar 2016 06:17 AM |
| http:JSONDecode(JSONstring) returns a lua table generated from the JSON string |
|
|
| Report Abuse |
|
|