Skip to main content

Introduction

Bufferize is a tool that losslessly encodes and decodes Roblox data types into buffer objects.

Buffers are a compact way to represent data and are well-suited to use cases like:

  • Storing data in datastores
  • Sending data over the network with RemoteEvent / RemoteFunction
  • Persisting structured data between sessions

Continue to the Bufferize API reference for the full list of functions, or read on for more in-depth guides.