This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |