I want to make a party system where one player creates a party and teleport to another place but I want this place to be private. so I create an UI on the first place where they can see the friend online on the other server (note: I know how to make this ui and setup for seeing friends online and stuff) but how should I work witht he private server. I was thinking of doing it to teleporttoprivateserver but How do I get the acces code then for the other friends to join that place?
this is the script that I have for making a private server for one person
I’m not really that knowledge able on teleport service and all that fun stuff but couldn’t you use the DataModel | Documentation - Roblox Creator Hub as the ID of the server to teleport the friend to.
not exact what I needed, I know how to do that but I have a place where there is only max 1 player in it and via this place I want to teleport to another place where there can be 4 players in it but this must be in a private server
You can use this DataModel | Documentation - Roblox Creator Hub to get the ID of the private server from there you can find a way to tell their friends about the code and teleport them using that code. How you do that is up to you.