Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ChatService = game:GetService("Chat")
- ChatService.BubbleChatEnabled = true
- local bubbleChatSettings = {
- BackgroundColor3 = Color3.fromRGB(255, 255, 255),
- TextColor3 = Color3.fromRGB(21, 0, 255),
- TextSize = 20,
- Font = Enum.Font.Cartoon,
- BubbleDuration = 5
- }
- ChatService:SetBubbleChatSettings(bubbleChatSettings)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement