Player

    Player: A tag placed on all players and AI.

    Attributes🔗

    • HotbarLoaded - boolean Is this player's hotbar script ready? (Not editable)
    • Color - Color3 The color of this player. (Editable)
    • CustomColor - boolean Can this player set a custom color? (Not editable)
    • AllowTeamFling - boolean Can this player take fling from teammates props? (Not editable)
    • VIP - boolean Does this player have VIP? (Not editable)
    • DoubleCoins - boolean Does this player have double coins? (Not editable)
    • DataLoaded - boolean Is this player's data loaded? (Not editable)
    • ShowDebugAttributes - boolean A special setting that lets this player see debug attributes (Editable)
    • Nickname - string The nickname of this player. (Editable)
    • FreecamVerticalMovement - number Vertical movement of freecam set by touch buttons in the Spectate module (Not editable)
    • DataReceived - boolean Was loaded data from the server received on client? (Not editable)
    • DoubleVotes - boolean Does this player have double votes? (Not editable)
    • CameraMode - string The current CameraMode the player is in (Set by the AnimateCamera script) (Local only) (Not editable)
    • CameraZoom - number The current zoom of the camera. (Not editable)
    • ShowChatTag - boolean Should this player's tag be shown in chat? (Not editable)
    • LoadingScreenFinished - boolean Is the loading screen finished? (Not editable)
    • CanReset - boolean A special attribute set by RequestReset to indicate if reset is on cooldown. (Not editable)
    • CanRespawn - boolean A special attribute set by RequestRespawn to indicate if respawn is on cooldown. (Not editable)
    • Killstreak - number The player's current killstreak (Not editable)
    • PrivateServerAdmin - boolean Does this player have the private server admin gamepass? (Not editable)
    • Alive - boolean Is the player's character alive and not nil? (Not editable)
    • ExtraItemSlot - boolean Does this player have an extra item slot? (Not editable)
    • ShowHitboxes - boolean A special setting that lets this player see hitboxes (Editable)