A Npm Package for finding the source URL of assets on Roblox!
- Can get Tshirt/Shirt/Pants Templates
- Can get Decal Image IDS
- Is fast and simple
There are 3 functions avalible At the Moment!
const {GetSourceID, GetSourceURL, GetSourceImage} = require('asset-tools')
console.log(GetSourceImage('YOURASSETID'))
console.log(GetSourceID('YOURASSETID'))
console.log(GetSourceURL('YOURASSETID'))
npm i asset-tools
-
asset-tools does not support the following assets!
-
Audios
-
Models
-
These might be supported in a later Update!!