How to make my velocities framerate independent?

Eventually I found two ways to solve this issue.
First way was to put the drag on a looping timer with a 0.01 tick:

I decided that I wanted drag to be always there, just like linear damping. After a little searching I found this post:

This helped me create a linear damping blueprint that only affected the x and y axis which is also being framerate independent.

1 Like