1.5.7 • Published 3 years ago

robloxlauncherapi v1.5.7

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

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
1.5.7

3 years ago

1.5.6

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago