My program which I've been working on for a program of mine, ( It's a secret) you can find here does not like file:writeLine() in general, it just writes "{}" to the file instead of the intended text, could anyone help me, I feel like I did something really wrong xD
The io API uses colon notation, the fs API uses dot notation. You're passing the handle table as the thing to write, so it's giving you the brackets. Use file.writeLine instead.