Support thread - shooter bp project

Yes, it’s 100% possible, it only depends on the math you write on the code. Right now it adds a constant amount (RecoilPerShot) to pitch at each shot, inside the LocalFire function. You’d need to create additional math to lower the value with each shot. Also don’t forget that there’s also code in-place in the EventTick of the gun that gradually removes all the recoil that was added (recoil recover). It works in conjunction with the code in the LocalFire that adds the recoil each shot.