This commit is contained in:
2025-06-15 20:21:46 -04:00
parent 4658c8fe55
commit 4a7a0153c4

View File

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