Remote Code Execution

(Pro exclusive feature)

Remote Code

POST https://jumpingstudios.xyz/api/v1/data/executeCode.php

Request Body

Name
Type
Description

placeId

string

Your game's place ID

jobId

string

The server Job-ID to run it in or "global" to run it in all servers.

code

string

Lua code (24k character limit)

auth

string

API Key

{"success":true,"message":"queried!"}

Last updated

Was this helpful?