4-Team Deathmatch Round Sytem

Hello devs

I am looking, notice looking, for a round system with 4 teams in a deathmatch
The reason I say looking is because I dont think I can manage scripting it myself, so if you come across an easy tutorial with a script that i can edit, it would be great

I have looked on youtube for team deathmatch round systems, they all had one thing missing or more

Tell me in the replies for any more info

1 Like

Say we have 4 teams:

-Blue
-Red
-Yellow
-Green

For each team, give items that include in their main scripts anti team killing. And you are basically done. From here you could do anything you’d like to.

If it is a minigame or something alike, when that minigame is chosen, create those 4 teams, and pick random people to be in each of them. Make sure all teams would be filled with people. When that round ends, remove those teams, and team all “lobby” or anything alike.

1 Like

Got them

Didnt get that exactly

Say you have a sword.

In the part you are dealing dmg to players, add an if statement to check a few conditons( if those items would be used in more minigames):
1- if their team and the player teams are similar.
2. if they are both on neutral or not.

Thanks for the help…

But I am stupid at scripting, I dont even know what an argument is

Do you have any tutorials you could recommend?

Currently on mobile, but when I am able to, I would make a file and send it to you.

2 Likes

This is amazing! You should create a GitHub repo so other people can add stuff.