Move bots while it looks at a specific direction

Hello, I want to make a bot where it has a function that looks at the player while it walks back when the player approaches it. However, I found out that Humanoid:MoveTo() doesn’t seem to work as intended. Are there any ways to achieve this?

1 Like

you could try using a BodyGyro although they are deprecated
the replacement for the bodygyro is AlignOrientation | Documentation - Roblox Creator Hub