hey! do you know how to implement this queue through a menu screen where u dont move? what im referencing is the queue system in the roblox game, "mother: TPN" you're able to join a lobby by just clicking a "join" button, instead of most games where u have to walk to an area, click/hold a join button, and walk freely
Hi! yes the same script can be used. At the bottom you'll see where all the connections are held. Change the connections to remote events that are fired when they click your "join" button in your UI. And then ofc delete anything in the code that has to do with teleporting the characters position since that wont be necessary. If youre wanting the player to be able to create their own party. when they create a party with the UI, insert a table with all needed attributes in the all_zones table. Also add more info to the all_zones table such as the owners name and if its private or not. If you want id be happy to make a video tutorial but it will take a few days to get out.
@@SlimyScripts thank you for your response! im a visual learner so i believe a video tutorial would be beneficial!! dont worry about how long it'll take to get out!! and dont stress urself over it if u cant manage to make a video, no worries!! :)))
very interesting how you do it .
keep it up 👍👍
Keep up the work, match making always eluded me
hey! do you know how to implement this queue through a menu screen where u dont move? what im referencing is the queue system in the roblox game, "mother: TPN"
you're able to join a lobby by just clicking a "join" button, instead of most games where u have to walk to an area, click/hold a join button, and walk freely
Hi! yes the same script can be used. At the bottom you'll see where all the connections are held. Change the connections to remote events that are fired when they click your "join" button in your UI. And then ofc delete anything in the code that has to do with teleporting the characters position since that wont be necessary. If youre wanting the player to be able to create their own party. when they create a party with the UI, insert a table with all needed attributes in the all_zones table. Also add more info to the all_zones table such as the owners name and if its private or not. If you want id be happy to make a video tutorial but it will take a few days to get out.
@@SlimyScripts thank you for your response! im a visual learner so i believe a video tutorial would be beneficial!! dont worry about how long it'll take to get out!! and dont stress urself over it if u cant manage to make a video, no worries!! :)))