cara memindahkan objek dengan addForce

using UnityEngine;

void Start(){
  rb.GetComponent<Rigidbody2d>.AddForce(Vector2.left);
}
Fierce Falcon