How can I slowly move an object to a set point?

Does anyone know how to make an object glide/move slowly toward a location? Normally I’d make it repeat “moving in small increments and waiting a fraction of a second” until it get’s there. Unfortunately I can’t find a wait node. So if anyone knows how, let me know please. I can ellaborate if more info is needed.

There is a sleep node.

the lerp vector node is made specifically for that. It’s in the Logic Pack you can download from the Git repository.

lerp

2 Likes

Each frame you can check the distance to the destination, and stop moving when it’s distance is very small.