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 Oct 11, 2024
1 parent cf7de3f commit 2c9e0cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2c9e0cc

Please sign in to comment.