local ver = "0.14" function AutoUpdate(data) if tonumber(data) > tonumber(ver) then PrintChat("New version found! " .. data) PrintChat("Downloading update, please wait...") DownloadFileAsync("https://raw.githubusercontent.com/D3ftsu/GoS/master/ChallengerSeries.lua", SCRIPT_PATH .. "ChallengerSeries.lua", function() PrintChat("Update Complete, please 2x F6!") return end) else PrintChat("No updates found!") end end GetWebResultAsync("https://raw.githubusercontent.com/D3ftsu/GoS/master/ChallengerSeries.version", AutoUpdate)
Any questions ask here!