ooga booga i cant make my own boot script - chris

This commit is contained in:
2026-01-16 16:53:29 -05:00
parent df4823940d
commit 1b21c87654
4 changed files with 12 additions and 5 deletions
@@ -1,6 +1,6 @@
--:Minify:--
local apis = ({...})[1]
local BOOT_DRIVE_PATH="/$"
local BOOT_DRIVE_PATH=apis.BOOT_DRIVE_PATH or "/$"
local fs = apis.fs
local native = apis.peripheral
local peripheral = {}