Skip to main content

UID

UID is an unique identifier (UID) generator for Roblox, supporting multiple encoding formats and robust randomization. It is designed for use cases where uniqueness, security, and format flexibility are required, such as database keys, session tokens, and more.

  • Multiple Formats: Generate UIDs as GUID, Hex, Base64URL, Base94JSONSAFE, or Base256ASCII.
  • Customizable: Create generator instances with custom seeds for deterministic or random output.
  • Validation: Easily check if a string matches a specific UID format.
  • Roblox-Optimized: Uses Roblox's Random and HttpService for secure, fast UID generation.

Features

  • Generate cryptographically strong GUIDs
  • Generate UIDs in various encodings and lengths
  • Validate UID strings against supported formats
  • Clone UID generator instances

For full documentation and examples, see the Getting Started guide.