-- To put the folder in your workspace (may not work for some executors) makefolder("CovronsAutoexecute") makefolder("CovronsAutoexecute/CustomLoadings") -- To load everything in folder for _, files in ipairs(listfiles("CovronsAutoexecute/CustomLoadings")) do if files:find("%.txt$") then loadstring(readfile(files))() else -- This is if theres aint a folder that has txt (aint.) game.StarterGui:SetCore("DevConsoleVisible", true) warn("Detected that an file couldnt be ran") warn("Dont worry, your other scripts were loaded but one could not") warn("Only TXTS can be used. Or there may be an mispell.") end end -- If you would like to modify this script go ahead.