heres the code
using UnityEngine; public class PlayerMovement : MonoBehaviour { public float forwardForce = 1000f; public float forceApplied = 20f;