void Start() { rb = GetComponent<Rigidbody>(); }
private Rigidbody rb;
rb.AddForce(movement * speed);