i have the pawn roam randomly with ai move to and i want it to make a certain change in location and rotation but for rotation the pawn changes the direction it faces before it rotates and the location is done in an instant instead of doing it gradually along with the timeline
how do i fix this blueprint?
Hey @primaldragon100!
You need to show us the timeline, as well!
Something you can do is make your float values just go from 0 to 1, then have a LERP going from A to B with the Alpha being the float from the timeline. From there, just use the output of the Lerp! 
Hope that helps! Show us that timeline if that doesn’t get you fixed up!