1.0.4 • Published 3 years ago

rbx-url v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

📂 | 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

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago