Skip to main content

Vault

A resource management system for Roblox, built with roblox-ts

Automatic Cleanup

Never worry about cleanup again. Vault remembers everything you add and cleans it all up with a single call to `Clean()`.

Flexible Resource Management

Works with Instances, Connections, Promises, functions, and custom objects. Add custom cleanup strategies for any resource type.

Hierarchical Vaults

Create parent-child relationships between vaults. Clean a parent vault and all children are automatically cleaned too.