Hello, so i was trying to make a join game request to this url https://gamejoin.roblox.com/v1/join-game-instance and i don’t actually really understand the parameters you need to pass, which in the example are the following.
I know how to get the gameId but gameJoinAttemptId and all the others except gameId and placeId seem weid to me. I would like to know how i would go about getting the values of those parameters because i need to get the server address in order to compare an incoming request and ensure that requests to my api are made only by game servers.
Also there are parameters regarding party but weren’t parties removed?
From what i know when you click play it connects you to the game server and so gives the server addres and port, i just need the server addres and was wondering how to take it
What request? Do you mean the one made when you click the play button?
i don’t need the server address to join a game but to compare it with the one of an incoming request to allow access to the api to roblox games servers only
You can’t really do this, everything can be faked, it would be better using a secret code in the http request that only your server and the Roblox game server knows.
ur api request has to be from the roblox site. So like an extension on chrome. Otherwise it won’t work(this includes for the web api ur trying to use). A way to join the game is to do in the console: