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?