What do you want to achieve? I’m trying to make it so your friends can join you in the reserved servers
What is the issue? I have the main menu in game where you can join your own private server and even join your friends but I don’t understand how you can make friends able to join your private servers (made with reserved servers)
What solutions have you tried so far? Did you look for solutions on the Developer Hub? I tried looking on developer hub but it’s strange
The only solutions to those I’ve found are using messaging server, I’m a developer for not even 10 months probably and I’m wondering if there’s any other solution to this rather than messaging server because I don’t understand it, or if you could tell me how to do it with messaging server but like explain how it works since I don’t know.
Well I mean you can reuse your place code for teleporting the player to a reserved server and then in that reserved server check if they are a friend, using the player documentation I sent above paired with something like this:
I don’t understand how checking if they are a friend from reserved server would help since teleporting friend there will tell them it’s a restricted place anyway?
Really the only thing I can suggest off the top of my head is using a datastore to save the placeid of the reserved server to be the friends userid as the key for the datastore and then when the friend wants to join they load the friends userid’s key (which has the code or placeid of the reserved server as the data).