Script API - v1.19.70
    Preparing search index...

    This type is usable for iterating over a set of players. This means it can be used in statements like for...of statements, Array.from(iterator), and more.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Beta

      Returns Iterator<Player>

    • Beta

      Returns IteratorResult<Player>

      Retrieves the next item in this iteration. The resulting IteratorResult contains .done and .value properties which can be used to see the next Player in the iteration.