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

Anyone know why this happens? Can't Parse JSON - HttpService

Asked by
Aorda 43
5 years ago

Code:

local HttpService = game:GetService("HttpService")
local URL = "https://raw.githubusercontent.com/YouDontNeedToKnowThis"
local Table =  HttpService:JSONDecode(HttpService:GetAsync(URL))

Error:

Can't parse JSON

Anyone know why this happens?

0
you sure it is a json SulaymanArafat 230 — 5y

Answer this question