of     1   

cheezekid202
#30478188Friday, July 30, 2010 7:59 PM GMT

HOW! do i make teams! i mean seriously! can one of u walk me through it? i want to make teams like, (zombie wars room) or (arena) or maybe even pool* HELP! how do i make the letters small too so i dont take up space HELP PLEASE
cheezekid202
#30478282Friday, July 30, 2010 8:00 PM GMT

im talking about the things u see in corners that seperate everyone also how do i make it so that when they enter game they dont end up there by acsident
CrniOrao
#30478333Friday, July 30, 2010 8:01 PM GMT

t = Instance.new("Teams") here u got teams... >:D im mean anyway no requests :D
FastSniperViper
#30478379Friday, July 30, 2010 8:01 PM GMT

go to ur tool box then gameplay in the dropdown box inse a team then go to workspace go to teams then propities
FastSniperViper
#30478419Friday, July 30, 2010 8:02 PM GMT

oh btq inset a team spawn then u can change the name in the propites of teams and what colour it is
FastSniperViper
#30478562Friday, July 30, 2010 8:04 PM GMT

ojh svcripting?
FastSniperViper
#30478623Friday, July 30, 2010 8:05 PM GMT

Teams = game["Teams"] Team = Instance.new("Team") Team.Parent = Teams Team.TeamColor = BrickColor.new("Pink") Team.Name = "Team Name Here"
FastSniperViper
#30478669Friday, July 30, 2010 8:06 PM GMT

use it in the command bar :3
SuperMcFriggleFish
#37698722Saturday, November 27, 2010 4:04 PM GMT

can someone make me a script so that when i spawn i look like a noob blue torso green legs and yellow arms and head?!?!?!??!?!?!? PLZ I NEED IT!
toontownrocks360
#37698790Saturday, November 27, 2010 4:05 PM GMT

[ Content Deleted ]
Alxerton
#37699824Saturday, November 27, 2010 4:21 PM GMT

To make teams firstly I suggest you go into roblox studieo. then if you don't have the explorer or properties menue ope the menues by clicking View - Explorer, View - Properties. now look for the line " Teams " in Explorer if the line " Teams " isn't there find the " Insert " menue and Insert - Service - Teams. After you have teams in Explorer Insert - Object - Team. Do this for as many teams as you need. Name them to what you want and make sure that the spawn Team color Matches the Exact Team color. I think you will know how to do the rest ~Alxerton~
SuperMcFriggleFish
#37737273Sunday, November 28, 2010 1:11 AM GMT

can u help me with that script?
shiversbower1
#44883349Thursday, March 31, 2011 7:40 PM GMT

i need help how do you make a decal? !!! PLEASE HELP !!!
LastStand1999
#44906423Friday, April 01, 2011 1:50 AM GMT

A Decal? Seriously? You don't know how to make...a decal? Even the Builderman Help page could teach you and it's really amazing you don't know.
maily101010
#44917392Friday, April 01, 2011 11:29 AM GMT

I NEEED HELP PPLZ PLZ VISIT M,ELENA22S PLASE 50 TIMES I BETED HER IF U PPLZ DONT I WILL NEED 2 LEAV ROBLOX name of da gme is faacebook and twitter HELP QUICK!!! :3
goldfriend10
#44919519Friday, April 01, 2011 1:25 PM GMT

@shiver Instance.new("Decal")
goldfriend10
#44919738Friday, April 01, 2011 1:37 PM GMT

@SuperMc Put dis in da spawn: script.Parent.Touched:connect(function touch(part) if part.Name == "Left Leg" or "Right Leg" then part.Parent.Shirt:Remove() part.Parent.Pants:Remove() part.Parent["Left Leg"].BrickColor = BrickColor.new("Bright green") part.Parent["Right Leg"].BrickColor = BrickColor.new("Bright green") part.Parent.Torso.BrickColor = BrickColor.new("Bright blue") part.Parent["Left Arm"].BrickColor = BrickColor.new("Bright yellow") part.Parent["Right Arm"].BrickColor = BrickColor.new("Bright yellow") local h = part.Parent:findFiristChild(Hat) if h == nil then part.Parent.Head.BrickColor = BrickColor.new("Bright yellow") else h:remove() part.Parent.Head.BrickColor = BrickColor.new("Bright yellow") end end end Ive not tested it yet.
goldfriend10
#44919779Friday, April 01, 2011 1:39 PM GMT

oops: script.Parent.Touched:connect(function touch(part) if part.Name == "Left Leg" or "Right Leg" then part.Parent.Shirt:Remove() part.Parent.Pants:Remove() part.Parent["Left Leg"].BrickColor = BrickColor.new("Bright green") part.Parent["Right Leg"].BrickColor = BrickColor.new("Bright green") part.Parent.Torso.BrickColor = BrickColor.new("Bright blue") part.Parent["Left Arm"].BrickColor = BrickColor.new("Bright yellow") part.Parent["Right Arm"].BrickColor = BrickColor.new("Bright yellow") local h = part.Parent:findFiristChild(Hat) if h == nil then part.Parent.Head.BrickColor = BrickColor.new("Bright yellow") else h:remove() part.Parent.Head.BrickColor = BrickColor.new("Bright yellow") end end end) -- missed the ')' xD
Alcarus
#54262689Monday, September 05, 2011 12:03 AM GMT

Here I Will Make It Simple In Steps 1. Go To Edit On Your Game (REQUIRES ROBLOX STUDIO) 2. Open Toolbox 3. In Toolbox Get Out A Spawn And Color It Whatever 4. Go To Explorer 5. Insert > Service > Teams 6. Scroll Down To Bottom In Explorer 7. Open Up Your Properties 8. Go In Explorer Double Click On Teams 9. Go Back To Properties 10. In The Properties Make The Color What The Spawn Was Colored 11. Name The Spawn 12. Test Everything Out Your Welcome, :)
ElectricBlaze
#54262772Monday, September 05, 2011 12:04 AM GMT

Fargey, seriously, stop bumping old threads. -Like an __AWESOME__ boss

    of     1