Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local BC = chara["Body Colors"]
- BC.HeadColor = BrickColor.new("Pastel brown")
- BC.LeftArmColor = BrickColor.new("Pastel brown")
- BC.LeftLegColor = BrickColor.new("Pastel brown")
- BC.RightArmColor = BrickColor.new("Pastel brown")
- BC.RightLegColor = BrickColor.new("Pastel brown")
- BC.TorsoColor = BrickColor.new("Pastel brown")
- Team=function()
- local r=math.random(1,2)
- if r==1 then
- print('RED')
- for i,v in pairs(chara:GetChildren()) do if v:IsA("Shirt") then v:Remove() end end
- for i,v in pairs(chara:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
- wait()shirt = Instance.new("Shirt", chara)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", chara)
- pants.Name = "Pants"
- chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=288271067"
- chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=185348215"
- end
- if r==2 then
- print('RED')
- for i,v in pairs(chara:GetChildren()) do if v:IsA("Shirt") then v:Remove() end end
- for i,v in pairs(chara:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
- wait()shirt = Instance.new("Shirt", chara)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", chara)
- pants.Name = "Pants"
- chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=288271067"
- chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=185348215"
- end
- end
- Team()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement