|
| 30 May 2016 07:31 AM |
Http = game:GetService('HttpService') Get= Http:GetAsync('http://pastebin.com/raw/dRG1kYZ2') local Decoded = Http:JSONDecode(Get) Ranked = { Decoded = Http:JSONDecode(Get) } print(Ranked[1])
|
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
| |
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 30 May 2016 07:53 AM |
because its not a json decoded table. its just a raw text file
local http = game:GetService('HttpService') local phrase = http:GetAsync('http://pastebin.com/raw/dRG1kYZ2',true)
print(phrase)
|
|
|
| Report Abuse |
|
|