Best 2d movimentation

I was going to write my player movimentantion script, but I was in doubt, should I use Add Force or transform.Translate ?

It’s called “movement”, not "movimentation :wink:

You can use whatever works best for you. If the object has a RigidBody, you can use either. I always use Translate but it’s really up to you.