I'm making a jump pad, which the player walks on and it gets thrown up and forward in the air (similar to Apex Legends). I managed to make it jump up by velocity.y = 10
but couldn't figure it out how to throw the player in a specific direction. Currently this system works with an Area (3D) node, when the player touches it.