I want to delay the firing of the Gatling gun when you press the fire button. Is there anyway to do it??
Nevermind, I found the code.
smooth(FireGuns,1.5) Works for me, but thanks for sharing your knowledge:)
(smooth(clamp01(FireGuns), 1/delay in seconds)) Might work
Nevermind, I found the code.
smooth(FireGuns,1.5)
Works for me, but thanks for sharing your knowledge:)
(smooth(clamp01(FireGuns), 1/delay in seconds))
Might work