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

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