How to make the flying ufo tilt to the sides?

hey , i making the a flying game , the ufo keeps going forward , i want the character to tilt left and right instead of fully rotating

Do you mean adding “roll” input? You would have to create an input axis event in the project settings and then use “add controller roll input” node and hook the axis event up to that. The default flying template doesn’t come with roll enabled.