function updateAll() -- time [-1,1] local time = math.sin(os.time()) local pos = Vector3.LerpUnclamped(Vector3.up, Vector3.down, time) vci.assets.GetTransform("Subitem").SetLocalPosition(pos) end