From 2c9e0ccfedf36ffd91b55022d7ed095cdf8da31f Mon Sep 17 00:00:00 2001 From: S-PScripts Date: Fri, 11 Oct 2024 21:33:23 +0100 Subject: [PATCH] Update KohlsLite.lua --- Luau/KAH/Main Scripts/KohlsLite.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Luau/KAH/Main Scripts/KohlsLite.lua b/Luau/KAH/Main Scripts/KohlsLite.lua index b8626fa..9ce162e 100644 --- a/Luau/KAH/Main Scripts/KohlsLite.lua +++ b/Luau/KAH/Main Scripts/KohlsLite.lua @@ -61,7 +61,7 @@ I know this script is inconsistent with the fact it uses Game with and without G -- Notifications local function Remind(msg) game.StarterGui:SetCore("SendNotification", { - Title = "KohlsLite v1.86ender", + Title = "KohlsLite v1.86X", Text = msg, Duration = 1 }) @@ -2139,7 +2139,9 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg) ) + Vector3.new(0,0,0) v.Handle.BodyPosition.Position = targetPos + print("e1") v.Handle.BodyGyro.CFrame = CFrame.new(v.Handle.Position, Root) * CFrame.Angles(0, 0, 0) + print("e2") end end