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 3d57a71 commit cf7de3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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.864",
Title = "KohlsLite v1.86ender",
Text = msg,
Duration = 1
})
Expand Down Expand Up @@ -2101,7 +2101,7 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
local stackHeight = 0
local stackOffset = Vector3.new(0, stackHeight, 0)

Root = game.Players.LocalPlayer.Character.HumanoidRootPart
-- Root = game.Players.LocalPlayer.Character.HumanoidRootPart

--Root = game.Players[game.Players.LocalPlayer.Name].Character.HumanoidRootPart.Position

Expand All @@ -2123,7 +2123,8 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
local targetPos
local Radius
local Base

local Root = game.Players[game.Players.LocalPlayer.Name].Character.HumanoidRootPart.Position

Speed = 5
Height = 0
Base = (tick() * 15 * Speed)
Expand Down

0 comments on commit cf7de3f

Please sign in to comment.