How can i make a plane go faster

I have a basic preset with the starter content for mobile games but i want to make the UFO go faster and give it boosts

Well, it’s very easy in basic starter. Just select FlyingPawn:

68123-screenshot+2015-11-25+16.54.24.png

And tweak its speed or acceleration right in exposed variables:

68124-screenshot+2015-11-25+16.55.05.png

You can also change it anytime in Blueprint (ie. in case of picking boost powerup). Just create reference to your FlyingPawn and set variables as you like. Here’s very basic example:

(do not rely on this example, as it’s adding max speed permanently every pickup, but it should be good example where to start)