Note that i call the function many times and it doesnt break dorecly
seems to have got stuck on the following function
function save()
s = fs.open("coords","w")
s.writeLine(size) <--- here is where it breaks
s.writeLine(depth)
s.writeLine(x)
s.writeLine(y)
s.writeLine(z)
s.writeLine(facing)
s.close()
end
googled and it might be lag? Confirm? Way around it?












