A multipurpose Roblox Proxy for proxying Roblox API and Webhook Requests.
Support my work by donating to my Ko-Fi Account! Any amount is appreciated.
- list of features, doing it tomorrow.
Here's a quick breakdown on how to use LegoProxy.
METHODS: GET
, POST
https://legoproxy.nyxical.cloud/users.roblox.com/v1/users/1
METHODS: POST
https://legoproxy.nyxical.cloud/webhook
JSON DATA:
{
"webhook": "",
"data": {
"abcd": "1234"
}
}
My LegoProxy Server (legoproxy.fundlebox.fun) is only for small Roblox Games and Applications that doesnt request too much data through the Proxy as it has a 128 Requests Limit in a 5 minute window. You can implement a function where it prevents that limit or Self-Host LegoProxy by yourself.
The LegoProxy Relay Client is currently not available to the public at this moment as it's still being tested and improved. Once it's good enough to make it public, a link to another repository will be added to this section of the README for you to self-host.