|
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 |
|
|
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 |
|
CrniOraoJoin Date: 2008-10-12 Post Count: 2274 |
t = Instance.new("Teams")
here u got teams...
>:D im mean
anyway no requests :D |
|
|
go to ur tool box
then gameplay in the dropdown box
inse a team
then go to workspace
go to teams then propities |
|
|
oh btq inset a team spawn then u can change the name in the propites of teams and what colour it is |
|
|
|
Teams = game["Teams"] Team = Instance.new("Team") Team.Parent = Teams Team.TeamColor = BrickColor.new("Pink") Team.Name = "Team Name Here" |
|
|
use it in the command bar :3 |
|
|
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! |
|
|
AlxertonJoin Date: 2010-09-24 Post Count: 16 |
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~ |
|
|
can u help me with that script?
|
|
|
i need help how do you make a decal? !!! PLEASE HELP !!! |
|
|
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. |
|
|
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 |
|
|
@shiver
Instance.new("Decal") |
|
|
@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. |
|
|
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
|
|
AlcarusJoin Date: 2011-04-03 Post Count: 3043 |
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, :) |
|
|
Fargey, seriously, stop bumping old threads.
-Like an __AWESOME__ boss |
|