JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q49170F
  • License MIT

Simple to use ROBLOX api wrapper with no authentication

Package Exports

  • bloxkit

Readme

View on NPM View on Yarn

Easy to use lightweight ROBLOX Api wrapper used by over 700+ projects.

Installation

npm init -y
npm install bloxkit

Example Usage

import * as Bloxkit from 'bloxkit';
let uid = 34324323; // player's id

// logs player's avatar image
console.log(await Bloxkit.GetUserAvatar);

Docs

Read the docs here.