Need help on team making in bedwars

Thanks! how do I make the teleporters teleport random teams?

Then get a teleporter on each side of the “base” or the teams spawn place and put it team scoped

2 Likes

Hang on does it even have a scope?

1 Like

I guess you can put spawn pads to make the players into random teams (ex. spawn pad with only team one to spawn in)

1 Like

Ya that should be the solution

1 Like

Yeah but, I have a lobby, and there’s a button that starts the game. So spawn pads wont work.

1 Like

oh, then let me try to figure it out on gimkit.

1 Like

Spawn pads can work all you need to do is change the phase it starts.

Spawn pads could work you just have to change the phase

No they don’t. The players all start in lobby, during game, and there’s no phase other than pre-game.

k, so get the amount of teleporters you need for each team (I use 2). Then, in the teleporters, make them have a channel teleport them there, I use teleporter 1 and teleporter 2
image
image
Next, go into the trigger and make a block code using this code (add more if you want more teams, also the code might be different if you put a different channel name)


then connect the button to the trigger and that’s it! let me know if I missed anything.

2 Likes

You’re so close…
Just a bit off. You want the number to be the same, so instead of doing that, just do:

Broadcast message on channel | Create Text with: | "teleport"
                                                 | Team number

This uses concatenation, which is super helpful for simplifying blocks.


Now for the system, use teleport1 instead of teleport, and teleport2 instead of teleport 2.


But good job @thatmyboy for starting us off good! Team 1 will be on the teleport1 teleporter, and same for Team 2.

2 Likes

I don’t get it…
(sorry my brain is insanely small)

1 Like

Thanks! It’s been a while since I actually hopped on creative, so I am kind of rusty.

2 Likes

Basically we already have random teams, so we just broadcast a message teleporting them to the starting place belonging to their own team. That way people of the same team start at the same place.

So, do we combine your code with the other one, or just your code itself?

Use my code with the teleporter settings @thatmyboy used, but with the modifications I stated.

1 Like

So, everything in the trigger is just your code, right?
oh nvm thanks!

Yes.

3 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.