jaipack17 / Nature2D

A 2D physics engine for Roblox. Create versatile physics simulations and mechanics with GUIs!
https://jaipack17.github.io/Nature2D/
MIT License
147 stars 8 forks source link

Is there a method for stopping an :ApplyForce()? #41

Closed dumpstring closed 1 year ago

dumpstring commented 1 year ago

.

Toastaspiring commented 1 year ago

imo just apply a reverse force like if you have :ApplyForce(direction, force) just apply :ApplyForce(Vector2.new(-direction, -force) and it will stop.

dumpstring commented 1 year ago

k