Skip to main content

Data Structures

A collection of data structures aimed specifically at Roblox game development.

High Performance

These data structures are designed to be as fast as possible, so that way your bottleneck should never be the library.

Documentation

The data structures here are documented so that way there is never any confusion.

Strict Typing

Since Luau is a typed language, these data structures are typed so that you will reduce the amount of bugs caused by type errors.

Ultra Strict Mode

For added protections against mistakes, you can enable the global ultra strict mode flag to get more errors.