Is it possible to get the name of the current VIP server from within the server itself? Using either an official Roblox API or some HTTP request. Has anyone ever done this before?
Any help on this is appreciated. It seems like it might be possible if there was any way to get the asset id of the VIP server from ingame. As far as I can tell, it’s only possible to get the PrivateServerId, which is something completely different, but maybe there’s a way I don’t know of to get the asset id from the PrivateServerId?
This shows me only the private servers my account can see when I paste it in the browser. When I use a proxy and HTTPService, it just spits out pages and pages of raw JavaScript, and a 400 Bad Request error.
A Roblox server can’t log into an account, and a client can’t send HTTP requests. The server does know the private server access code, though, so the only way for this to work would be to find a private server’s id from its access code without needing an account that is logged in.