From 42732d2c266e0910563f93c23d88e0bfcb690589 Mon Sep 17 00:00:00 2001 From: S-PScripts Date: Mon, 14 Oct 2024 21:09:04 +0100 Subject: [PATCH] KL --- Luau/KAH/Main Scripts/KohlsLite.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Luau/KAH/Main Scripts/KohlsLite.lua b/Luau/KAH/Main Scripts/KohlsLite.lua index 52581fe..a740273 100644 --- a/Luau/KAH/Main Scripts/KohlsLite.lua +++ b/Luau/KAH/Main Scripts/KohlsLite.lua @@ -2747,7 +2747,7 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg) if enterPressed then local command = textBox.Text if command and command ~= "" then - game.Players:Chat(command) + Chat(command) textBox.Text = "" end end @@ -2774,7 +2774,7 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg) end if string.sub(msg:lower(), 1, #prefix + 5) == prefix..'cgoto' then - local dasplayer = string.sub(msg:lower(), #prefix + 7) + local dasplayer = string.sub(msg:lower(), #prefix + 7) PLAYERCHECK(dasplayer) if player ~= nil then gotou = cplr