From 268decd7f35e33b0ce2ec998bd23b73193a03f27 Mon Sep 17 00:00:00 2001 From: S-PScripts Date: Thu, 10 Oct 2024 08:51:49 +0100 Subject: [PATCH] bump updat --- Luau/KAH/Main Scripts/KohlsLite.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Luau/KAH/Main Scripts/KohlsLite.lua b/Luau/KAH/Main Scripts/KohlsLite.lua index 026babf..3baa86e 100644 --- a/Luau/KAH/Main Scripts/KohlsLite.lua +++ b/Luau/KAH/Main Scripts/KohlsLite.lua @@ -8,7 +8,7 @@ \|__| \|__|\|_______|\|__|\|__|\|_______|\_________\|_______|\|__| \|__| \|_______| \|_________| - v1.83 ]] + v1.85 ]] --[[ https://kohlslite.pages.dev/source.txt @@ -61,7 +61,7 @@ I know this script is inconsistent with the fact it uses Game with and without G -- Notifications local function Remind(msg) game.StarterGui:SetCore("SendNotification", { - Title = "KohlsLite v1.83", + Title = "KohlsLite v1.85", Text = msg, Duration = 1 }) @@ -121,7 +121,7 @@ getgenv().kohlsexecuted = true getgenv().deprefix = "." -- The version of KohlsLite -getgenv().klversion = "1.83" +getgenv().klversion = "1.85" -- KohlsLite Start Gui getgenv().kohlsgui = fals