Add force changing with graphics settings?

Here’s a basic explanation of the problem:

AddImpulse accounts for frame rate(ticks/delta time), so you’ll get different results depending on frame rate. Changing graphics options changes frame rate.

Use AddImpulse instead, which does not account for it. You should get the same results regardless of FPS.