1 second delay

00george

  • Posts: 161
I have a bullet behaviour and im trying to make it so you can only fire a bullet after 1 second has passed of firing the last bullet. But it will only work the first time then you can rapid fire bullets.

captaincomic

  • *
  • Posts: 6108
Put the "do after" right after you set Wait to true.
The way you have it now, while Wait is true, you will spawn a new "do after" task every frame.

00george

  • Posts: 161