Code:
1 | local HttpService = game:GetService( "HttpService" ) |
2 | local URL = "https://raw.githubusercontent.com/YouDontNeedToKnowThis" |
3 | local Table = HttpService:JSONDecode(HttpService:GetAsync(URL)) |
Error:
1 | Can't parse JSON |
Anyone know why this happens?