Package Exports
- robloxlauncherapi
- robloxlauncherapi/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (robloxlauncherapi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
RobloxClientApi
Open Roblox Client With a cookie using Node JS!
Install
npm i robloxlauncherapi
Functions
LaunchGame(COOKIE , PLACEID, FOLLOW )
COOKIE
- Roblox Account Cookie
PLACEID
- Roblox Game PlaceID
FOLLOW
OPTIONAL
Roblox Account Username to follow (default: false)
Usage
const { LaunchGame } = require('robloxclientapi')
var LaunchLink = LaunchGame(COOKIE, GAMEPLACEID, PLAYERTOFOLLOW);
//When you open the link, roblox will be automatically opened