Skip to main content

Rivet

A top-level Roblox/Luau systems layer for managed ModuleScript Units, startup order, networking, contracts, codecs, cleanup, plugins, and benchmarks.

local Rivet = require(ReplicatedStorage.Packages.Rivet)

Rivet.Start({
  Roots = {
    ReplicatedStorage.Units,
  },
})