What does setTeamControl do?

Author Topic: What does setTeamControl do?  (Read 1352 times)

/title
Trying to make a game where when a player clicks a brick, they are put into a Slayer team. Is this the event I use for it or?

Not sure what where setteamcontrol comes from or what it does, but the event you’re looking for is joinTeam. It comes with Slayer.

OnActivate > Client > joinTeam > TeamName

Not sure what where setteamcontrol comes from or what it does, but the event you’re looking for is joinTeam. It comes with Slayer.

OnActivate > Client > joinTeam > TeamName
Right ok thanks mucho

setTeamControl is for control points, it sets the current owner (team) of the control point. It's useful for minigame resets.