bloxkit
v1.2.4
Published
Simple to use ROBLOX api wrapper with no authentication
Downloads
13
Maintainers
Readme
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.