I know how to post regular content on Discord, but I don’t know where to start creating a .txt file via ROBLOX script. Any suggestions would be much appreciated. I am trying to make a third-party saving system where I save players’ JSONEncoded data, but I need a place to post these strings.
This is not possible.
If you really want to pursue an alternate saving system, check out something like MongoDB. They have free packages I believe that handles for lower bandwidth. You can use their API endpoints to read or write to the database.