emdomanus/advanced_utils
v0.1.3 ·
Reusable advanced utility primitives for Roblox projects.
Advanced Utils
Reusable Roblox utility primitives for complex game projects.
This package is intended to hold generic, game-agnostic infrastructure such as data structures, math helpers, guards, tables, promises, hooks, logging, and id allocation. Game-specific adapters should stay in the game repo.
Lifecycle bootstrapping lives in the standalone emdomanus/bootstrap package.
Package Shape
local AdvancedUtils = require(ReplicatedStorage.packages.roblox_packages.advanced_utils)
type Hook<T...> = AdvancedUtils.Hook<T...>
Current namespaces:
coredataStructuresfunctionalmath
Core utilities include:
AdvancedUtils.core.hookAdvancedUtils.core.log