For the complete documentation index, see llms.txt. This page is also available as Markdown.

Player List

The built-in player list shows the players in the current game.

The built-in player list

The built-in list does not expose custom rows or fields to CSL.

If your game needs levels, teams, or room names in a list, draw a separate UI from the local player's ao_late_update. Iterate players with component_iterator(Player) and guard the UI with is_local_or_server().

Last updated