Skip to content

Instantly share code, notes, and snippets.

View juztripper's full-sized avatar

Ripper juztripper

View GitHub Profile
@juztripper
juztripper / worker.js
Created May 23, 2026 16:58
PixelForge upload proxy (Cloudflare Worker)
// PixelForge upload proxy. Forwards apis.roblox.com traffic so the Studio
// plugin can reach the Open Cloud Assets API (plugins can't call Roblox
// domains directly via HttpService; the proxy is the only path).
//
// Deploy on Cloudflare Workers (free tier covers this comfortably):
//
// 1. Sign in / sign up at https://dash.cloudflare.com (free).
// 2. Workers & Pages -> Create Application -> Create Worker.
// 3. Give it a name (e.g. "pixelforge-proxy") and Deploy.
// 4. Click "Edit code", replace the placeholder with the contents of THIS