rigidbody.AddForce(movement);
(Note the lowercase r. `RigidBody` is a class, `rigidbody` is a member of type `RigidBody` that belongs to the game object.)
↧