I’m working on a border game and we’d like to make it so that everytime a user is successful in passing the customs border, given that they are in the group, they should be promoted to the citizen rank in the group.
It is possible, using the Group API. However, you will need to make use of a proxy, as Roblox doesn’t allow you to make network requests to Roblox from within Roblox
Any suggestions on what to do? I have seen a couple other similar things however it seems that the most resort to Glitch, which by then I assume is completely ok?
You need to make a proxy server for make it, and do the requests to your server, for that do you need a web hosting (or if im not wrong you can use github.io if its only a simple proxy but idk), in the proxy make the request to where you want, call the proxy in roblox studio