i think the documentation is good to read, though they don’t give an example of simple code, but if yours, try this
iTween.MoveTo(gameObject, new Vector3(x,y,z), t)
where gameObject is what object u want to move,
Vector3(x,y,z) is the point you want your object to go
and t is int/float for how fast your object.