Speed System
The official Roblox description states: every step gives +1 Speed.
Formula
Steps remaining = target Speed − current Speed
If current Speed already meets the target, the remaining count is zero.
max(target − current, 0)
This formula does not assume a boost, multiplier, or special movement mode. Those values are excluded until the game confirms them.