updated
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user