Hi, I want to make the enemy move along the y axis as the player, but with slower rate. Atm I have: Enemy LOS to player, everytick -> Enemy.Y = Player.Y. But this is mapping exactly both y axes. I want that the enemy moves towards the y axis of player and not map it. Any ideas please? Thanks