1.0.4 • Published 2 years ago

rbx-url v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago