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 761b1f1 commit 796724e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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 ihatethis",
Title = "KohlsLite traig",
Text = msg,
Duration = 1
})
Expand Down Expand Up @@ -2117,14 +2117,14 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
local BodyPos = Instance.new("BodyPosition", v.Handle)
BodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
BodyPos.D = 1250
BodyPos.P = 1.0e5
BodyPos.P = 1000
local BodyGy = Instance.new("BodyGyro", v.Handle)
BodyGy.MaxTorque = Vector3.new(math.huge, math.huge, math.huge)
task.spawn(function()
--[[ task.spawn(function()
while task.wait() do
BodyGy.P = 1000
end
end)
end) ]]

v.Handle.Position = v.Handle.Position + (i - 1) * stackOffset

Expand All @@ -2150,9 +2150,7 @@ 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

--[[
Expand Down

0 comments on commit 796724e

Please sign in to comment.