Ok my character is shooting but the bullet comes out just one time, how I make a loop for that? in the animation the loop is already on but just one bullet is coming out. thanks for the help that you can give me
If your animation is on a loop and there is a specific frame where he is shooting then I recommend:
on frame change
-frame = (frame number where he is shooting)
--player spawn bullet
If the frames look all the same around where he is shooting then you can just do an every x seconds or use a timer if there are other intricacies