--Maybe the server is down for some changes, also it's open source to YOU CHANGE. local JsonLoader = loadstring(game:HttpGet("https://zx-auth.onrender.com/files/APIs/jsonloader.lua"))() local list = JsonLoader.Load("https://test-site/temp.json") for i,v in ipairs(list) do print(i, v) end