Hello i wanted to know how to rotate smoothly an object toward position.
I use "Set Angle to Mouse.X, Mouse.Y" to rotate my player in a top down game
I tried with lerp(Mouse.X, Mouse.Y, 0.01) but it doesnt work it rotate weirdly...
Can someone explain me how to do it, Thanks!