BubbleChatConfiguration
*Pronto este contenido estará disponible en tu idioma seleccionado.
Allows for customization of text chat bubbles through TextChatService. See Bubble Chat for implementation details.
Resumen
Propiedades
Body part or Attachment that bubbles will attach to.
Background color of bubbles.
Determines the background transparency of the default bubble chat as a number between 0 and 1.
Time before a bubble fades out, in seconds.
Vertical space between stacked bubbles, in pixels.
Whether text chat bubbles are enabled.
Font of the bubble text.
Font of the bubble text.
Offset of bubbles from their adornee, in studs.
Maximum number of text chat bubbles shown per user.
Maximum distance from the camera that bubbles are shown.
Distance from the camera when bubbles turn into a single bubble with an ellipsis to indicate chatter.
Determines if the tail at the bottom of the text chat bubbles is visible.
Color of bubble text.
Size of bubble text.
Extra space between bubbles and their adornee, in studs.
Propiedades
AdorneeName
String name of the body part or Attachment that bubbles attach to; if multiple instances of the same name exist, the system attaches to the first instance found. Default is "HumanoidRootPart".
BackgroundTransparency
Determines the background transparency of the default bubble chat as a number between 0 and 1. This value is multiplied with the user's GuiService.PreferredTransparency to create the effective background transparency used by the bubble chat, which may be more opaque than this value set here. Default value is 0.1.
FontFace
Font of the bubble text. Similar to BubbleChatConfiguration.Font but allows setting fonts that don't exist in Enum.Font.
LocalPlayerStudsOffset
If adorned to the local player, Vector3 offset of bubbles from their adornee, in studs, relative to the camera orientation.
MaxBubbles
Maximum number of text chat bubbles shown per user. If the number of bubbles exceeds this maximum, the system removes bubbles from the oldest one. Default is 3.
MinimizeDistance
Distance from the camera when bubbles turn into a single bubble with an ellipsis (⋯) to indicate chatter.
TailVisible
Determines if the tail at the bottom of the text chat bubbles is visible. Default is True.