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 1, 2024
1 parent 68cfbf5 commit 96a0247
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14278,11 +14278,16 @@ if getgenv().kohlsgui then
)
end

if math.random(1,2) == 1 then
Remind("when i set a variable wrong and break the script again jajaja")
-- Random quotes jajaja
aqwerty = math.random(1,3)
if aqwerty == 1 then
Remind("when i set a variable wrong and break the script again jajaja")
elseif aqwerty == 2 then
Remind("mhm means my hot man")
else
Remind("mhm means my hot man")
Remind("i stepped on a slug yuckkkk")
end

--[[
Things to add/fix. Feel free to fix these and send the code and I'll credit you
-> Auto crasher
Expand Down

0 comments on commit 96a0247

Please sign in to comment.