Skip to content

Support buffers for DataStore operations #48

@Sleitnick

Description

@Sleitnick

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": "..."
}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions