I'm trying to make a morphing gui for my group, and I just want to know how to check if a player is on a team soI can make the gui pop up only if the player is on the team.
if player.TeamColor==BrickColor.new("Really red") then --change to BrickColor of the team print("player is on team") end