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