How do I add in Teams?: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Vinceyoung66
>Ozzypig
 
(43 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{CatUp|FAQ}}
{{CatUp|FAQ}}
__TOC__


Teams are game objects that allow you to have a team game in your world. Recently, a lot of questions have been asked as to how to get teams into your map. Here is an easy way to do that.
==Teams==


===Instructions===
'''Teams''' is the name of a '''game service''' that adds in team functionality to a ROBLOX game. Team names and colors are visible in-game on the leaderboard. [[Team]] objects are added into the Teams game service. Team objects' properties define details about the teams in your game.


Go to the Toolbox, then the Game Objects category there it will add everything you need for teams. There are four colors of teams to choose from, as well as a Neutral spawn location. You can make any spawn location neutral by checking it's [[Neutral]] property. The only starting [[Neutral]] spawn location is the ''GREY'' spawn location.
==Instructions==
--[[User:Vinceyoung66|vinceyoung66]] 18:57, 21 August 2007 (CDT) vinceyoung66


===The Old Way To Get Teams ===
First, go to the Toolbox (Insert) and click on Game Objects. Then, click on any color team spawn. Finally, place the spawn location wherever you want the team to be located.
 
To add in an undecided team, or a team that everyone starts at, you must use the explorer window and change the properties of the spawn locations.  The starting spawn is the one that has the property '''Auto Assignable''' checked.  All other spawns need to have that property unchecked.  This will make all new players spawn in the starting spawn.
 
== Changing team names and colors ==
 
1. Open Roblox Studio
 
2. In the View > Explorer window, open "Teams" by clicking on the "+" to make it a "-".
 
[[Image:Team1.PNG|||Step #2]]
 
3. Select the team that you want to make changes to.
 
4. In the Properties menu, next to "Name," change the team name to what you want to call it.
 
[[Image:Team2.PNG|||Step #4]]
 
5. If you want to change the color, just use the arrow next to the color, and choose that team's new color.  NOTE:  If you have spawn locations for each team, you also need to change that team's spawn location to the new color, so they match.
 
==The Old Way To Get Teams==


#Insert --> Object --> Teams.
#Insert --> Object --> Teams.
#Insert --> Object --> Team. (Do this two times, once for each of the teams you want to make).
#Insert --> Object --> Teams. (Do this two times, once for each of the teams you want to make).
#Drag the two Team objects to the Teams object and edit the color on the Team objects by selecting them and changing the property.
#Drag the two Team objects to the Teams object and edit the color on the Team objects by selecting them and changing the property.
#Add the Leaderboard object from the Game Objects section from the Toolbox.
#Add the Leaderboard object from the Game Objects section from the Toolbox(insert).
#To rename the Teams, click the Team object, look at its Properties, and change the Name of the Team.
#To rename the Teams, click the Team object, look at its Properties, and change the Name of the Team.
[[Category:Tutorials]]

Latest revision as of 18:45, 27 December 2010

Teams

Teams is the name of a game service that adds in team functionality to a ROBLOX game. Team names and colors are visible in-game on the leaderboard. Team objects are added into the Teams game service. Team objects' properties define details about the teams in your game.

Instructions

First, go to the Toolbox (Insert) and click on Game Objects. Then, click on any color team spawn. Finally, place the spawn location wherever you want the team to be located.

To add in an undecided team, or a team that everyone starts at, you must use the explorer window and change the properties of the spawn locations. The starting spawn is the one that has the property Auto Assignable checked. All other spawns need to have that property unchecked. This will make all new players spawn in the starting spawn.

Changing team names and colors

1. Open Roblox Studio

2. In the View > Explorer window, open "Teams" by clicking on the "+" to make it a "-".

Step #2

3. Select the team that you want to make changes to.

4. In the Properties menu, next to "Name," change the team name to what you want to call it.

Step #4

5. If you want to change the color, just use the arrow next to the color, and choose that team's new color. NOTE: If you have spawn locations for each team, you also need to change that team's spawn location to the new color, so they match.

The Old Way To Get Teams

  1. Insert --> Object --> Teams.
  2. Insert --> Object --> Teams. (Do this two times, once for each of the teams you want to make).
  3. Drag the two Team objects to the Teams object and edit the color on the Team objects by selecting them and changing the property.
  4. Add the Leaderboard object from the Game Objects section from the Toolbox(insert).
  5. To rename the Teams, click the Team object, look at its Properties, and change the Name of the Team.