Move object position slowly via script (without Timeline or States)

Hi all,

I’m trying to make an 3D object move very slowly from point A to point B via script, without using Timeline or States. What I have used so far is the “triggerenter” event to move the object; and it does moved, but at a very fast-pace. I’m looking to slow the movement from point A to point B.

Currently script used:
Myobject.position( [0,2,0] );

How can I correct this?

Thanks!