1.0.0 • Published 2 years ago
asset-tools v1.0.0
asset-tools
A Npm Package for finding the source URL of assets on Roblox!
Features
- Can get Tshirt/Shirt/Pants Templates
- Can get Decal Image IDS
- Is fast and simple
Starter Script
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'))
Installation
npm i asset-tools
Note
asset-tools does not support the following assets!
Audios
Models
These might be supported in a later Update!!
(C) Coded By StiizzyCat 2022
1.0.0
2 years ago