From 96a02478a62e2627d0586a4bd556e1c0864098c2 Mon Sep 17 00:00:00 2001 From: S-PScripts Date: Tue, 1 Oct 2024 08:35:37 +0100 Subject: [PATCH] Update KohlsLite.lua --- Luau/KAH/Main Scripts/KohlsLite.lua | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Luau/KAH/Main Scripts/KohlsLite.lua b/Luau/KAH/Main Scripts/KohlsLite.lua index 78ca313..e7772b1 100644 --- a/Luau/KAH/Main Scripts/KohlsLite.lua +++ b/Luau/KAH/Main Scripts/KohlsLite.lua @@ -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