Sleitnick / rbxcloud

CLI and library for Roblox Open Cloud API
https://sleitnick.github.io/rbxcloud/
MIT License
101 stars 11 forks source link

Support buffers for DataStore operations #48

Open Sleitnick opened 6 months ago

Sleitnick commented 6 months ago

Luau buffers can be stored in Roblox DataStores. This data is tagged specially. It would be nice if rbxcloud could interact with this data appropriately.

e.g. a buffer stored in a DataStore may have a format similar to:

[{
   "m": null,
   "t": "buffer",
   "zbase64": "..."
}]