7z99
(cody)
February 23, 2023, 2:52am
8
I’m not sure. Personally I opt to make my own proxy server using ProxyService but some open sourced proxy servers exist (first that comes to mind is roproxy)
ProxyService
Roblox’s HttpService has always been severely lacking. This open-source project essentially aims to serve as a replacement, providing an Http client that opens the door to actually using REST APIs, reading response headers, reading status codes, accessing roblox.com from in-game, and more.
Example uses are accessing Roblox, Discord, Trello, and Firebase APIs, including crazy stuff like logging into a Roblox account from in Roblox. You can use this for virtually any API.
The way i…