Easy to use lightweight ROBLOX Api wrapper used by over 700+ projects.
npm init -y
npm install bloxkit
import * as Bloxkit from 'bloxkit';
let uid = 34324323; // player's id
// logs player's avatar image
console.log(await Bloxkit.GetUserAvatar);
Read the docs here.