1.5.7 • Published 2 years ago

robloxlauncherapi v1.5.7

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

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago