Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support buffers for DataStore operations #48

Open
Sleitnick opened this issue May 2, 2024 · 0 comments
Open

Support buffers for DataStore operations #48

Sleitnick opened this issue May 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Sleitnick
Copy link
Owner

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": "..."
}]
@Sleitnick Sleitnick added the enhancement New feature or request label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant