Roblox Bridge PHP (flat-file) ================================ Upload the **api/** folder to your hosting root: public_html/ api/ common.php servers.php possess.php character.php poll.php result.php status.php data/ (must be writable) No .htaccess or path rewrites required. Endpoints: GET /api/servers.php POST /api/possess.php?jobId={jobId} POST /api/character.php?jobId={jobId}&action={move|jump|...} GET /api/poll.php?jobId={jobId} POST /api/result.php?jobId={jobId} POST /api/status.php?jobId={jobId}