Is there any way to save data to a file clientside for a NativeUI project I’m making?
No, I believe that clientside scripts are sandboxed and functions that have anything to do with IO have been disabled to protect the players.
Yeah I know, I was just wondering if there was any other way of saving data.
Server side. Either in a db or, files
Ugh, well I guess that’s OK, I would have probably needed to do that eventually anyways.