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