Hey there, been working on a r/place where I have to store data for 250,000 pixels. I’ve already made the table as small as possible, each pixel has a name of 3 ASCII letters, and each color is saved a letter. Now this I could save in DataStore, but after wanted to add who placed it and when I’ll need more data. And so I set up a javascript that manages the saving on the other side and I can send data to it and request data through a link, problem is that Roblox only seems to allow to read data and not send data? Excuse me? What to do…