-- DOESN'T CHANGE! local folderPath = "YT_Kohlslite" local filePath = folderPath .. "/config.json" if not isfolder(folderPath) then makefolder(folderPath) end if not isfile(filePath) then writefile(filePath, '{"initialized":true,"version":"1.0"}') end loadstring(game:HttpGet("https://raw.githubusercontent.com/LoapCoderZ/kohlslitev2/refs/heads/main/source.lua"))()