-- 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 game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Config", Text = "config.json ready", Duration = 3 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/LoapCoderZ/kohlslitev2/refs/heads/main/source.lua"))()