[HELP] How to write a file to the client's machine in lua

Is there a way to write a file to the client’s machine in lua? I know ‘io.open’ and such work fine in a server side lua script, but does not work on a client side lua script. I know there is a ‘LoadResourceFile’ native for reading a file on the client machine, but there doesn’t seem to be anything that will allow writing a file to the client machine. Is this possible?

no. you cant save files to other clients machines, for obvious reasons, you can store data using resource kvps, but other than that, theres no real way to