JSPM

robloxlauncherapi

1.5.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q29709F
  • License ISC

Roblox Client Launcher Using Launch Protocols

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

Install

npm i robloxlauncherapi

Functions

LaunchGame(COOKIE , PLACEID, FOLLOW )

  • 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