ro-js / rojs

An ROBLOX package devileried for you to make your hard work a little bit easier.

Home Page:https://www.npmjs.com/package/@rojs/ro-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROBLOX ro-js

An ROBLOX package devileried for you to make your hard work a little bit easier.


Installion and Usage

Installing with NPM:

$ npm install @rojs/ro-js

Using:

const rojs = require('@rojs/ro-js')

Example

const rojs = require('@rojs/ro-js')
rojs.GetUsernameByID(1, console.log) /* 
Description:
Returns 'ROBLOX' in console

Structure:
rojs.GetUsernameByID(id, callback)
*/

Questions or issues?

Ask them right here: https://github.com/ro-js/rojs/issues


made w/ love 4u

About

An ROBLOX package devileried for you to make your hard work a little bit easier.

https://www.npmjs.com/package/@rojs/ro-js

License:MIT License


Languages

Language:JavaScript 100.0%