From 58519f1b638c33a962f97bdb4cb4f1578bec8ae5 Mon Sep 17 00:00:00 2001 From: S-PScripts Date: Sat, 19 Oct 2024 16:33:11 +0100 Subject: [PATCH] Update KohlsLite.lua --- Luau/KAH/Main Scripts/KohlsLite.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Luau/KAH/Main Scripts/KohlsLite.lua b/Luau/KAH/Main Scripts/KohlsLite.lua index 04c089b..4007ba7 100644 --- a/Luau/KAH/Main Scripts/KohlsLite.lua +++ b/Luau/KAH/Main Scripts/KohlsLite.lua @@ -1497,11 +1497,13 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg) local dasplayer = args[2] PLAYERCHECK(dasplayer) if player ~= nil then + print(player) if player == game.Players.LocalPlayer.Name then return Remind("You cannot blacklist yourself.") end if not table.find(blacklist, player) then + print("adding...") if blwl_an then if watermark_kl then Chat("h \n\n\n [KohlsLite]: "..player.." has been blacklisted. \n\n\n");Regen() @@ -1516,6 +1518,7 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg) Remind("Blacklisted "..player) end table.insert(blacklist, player) + print("added...") else Remind(player.." is already blacklisted!") end