Skip to content

Downloads the .obj file of the Roblox player specified.

License

Notifications You must be signed in to change notification settings

Atmerek/RobloxIdToObj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox ID to .obj

This script takes a specific Roblox user ID and downloads model files for that user from Roblox CDN servers.

How to run

  1. Clone the project
  git clone https://github.com/Atmerek/RobloxIdToObj
  1. Go to the project directory
  cd RobloxIdToObj
  1. Install dependencies
  npm install
  1. Run the script
  node index.js <userId>
  1. You're done. The .obj model can be imported to eg. Blender. Textures will be automatically assigned from the .mtl file.

About

Downloads the .obj file of the Roblox player specified.

Topics

Resources

License

Stars

Watchers

Forks