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