Profile image

Quick question:

62.3k Yourlocalhuman  11 months ago

How do you put delay on parachute deployment? I knew it once but then i forgor again

  • Log in to leave a comment
  • Profile image

    @ZeroWithSlashedO ah thank you

    11 months ago
  • Profile image

    ceil(smooth(clamp01(input), 1/X)) for activation
    floor(smooth(clamp01(input), 1/X)) for deactivation
    round(smooth(clamp01(input), 1/X)) for both

    X is in seconds

    11 months ago