I have a game where there can be an option to view servers for a game mode and I want to make it list every server open for that game mode. How would I go about doing this? Using a datastore? And if so, how would I go about it?
Are those ROBLOX website API? How would I implement that into a game?
Using HTTPService, would you like me to elaborate further?
Yes please, I’m sorry I’m pretty ignorant on the HTTPService and how I would use it.
Look at the link I posted, that’ll redirect you to the wiki and should give you an idea of what to do.
Reading the wiki page, it states that I cannot send signals with the service to the ROBLOX website, I’m assuming using the service I can ask for info from the Games Api website?
This’ll explain it in more detail. (check the last post)
You can’t use HTTP requests on the roblox. You’d have to use a proxy.
Yes, I realised. o-o
You’d have to learn another scripting language for this.
oh dear god, alright so basically, wish me luck on this one.