Workshop.codes
Create

Set Team Name Last updated May 09, 2026

Description

Assigns a custom display name to a specified team, replacing the default team label in HUD elements, scoreboards, and kill feed entries that reference the team name. Useful for tournament modes, role-playing game modes, or any context where the default team names are not meaningful.

Snippet

Set Team Name(Team(Team 1), Custom String("Red Dragons"));

Properties

Returns: Void
Parameters: Team, Name

Team
Type: Team, Default: Team 1
The team whose display name will be changed.

Name
Type: String, Default: Custom String("")
The custom name to assign to the team.

Workshop.codes