BubbleChatConfiguration
Allows for customization of text chat bubbles through TextChatService.
Memory category | Instances |
---|
Member index 16
Description
Allows for customization of text chat bubbles through TextChatService. See Bubble Chat for implementation details.
History 31
- 580 Add TailVisible
- 580 Add MaxBubbles
- 553 Change Default of VerticalStudsOffset from to 0
- 553 Change Default of TextSize from to 16
- 553 Change Default of TextColor3 from to Color3(0.223529, 0.231373, 0.239216)
- 553 Change Default of MinimizeDistance from to 40
- 553 Change Default of MaxDistance from to 100
- 553 Change Default of LocalPlayerStudsOffset from to Vector3(0, 0, 0)
- 553 Change Default of FontFace from to
- 553 Change Default of from to GothamMedium
- 553 Change Default of Enabled from to true
- 553 Change Default of BubblesSpacing from to 6
- 553 Change Default of BubbleDuration from to 15
- 553 Add BackgroundTransparency
- 553 Change Default of BackgroundColor3 from to Color3(0.980392, 0.980392, 0.980392)
- 553 Change Default of AdorneeName from to HumanoidRootPart
- 551 Add FontFace
- 551 Change Tags of from [] to [Hidden]
- 543 Add VerticalStudsOffset
- 543 Add TextSize
- 543 Add TextColor3
- 543 Add MinimizeDistance
- 543 Add MaxDistance
- 543 Add LocalPlayerStudsOffset
- 543 Add
- 543 Add Enabled
- 543 Add BubblesSpacing
- 543 Add BubbleDuration
- 543 Add BackgroundColor3
- 543 Add AdorneeName
- 543 Add BubbleChatConfiguration
Members 16
AdorneeName
Type | Default | |
---|---|---|
string | HumanoidRootPart |
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"
.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 2
- 553 Change Default of AdorneeName from to HumanoidRootPart
- 543 Add AdorneeName
BackgroundColor3
Type | Default | |
---|---|---|
Color3 | 0.980392, 0.980392, 0.980392 |
Color3 background color of bubbles. Default is Color3.fromRGB(250, 250, 250).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 2
- 553 Change Default of BackgroundColor3 from to Color3(0.980392, 0.980392, 0.980392)
- 543 Add BackgroundColor3
BackgroundTransparency
Type | Default | |
---|---|---|
double | 0.10000000000000000555 |
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.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
BubbleDuration
Type | Default | |
---|---|---|
float | 15 |
Time before a bubble fades out, in seconds. Default is 30
.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 2
- 553 Change Default of BubbleDuration from to 15
- 543 Add BubbleDuration
BubblesSpacing
Type | Default | |
---|---|---|
float | 6 |
Vertical space between stacked bubbles, in pixels. Default is 6
.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 2
- 553 Change Default of BubblesSpacing from to 6
- 543 Add BubblesSpacing
Enabled
Type | Default | |
---|---|---|
bool | true |
Whether text chat bubbles are enabled. Default is false
.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
FontFace
Type | Default | |
---|---|---|
Font |
Font of the bubble text. Similar to BubbleChatConfiguration.Font but allows setting fonts that don't exist in Font.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
LocalPlayerStudsOffset
Type | Default | |
---|---|---|
Vector3 | 0, 0, 0 |
If adorned to the local player, Vector3 offset of bubbles from their adornee, in studs, relative to the camera orientation.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 2
- 553 Change Default of LocalPlayerStudsOffset from to Vector3(0, 0, 0)
- 543 Add LocalPlayerStudsOffset
MaxBubbles
Type | Default | |
---|---|---|
float | 3 |
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
.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 1
- 580 Add MaxBubbles
MaxDistance
Type | Default | |
---|---|---|
float | 100 |
Maximum distance from the camera that bubbles are shown. Default is 100
.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 2
- 553 Change Default of MaxDistance from to 100
- 543 Add MaxDistance
MinimizeDistance
Type | Default | |
---|---|---|
float | 40 |
Distance from the camera when bubbles turn into a single bubble with an ellipsis (⋯) to indicate chatter.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 2
- 553 Change Default of MinimizeDistance from to 40
- 543 Add MinimizeDistance
TailVisible
Type | Default | |
---|---|---|
bool | true |
Determines if the tail at the bottom of the text chat bubbles is visible.
Default is True
.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 1
- 580 Add TailVisible
TextColor3
Type | Default | |
---|---|---|
Color3 | 0.223529, 0.231373, 0.239216 |
Color3 color of bubble text. Default is Color3.fromRGB(57, 59, 61).
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
History 2
- 553 Change Default of TextColor3 from to Color3(0.223529, 0.231373, 0.239216)
- 543 Add TextColor3
TextSize
Type | Default | |
---|---|---|
int64 | 16 |
Size of bubble text. Default is 16
.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
VerticalStudsOffset
Type | Default | |
---|---|---|
float | 0 |
Extra space between bubbles and their adornee, in studs. Default is 0
.
Thread safety | ReadSafe |
---|---|
Category | Behavior |
Loaded/Saved | true |
History 2
- 553 Change Default of VerticalStudsOffset from to 0
- 543 Add VerticalStudsOffset