How to get a users team name

Im currently trying to get the team name of a user who is touching a brick, I know that TeamColor can get the teams color but I need a way to get the users team name as well.

The Player.Team property would be what you want. Then just index the Team.Name property.

local TeamName = Player.Team.Name
1 Like