### Install @rbxts/module3d Source: https://www.npmjs.com/package/@rbxts/module3d Use npm to install the @rbxts/module3d package. This is the primary method for adding the module to your project. ```bash npm i @rbxts/module3d ``` -------------------------------- ### Example Usage of Module3D Source: https://www.npmjs.com/package/@rbxts/module3d Demonstrates how to import and instantiate Module3D, and call its GetCFrame method. Ensure the Module3D class is correctly imported. ```typescript import Module3D from '@rbxts/module3d'; const model3D = new Module3D(new Instance('Part')); print(model3D.GetCFrame()); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.