How to implement movement? Tick? Timer? Other?

it depends on your system, for instance if you’re using the Character movement you should just use tick since it needs it anyway.

if say you have a turn based game then maybe you could just use a timer for just when its moving.

also consider then number of Pawns you intend to have, if its not too many then the answer doesnt really matter.