Hello, in my game i have a rope swinging mechanic. the mechanic works fine on 60 fps, but when i lower my fps the swinging stops working and you just get launched into the air. on event tick i run a function called calculate swing force (see picture). I have already tried many things like multiplying the force input by get world delta seconds but it still isn’t working. I was hoping somebody could help me.