How would I make a drone move upwards with physics?

I tried the method I thought of, but it didn’t work because if you go slow then you aren’t effected by gravity, which makes it unrealistic. I did however find a solution! I decided to try VectorForces again, and I found this post to add a speed cap to an object:

I modified it a tiny bit and made it only run while the drone has a throttle input, and it worked!