Overview

View on NPMarrow-up-right View on Yarnarrow-up-right View on Githubarrow-up-right Typescript Typescriptarrow-up-right

Overview

Roflare allows you to interact with Roblox'sarrow-up-right 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

Installation

npm i roflare
yarn add roflare

Example

To learn more about Roflare, visit the documentationarrow-up-right

const { GetUserAvatar } = require('roflare');

(async () => {
    console.log(await GetUserAvatar(4495638042))
})()

Last updated