I'm trying to make a line that says something close to...
if player.TeamColor == "Bright red" then
The script isn't working. Is there a way I can make it check to see if the player is in the team specified?
hello, EpicExcelsior!
The correct usage of TeamColor is with BrickColor:
if player.TeamColor == BrickColor.new("Bright red") then --Your code here end