Speed ASMR Keyboard EscapeDocumentation ← Portfolio

#Rebirth

Resets Level, level progress, Speed, and Custom Speed to zero. Keeps Wins/Trophies, every owned/equipped cosmetic, and visited stages.

#Requirement

The level needed to rebirth again follows:

floor(15 * 1.35^(rebirths) + 0.5)

which produces 15, 20, 27, 37, 50, 67, 91, 123, 166, 224, … — tune the base (15) or growth rate (1.35) in Config.Rebirth.

#What it grants

Permanent Speed-gain multiplier: 1 + 0.5 * Rebirths — see Gain Multipliers for how this stacks with everything else.

#Skipping the requirement

Config.Products.SkipRebirth is a Robux dev product that grants one rebirth immediately, ignoring whatever level the player is currently at. Needs its Id filled in like any other dev product — see Configuration Checklist.