Gun kickback animation not going fast enough.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SF123

I’m making a First-Person Shooter game, and I have the gun kickback, and the animation works fine, but there’s like a 1-second delay in between each play of it.

func shoot ():
	animPlayer.play("Kickback")

Thanks in advance!

Is there a 1 second delay on the first play as well?

ramazan | 2022-01-20 23:26

:bust_in_silhouette: Reply From: SF123

It turns out I set the animation too long, I was clicking in the wrong spot…