Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I be able to re-create the "join dungeon" system from Dungeon Quest?

Asked by
ka3r 14
4 years ago

How would I make a join system for teams? For example, the join system in Dungeon Quest or Zombie Strike, or Island Royale? May someone please tell me how I could accomplish this?

I'm basically looking for a way for the players to be able to select a team, then for the game to wait for a signal to TP all the players in the team to a different game.

0
I suggest you try to search answers yourself before posting questions here. You can also contact someone in discord or some other contact platform. I don't recommend posting "request type" questions. Torren_Mr 334 — 4y
0
Thanks for telling, I'll try to do more research before asking. ka3r 14 — 4y

1 answer

Log in to vote
0
Answered by
iuclds 720 Moderation Voter
4 years ago

You can assign players to a team when a button is clicked, then when it's time to teleport, you can use TeleportService:TeleportToPrivateServer() to teleport that group of players.

You can also store party data in a table, and when its time to teleport, players are teleported.

https://developer.roblox.com/en-us/api-reference/function/TeleportService/TeleportToPrivateServer

Ad

Answer this question