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 7, 2024
1 parent 9010f05 commit b39afb7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ getgenv().kohlsexecuted = true
getgenv().deprefix = "."

-- The version of KohlsLite
getgenv().klversion = "1.82"
getgenv().klversion = "1.82e"

getgenv().kohlsgui = false -- this exists i guess

Expand Down Expand Up @@ -4540,7 +4540,7 @@ return

if string.sub(msg:lower(), 1, #prefix + 5) == prefix..'circa' then
Remind("Warning! Experimental command.")
local radius = 5
testingvariablelol = 5
local ic = 0

for _, item in ipairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
Expand All @@ -4555,6 +4555,10 @@ return
end

end

if string.sub(msg:lower(), 1, #prefix + 4) == prefix..'crad' then
testingvariablelol = tonumber(string.sub(msg:lower(), #prefix + 6))
end

if string.sub(msg:lower(), 1, 7) == 'cprefix' then
Remind("Your current prefix is "..prefix)
Expand Down

0 comments on commit b39afb7

Please sign in to comment.