Search for a keyword like "Camera", "Spectate", "RemoteEvents", etc.

Translate

Share This

Sunday 19 July 2020

Create and configure teams easily in ROBLOX Studio!

*Note: All blue text are links to the objects / properties, but in Roblox Developer website!

 Today, you will learn everything about teams! This tutorial includes:
- AutoAssignable property explanation
- How to make spawns dedicated for teams
- How to make a team a default team
with zero requirement of scripting experience!

1) To add a team, first, head to MODEL tab.


2) Press the Service button.


3) Press "Teams", and press Insert.


4) Congrats! You now have created the service that hold the teams!


5) Right click Teams OR press the (+) Icon and press "Team" to insert the Team.


6) Now open Properties (VIEW Tab > Properties to open Properties Tab) and configure the team to your liking!
AutoAssignable is for putting the player in the team automatically once they join the game.
Name is for the Team's name.
TeamColor is to change the color of the team.


7) In my case, I changed the name to Green Team, and the team color to Lime green, and left the AutoAssignable on!


8) Now press Play Solo icon (HOME Tab > Play), and congrats! You got your first team done!


Keep in mind that: If the teams do not have AutoAssignable on, the player will spawn on any Neutral spawn points and a Neutral team will be temporarily made until the player joins another team.


9) Press Stop, and put a spawn point. (MODEL Tab > Spawn


10) Now open MODEL Tab, change its material and color to your liking, select it in Explorer Tab (VIEW Tab > Explorer) and open Properties Tab and change it to your liking!
AllowTeamChangeOnTouch is for letting the player join the team by just walking over the spawn.
Neutral is for deciding if the spawn is considered as a spawn for people with no teams.
TeamColor is for indicating which team does this spawn belong to!
Note that: TeamColor must match the Team's color, while the BrickColor does not need to match.


11) Repeat the process with the other teams


12) Congrats! You should spawn on the AutoAssignable team, which is Choosing team in my case, and you should see something like the following!


You'll spawn on the AutoAssignable team!


Upon walking over the red spawn, I joined the red team!


After resetting, I've spawned on the red team's spawn!


Hope you learned something new from this tutorial! Make sure to subscribe to us by Email or to frequently check us since we post tutorials and tips frequently and make sure to join our discord server!

No comments:

Post a Comment