I'm trying to add a shooting mechanic for the player. Perfectly simple - they left click and it shoots a projectile in the direction they are aiming. Problem is, it shoots off several at once because there isn't any delay after the first shot.
Does anyone know how I can do this as simply as possible?