This script takes a specific Roblox user ID and downloads model files for that user from Roblox CDN servers.
- Clone the project
git clone https://github.com/Atmerek/RobloxIdToObj
- Go to the project directory
cd RobloxIdToObj
- Install dependencies
npm install
- Run the script
node index.js <userId>
- You're done. The .obj model can be imported to eg. Blender. Textures will be automatically assigned from the .mtl file.