You should just be able to add the initial value to the result of `Mathf.Repeat()`
var answer = 50f + Mathf.Repeat( Time.time * TimeMultiplier , 50);
↧