This is supposed to be used as a learning source, not as a way to re-share it as your own game. As I open-sourced it, I understand people sharing it as their own game, but that’s not what I would do here. Try to learn from it, and understand what you need to do to accomplish a system like this.
The link to it is literally here. It’s super simple to set one up even if you don’t understand any of that.
A proxy is basically a middle man.
Roblox has a service, called HTTPService which allows you to communicate with websites. But Roblox domains are locked. You can’t send requests to them. That’s why you need a middle man to request to instead.
Was super stuck on figuring this out. HTTP service and proxies are completely new to me, and this was the exact push I needed to getting access to that delicious costume data. Thanks a million!!!