Player paper/player_is_online

Player Is Online

Checks whether a player is currently online by name.

Inputs

NameTypeOptionalDescription
name string Player name.

Outputs

NameTypeDescription
online boolean True if the player is online.
player player The online player object (null if offline).

Properties

KeyTypeDefaultDescription
name string "" Player Name (fallback)