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

Commit

Permalink
Update KohlsLite.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 26, 2024
1 parent ed7ab9a commit 8ac06fa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,11 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
end

if string.sub(msg:lower(), 1, #prefix + 5) == prefix..'fixbp' then
if not string.sub(msg:lower(), 1, #prefix + 6) == prefix..'fixbp2' then
print("a")
if string.sub(msg:lower(), 1, #prefix + 6) == prefix..'fixbp2' then
print("b")
else
print("c")
if movestatus == true then
return
end
Expand Down Expand Up @@ -2916,11 +2920,11 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
end

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

0 comments on commit 8ac06fa

Please sign in to comment.