I have a script that alows me to fire
Void bla bla ()
{
if ( input … )
(
Fire();
Anim.setbool (“firing”, true)
)
}
But the problem is it doesnt stop after i realised my shooting button i also tryd anim.settriger but that doesnt work to how can i stop the animation after i done firing ?
Sorryfor not puting this in scrip edit iam on my phone ATM