local cube = vci.assets.GetTransform("TestCube") function onUse(use) cubePos = cube.GetPosition() print(cubePos) end