local shhere_1 = vci.assets.GetTransform("/SubItem1/Sphere") print(shhere_1.GetName()) print(shhere_1.GetPosition()) local shhere_2 = vci.assets.GetTransform("/SubItem2/Sphere") print(shhere_2.GetName()) print(shhere_2.GetPosition())