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 8168f96 commit ae625db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,10 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
game.Players.LocalPlayer:Kick("you: 'i use adminjoy trash!' Anyways, ask ME to add the colourful seizure crap, don't use THAT!")
end

if string.sub(msg:lower(), 1, #prefix + 7) == prefix..'timeout' then
Remind("no")
end

if string.sub(msg:lower(), 1, #prefix + 5) == prefix..'slock' then
if blwl_an then
Chat("h \n\n\n Server is locked! \n\n\n");Regen()
Expand Down

0 comments on commit ae625db

Please sign in to comment.