Is a game server link possible?

Hey I’m currently trying to create a script that gives me a link to automatically join this public server. I have already seen posts in the forum here where something like this was used:

local gameid = game.JobId or 1
"https://www.roblox.com/games/start?placeId="..game.PlaceId.."&gameId="..gameid

but it doesn’t work anymore, because only the Roblox client is opened and after that nothing happens and you stay in the main menu. Are there maybe new possibilities?

2 Likes

Screenshot 2024-03-18 162232
Works fine for me. Have you tried printing out the link made by the script? Make sure it isn’t studio. Also make sure that the JobId you’re referring to is not the main menu game but indeed the public server you want.

1 Like

The link works, but as soon as I enter it into the browser, the Roblox client opens but then remains in the main menu… I have tested this from a normal server and not Studio

1 Like

Have you printed out the link? Are you also sure that the JobId is not the ID of the game in the main menu? Other than that, it might be an issue on your end. Try get other people to do it.