Character

    Character: A tag placed on all characters.

    Attributes🔗

    • ShiftLock - boolean Whether or not this character is ShiftLocking. Overridden by the Movement system based on the ShiftLockStack. (Not editable)
    • Sprinting - boolean Is this character sprinting? (Not editable)
    • LastDamager - string The player who last damaged this player. (Not editable)
    • OverrideCharacterCollision - boolean Whether this character uses custom collision. (Editable)
    • Momentum - boolean Whether momentum is currently enabled. (Not editable)
    • Flying - boolean Whether flying is currently enabled. (Not editable)
    • OnRail - boolean Whether the character is currently on a rail. (Not editable)
    • Team - string A string indicating what character this team is on. Players on the same team won't take damage, and players on the '' team (empty string) will be neutral. (Not editable)
    • Emoting - boolean Is this character currently emoting? (Not editable)
    • Look - Vector3 The direction this character is looking. (Not editable)
    • DeathEffect - string The death effect to use. (Not editable)
    • LocalCharacter - boolean Set to true on characters that only exist locally. (Not editable)
    • MomentumTime - boolean The amount of time that momentum has been enabled for. (Not editable)
    • DamageType - string The damage type of the last damage event. (Not editable)
    • MomentumBleed - number The amount to bleed momentum from a character. (Editable)
    • StyleBoost - boolean Does this character currently have a style boost? (Not editable)
    • LastAssistDamager - string The player who assisted in this player's last damage. (Not editable)
    • Healing - boolean Is this character passively healing? (Not editable)
    • LastMoveDirection - Vector3 The last non-zero move direction. (Not editable)
    • Aim - Vector3 The direction this character is aiming. (Not editable)
    • LastDamageTime - number The time() this player was damaged. (Not editable)
    • Sliding - boolean Is this character sliding? (Not editable)
    • FlingMultiplier - number How much to multiply fling values by. (Editable)
    • Stunned - boolean Is this character stunned from a weapon? (Not editable)
    • Stamina - number How much stamina this character has from 0-1. (Not editable)
    • Tired - boolean Whether or not the character is tired from using too much stamina. (Not editable)
    • DeathMessage - string The death message generated from the last damage event. (Not editable)
    • Boss - boolean Is this a boss? (Editable)