From 93b4080443d2158400a19798c045410d1dafc3af Mon Sep 17 00:00:00 2001 From: S-PScripts Date: Fri, 11 Oct 2024 20:25:56 +0100 Subject: [PATCH] Update KohlsLite.lua --- Luau/KAH/Main Scripts/KohlsLite.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Luau/KAH/Main Scripts/KohlsLite.lua b/Luau/KAH/Main Scripts/KohlsLite.lua index f9377a0..f8f80fb 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.86d", + Title = "KohlsLite v1.86dave", Text = msg, Duration = 1 }) @@ -2094,7 +2094,8 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg) local z = math.sin(angle) * circrad -- item.GripPos = (CFrame.Angles(0, 0, angle) * CFrame.new(x, 1, z)).p -- item.GripPos = (CFrame.Angles(0, angle, 0) * CFrame.new(x, 1, z)).p - item.GripPos = (CFrame.new(x, 1, z) * CFrame.Angles(0, math.rad(90), 0)).p + -- item.GripPos = (CFrame.new(x, 1, z) * CFrame.Angles(0, math.rad(90), 0)).p + item.GripPos = (CFrame.new(x, 1, z) * CFrame.Angles(0, angle, 0)).p end end