Use a low pass filter to reduce the influence of sudden changes in a Vector2 Variable.
Vector 2 Variable
Vector2 Variable to filter. Should generally come from some constantly updated input
Filtering Factor
Determines how much influence new changes have. E.g., 0.1 keeps 10 percent of the unfiltered vector and 90 percent of the previously filtered value