Workshop.codes
Create

Hero Pick Rate Last updated April 04, 2026

Description

Returns the percentage of players currently playing a specified hero across all or a specified team, as a value from 0 to 100. Useful for dynamic game mode balancing, hero-diversity bonuses, or live pick tracking displays.

Snippet

Hero Pick Rate(Hero(Tracer), All Teams);

Properties

Returns: Number
Parameters: Hero, Team

Hero
Type: Hero, Default: Hero(Reaper)
The hero whose pick rate will be evaluated.

Team
Type: Team, Default: All Teams
The team scope within which the pick rate is calculated.

Workshop.codes