Profile image

[Solved] How to delay the Gatling gun?

17.6k MsMuseumJanitor  one month ago

I want to delay the firing of the Gatling gun when you press the fire button. Is there anyway to do it??

  • Log in to leave a comment
  • Profile image

    Nevermind, I found the code.

    smooth(FireGuns,1.5)
    Works for me, but thanks for sharing your knowledge:)

    +1 one month ago
  • Profile image

    (smooth(clamp01(FireGuns), 1/delay in seconds))
    Might work

    +1 one month ago