Skip to content

Commit

Permalink
Update KohlsLite.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Sep 29, 2024
1 parent ae625db commit 2b897de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,9 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
if string.sub(msg:lower(), 1, #prefix + 7) == prefix..'timeout' then
Remind("no")
end

-- obfuscate command


if string.sub(msg:lower(), 1, #prefix + 5) == prefix..'slock' then
if blwl_an then
Expand Down

0 comments on commit 2b897de

Please sign in to comment.