Button

    Button: Placed on a BasePart to make it a button.

    Attributes🔗

    • CanCharactersActivate - boolean Can characters press this button? (Editable)
    • CanPropsActivate - boolean Can props press this button? (Editable)
    • Team - string The team of the last player who pressed this button. (Not editable)
    • Model - string The model to use for this button. (Editable)
    • Sit - boolean Is this button pressed? (Editable)
    • Owner - string The last owner that pressed this button. (Not editable)
    • UseHull - boolean Does this button use a collision hull? Evaluates to true when undefined. (Editable)
    • AssistOwner - string The assist owner passed by the prop that pressed this button, if any. (Not editable)