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.
1 | if player.TeamColor = = BrickColor.new( "Really red" ) then --change to BrickColor of the team |
2 | print ( "player is on team" ) |
3 | end |