Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
add placeholder autocrasher variable
Browse files Browse the repository at this point in the history
add this week?
  • Loading branch information
S-PScripts authored Sep 30, 2024
1 parent 92f8c92 commit a57a5b0
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ if getgenv().kohlsexecuted then
Remind("You've already executed KohlsLite!")
end

getgenv().autocrasher = true

if autocrasher then
--
end

if autocrasher then
return
end

-- Loader
if not game:IsLoaded() then
local notLoaded = Instance.new("Message")
Expand Down Expand Up @@ -14270,12 +14280,15 @@ end

--[[
Things to add/fix. Feel free to fix these and send the code and I'll credit you
-> Visualiser and drawer
-> Auto crasher
-> Part visualiser
-> Part drawer
-> Boombox visualiser
-> Part builder
-> Object mover (cmd pi version)
-> Fix ncontrol
-> Can't fix these until I get a windows PC, this might be a long time... ;(
-> Fix control

-> Can't fix these until I get a Windows PC, this might be a long time... ;(
]]

-- KohlsLite on top
Expand Down

0 comments on commit a57a5b0

Please sign in to comment.