This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

rbx-url
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

rbx-url

NPM version NPM downloads

NPM Banner



📂 | Installation

npm i rbx-url

📜 | Setup

const RbxURL = require("rbx-url"); // Define rbx-url module
const instance = await RbxURL.new("[...]", {
	placeId: [...],
	browserTrackerId: [...],
	locale: "fr_fr"
}); // Initializing RBX-Url

if(instance.status === RbxURL.ROBLOX_SUCCESS) RbxURL.openRobloxPlayer(instance.url); // If the instance is okay, run Roblox.

👥 | Contact

Twitter Site

Package Sidebar

Install

npm i rbx-url

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

12.7 kB

Total Files

6

Last publish

Collaborators

  • micorksen