This is a very easy fix! I had this same issue and I fixed it by adding a damper to the force! Simply select the “script” node from the node list and type in the following:
force_mode_set_damping(.4)
Put that at the start of your program or before the force mode call. You can adjust the value of .4 as needed. I hope this helps!