attached to the vehicle the player controls , and more of a incase u get stuck option.
is there something drastically wrong with this
var Receiver : Transform;
function update (){
if (Input.GetKeyDown == "Jump"){
this.gameObject.transform.position = Receiver.position;
}
}