Roblox Wiki
Advertisement
Roblox Wiki

A GUI button containing text.

Properties

ContentText: string

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/ContentText.
  • Category: Text.
  • Serialization: cannot load or save.
  • Thread safety: read safe

Font: Font

  • HiddenThis property is not shown in the object browser and properties window.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/Font.
  • Category: Text.
  • Serialization: can load only.
  • Thread safety: read safe

FontFace: Font

This class member is missing documentation. Create or add to its subpage at Class:TextButton/FontFace.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

FontSize: FontSize

  • Not replicatedThis member is not replicated across the network boundary.
  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This API member has existing documentation in this page's Member list template.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/FontSize.
  • Category: Text.
  • Serialization: can load only.
  • Thread safety: read safe

LineHeight: float

This class member is missing documentation. Create or add to its subpage at Class:TextButton/LineHeight.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

LocalizedText: string

  • HiddenThis property is not shown in the object browser and properties window.
  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/LocalizedText.
  • Category: Data.
  • Serialization: can save only.
  • Thread safety: read safe

MaxVisibleGraphemes: int

This class member is missing documentation. Create or add to its subpage at Class:TextButton/MaxVisibleGraphemes.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

RichText: bool

This class member is missing documentation. Create or add to its subpage at Class:TextButton/RichText.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

Text: string

This class member is missing documentation. Create or add to its subpage at Class:TextButton/Text.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextBounds: Vector2

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextBounds.
  • Category: Text.
  • Serialization: cannot load or save.
  • Thread safety: read safe

TextColor: BrickColor

  • HiddenThis property is not shown in the object browser and properties window.
  • Not replicatedThis member is not replicated across the network boundary.
  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This API member has existing documentation in this page's Member list template.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextColor.
  • Category: Text.
  • Serialization: can load only.
  • Thread safety: read safe

TextColor3: Color3

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextColor3.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextDirection: TextDirection

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextDirection.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextFits: bool

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextFits.
  • Category: Text.
  • Serialization: cannot load or save.
  • Thread safety: read safe

TextScaled: bool

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextScaled.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextSize: float

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextSize.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextStrokeColor3: Color3

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextStrokeColor3.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextStrokeTransparency: float

This API member has existing documentation in this page's Member list template.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextStrokeTransparency.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextTransparency: float

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextTransparency.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextTruncate: TextTruncate

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextTruncate.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextWrap: bool

  • Not replicatedThis member is not replicated across the network boundary.
  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextWrap.
  • Category: Text.
  • Serialization: can load only.
  • Thread safety: read safe

TextWrapped: bool

This API member has existing documentation in this page's Member list template.
This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextWrapped.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextXAlignment: TextXAlignment

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextXAlignment.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

TextYAlignment: TextYAlignment

This class member is missing documentation. Create or add to its subpage at Class:TextButton/TextYAlignment.
  • Category: Text.
  • Serialization: can save and load.
  • Thread safety: read safe

Methods

SetTextFromInput(text: string): null

Parameters
NameType
textstring
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Removed members

Properties

  • Content

External links[]

Advertisement