Skip to main content

DeltaCompress

DeltaCompress is a Roblox library to efficiently replicate tables. It calculates the difference between two tables that can be sent as a buffer.

Supported Data

  • array
  • dictionary (except ones with number keys)
  • string
  • number
  • boolean
  • Vector2
  • Vector3
  • Vector2int16
  • Vector3int16
  • CFrame

To get started, visit the Usage page.