Hey, I currently working on a custom Tycoon System and here is my Problem:
I`m creating a Team in a Script but how can i set a Team Color for the Team?
Thats my current script:
Team = Instance.new("Team", game.Teams) Team.Name = Tycoon_Name Team.AutoAssignable = false Team.TeamColor.Name = "Red"
I hope somebody can help me :D
Problem solved with
Team.TeamColor = BrickColor.new("Olive")