How to make projectile lose velocity

Hello, I’m trying to create some bullet mechanics for my game, and I noticed that the stock projectile component I’m using doesn’t lose velocity based on air friction , which I need. Is there a way to set up air friction for the projectile or do I need to implement that myself?