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.luaudocs.surge.lgbt
Complete documentation and guides for using the raw endpoint.
https://docs.surge.lgbt/requestingQuick 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 scriptexample.luaExample usageloader.luauScript loaderSee docs.surge.lgbt/files for full list
Documentation
✓ All services online and ready