Advanced Vehicles

So I am using the Advanced vehicles template and I would like the car to constantly hover and never touch the ground if you have seen wipe out game it would be like that how would I change the template into this or how would I create a new pawn to do this ?

The very simple answer is to add your hover ship to the vehicle blueprint, then check the vehicles ‘hidden in game’ check box, Of which will mean your ship (as long as it is higher than the car in the BP) will look like it’s hovering and will also give you the driving controls aswell.
(Basically the car is just an animated model over the top of the vehicle component, the vehicle component is what your ship will be really using to hover/drive with. so you can actually swap the vehicle with your ship, as long as you change any references to the car mesh, to your ship mesh)

and also you can mess around with the vehicle component’s offset values to perfect what you want.

The very simple answer is to add your hover ship to the vehicle blueprint, then check the vehicles ‘hidden in game’ check box, Of which will mean your ship (as long as it is higher than the car in BP) will look like it’s hovering and will also give you the driving controls aswell.
(Basically the car is just an animated model over the top of the vehicle component, the vehicle component is what your ship will be really using to fly/drive with. so you can actually swap the vehicle with your ship, as long as you change any references to the car mesh, to your ship mesh)