Roflare allows you to interact with Roblox's web API in a variety of ways. A few examples are:
[❌]
Fetch information about an experience[✅]
Fetch information about a user[❌]
Manage account using.ROBLOSECURITY
npm i roflare
yarn add roflare
To learn more about Roflare, visit the documentation
const { GetUserAvatar } = require('roflare');
(async () => {
console.log(await GetUserAvatar(4495638042))
})()