How would I transform an object from one location to another on input?

This seems like It would be a very simple task but I am getting stuck on it. On mouse click, I want an object to go from one set of coordinates to another set of coordinates. I think I would get use a Vector Lerp, which returns a vector, but then how do I say that this vector is the movement of a block? How would I trigger this by a mouse click?

Hi,

You can just set word location if you just want teleport it.

If you want to move smoothly:
Vector Lerp used to get smooth value between point a and b with time. use a timeline or add alpha in Tick function to add alpha from 0 to 1, you will get a location and use it on set word location

check this link text

Cheers
omega

Thanks. That tutorial helped me.

The updated tutorial for 4.10 is in - YouTube