Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Update KohlsLite.luaehy is this
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 19, 2024
1 parent b4db0e9 commit cd40b6e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.861",
Title = "KohlsLite v1.87",
Text = msg,
Duration = 1
})
Expand Down Expand Up @@ -121,7 +121,7 @@ getgenv().kohlsexecuted = true
getgenv().deprefix = "."

-- The version of KohlsLite
getgenv().klversion = "1.861"
getgenv().klversion = "1.87"

-- KohlsLite Start Gui
getgenv().kohlsgui = false
Expand Down Expand Up @@ -2913,9 +2913,11 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)

if string.sub(msg:lower(), 1, #prefix + 8) == prefix..'fixregen' then
print 'work'
if not string.sub(msg:lower(), 1, #prefix + 9) == prefix..'fixregen2' then
print 'it shalt'
if movestatus == true then
if string.sub(msg:lower(), 1, #prefix + 9) == prefix..'fixregen2' then
print 'it shalt'
else
print 'aghsnsjdjdjdj'
if movestatus == true then
return
end
DisCol()
Expand Down

0 comments on commit cd40b6e

Please sign in to comment.