local Subitem = vci.assets.GetTransform("Subitem") function updateAll() local target = Vector3.__new(1,1,1) local move = Vector3.MoveTowards(Subitem.GetLocalPosition(), target, 0.01) Subitem.SetLocalPosition(move) end