An implementation of lazily evaluated token buckets in Luau.
Useful for rate-limits and other depletion/regeneration use cases.
Download the .rbxm file from the Latest Release, and place it in your desired location.
Add the following to your wally.toml dependencies:
ValueBucket = "nowoshire/lazyvaluebucket@^1.0.0"git clone https://github.com/Nowoshire/LazyValueBucket.git
cd LazyValueBucket
rojo build --output "ValueBucket.rbxm"