surge.lgbt

Secure script distribution network for Roblox

raw.surge.lgbt

Raw file serving for Roblox executors. Access scripts directly without API overhead.

https://raw.surge.lgbt/file.luau

docs.surge.lgbt

Complete documentation and guides for using the raw endpoint.

https://docs.surge.lgbt/requesting

Quick Start

Load a script from the raw endpoint:

local HttpService = game:GetService("HttpService") local response = HttpService:GetAsync( "https://raw.surge.lgbt/file.luau", false, { ["x-executor-token"] = "YOUR_TOKEN" } ) loadstring(response)()

🔐 Secure

Token-based authentication for all requests

⚡ Fast

Optimized for quick script loading from executors

📄 Simple

Plain text responses, easy to integrate

🚀 Reliable

Built on Vercel's global edge network

Available Files

file.luauMain script
example.luaExample usage
loader.luauScript loader

See docs.surge.lgbt/files for full list

✓ All services online and ready