Skip to main content

Getting Started

Quid is a library for generating unique identifiers for entities. It is designed to be easy to use and understand, while providing a high level of security and performance.

Installation

Add Quid to your wally.toml:

Quid = "6531503070/quid@1.0.1"
tip

If you're new to Wally, check out the Wally installation guide.

Basic Setup

Here's how to set up Quid with a simple data structure:

local Quid = require(path.to.quid)
local uid = Quid.next()