Skip to content

Commit

Permalink
childfriendly
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Sep 25, 2024
1 parent f382d91 commit 370d4e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2449,11 +2449,11 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
end

if string.sub(msg:lower(), 1, #prefix + 6) == prefix..'ivmove' then
yeahthemover("yeahhh")
yeahthemover("yes")
end

if string.sub(msg:lower(), 1, #prefix + 5) == prefix..'omove' then
yeahthemover("naa")
yeahthemover("no")
end

if string.sub(msg:lower(), 1, #prefix + 9) == prefix..'moveregen' then
Expand Down Expand Up @@ -13426,7 +13426,7 @@ function moveObject(target,movepos)
end

-- part mover tool :O
function yeahthemover(iloveminors)
function yeahthemover(modez)
local btool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
local SelectionBox = Instance.new("SelectionBox", game.Workspace)
local thebtool = Instance.new("Part")
Expand Down Expand Up @@ -13469,7 +13469,7 @@ function yeahthemover(iloveminors)
local prevcfarchive = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
local target = Mouse.Target

if iloveminors == "naa" then
if modez == "no" then
movepart(target)
repeat task.wait() until mready == true

Expand Down

0 comments on commit 370d4e0

Please sign in to comment.