Skip to content

abrahampo1/RobloxClientApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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('robloxlauncherapi')

var LaunchLink = LaunchGame(COOKIE, GAMEPLACEID, PLAYERTOFOLLOW);

//When you open the link, roblox will be automatically opened


About

Roblox Client Launcher API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published