A Roblox module for uploading and retrieving text from text hosting services
Select home at the top of the Roblox Studio window, click Game Settings, click Options, and switch on HttpService
local textUpl = require(2687169732)
You can also selfhost the module, by taking the module here and requiring that from inside your game.
local haste = textUpl.haste()
haste.save("Hello, world!")
Returns the key, for example ayegejarob
haste.load("ayegejarob")
Returns the text, for example Hello, world!