Issues Reducing Mass/Scale Over Set Amount Of Time

Why don’t you scale it up over time, using deltatime node.

  1. use a lerp node from 1 to 5
  2. use deltatime node multiplied by decimals to control the size, i.e .5 for half the growth speed. Reverse the digits to do the opposite
  3. profit