Join links on reserved servers

Hello, I am trying to make a discord webhook for my game that has a lobby system that lets players reserve servers with passwords

The problem is, I don’t know how to or if it’s possible to make a join link for a private server made using teleportservice:reserveserver()

So far I have tried to put the id given to me by reserveserver(), like this: https://www.roblox.com/games/gameidstuff/game?gameId=privateservercode

I’ll attach a picture of what the webhook looks like now (the join button doesn’t work ofc)

I found this:

https://www.roblox.com/games/start?placeId=placeidhere&gameInstanceId=instanceidhere
1 Like

this didn’t work. any other ideas?

Don’t think the id works like that. What you could do is reserve it and when they join they enter the main game and immediately redirect them to the reserved server

It already redirects them to the reserved server but idk how to make that reserved server have a link

You could make players join and prompt them with a password.
You could use DataStores to check if the player has a password.

I don’t think reserved servers can have links, thats just private servers manually made. What I suggested is the only thing I can think of.
Send the person a link of the main game and as they joining check a data store or memory store to see if they’ve been invited somewhere and if so try to seamlessly send them to the reserved server.
The flaw here is if the player has been invited but doesn’t want to go to the reserved server and instead wants to go to the main game.
The the best case is just to store invites in a memory or data store and send pop up invitation requests when they join the main game.

1 Like

i already have that with the lobby creation system i made i just thought it would be cool to connect it to discord as well

Yeah, that sounds right. thanks for responding though ill just not do discord joining lol

1 Like