Please help me create a server system. I want to create a GUI server system like those horror games where I can create a server and then select a chapter and the number of players that can join, and I can check if there is a password or not, and if there is, I have to type it, and then it will create the lobby and add it to the list so players can join. Please help me, guys, step by step until I reach my goal.
So I made the UI’s what do I need to do next?
I didn’t just make the UI’s I made them kind of work, so I made a server template that can be cloned to the server list, and then I can change the information. I also made it so that when creating a lobby, you can select the chapter and player amount and password if you want, and once I click create, it will save this information so I can use it later. But the part that I don’t know is when the lobby gets actually cloned to the list so players can join and also inside the lobby where players are listed, and when clicking start, it teleports all players inside the lobby to the game.
On Developer Forum, you should not be asking anyone to create a fully complete working script for you. You are here to learn and be indepedent on making your own things, not to beg people to create a script for you. That makes learning pointless.
But to answer your question…
You should study how to utilise TeleportService to achieve your goal. Here’s a YouTube tutorial explaining in-depth how to use it.
Dude, I didn’t ask for someone to write me a script. read it correctly. I asked for help step by step, and I already know how teleport services work. I just needed help on how to make it so that when a player clicks the create button, it will actually add it to the server list so everyone can join. Then I can handle the teleportation, so currently, I’m just saving the settings that the player chooses when creating.
Chapter
Maximum number of players in the lobby
Is it private or not?
And the password
Then, when I get help on how to actually get the server to be added so players can join, I can then handle the teleportation.
I think all of your questions can be answered using TeleportationService. Please take time to study how to utilize this server and you’ll be able to achieve your goal.
I have been trying to make it work for about 1.5 years and have found nothing helpful. I hate it when this happens. Just to tell you, I’m not a beginner developer. I worked for 7 years and I know how to work with services, but I never tried making a GUI system. If you don’t want to help, don’t reply.