This commit is contained in:
2025-06-15 20:14:10 -04:00
parent fbe9e4ffa2
commit 4658c8fe55

View File

@@ -48,7 +48,7 @@ local function createSoundFile(fileName)
local response = http.get(fullPath) local response = http.get(fullPath)
print("Downloading sound file: " .. name) print("Downloading sound file: " .. name)
sleep(10) sleep(20)
local fileData = response.readAll() local fileData = response.readAll()
local file = fs.open(name,"w") local file = fs.open(name,"w")