Advertisement
satchet

Roblox Dark Theme Chat Bubble

Aug 6th, 2022 (edited)
1,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | Gaming | 0 0
  1. local chat = {}
  2. chat.BubbleDuration = 20
  3. chat.MaxBubbles = 5
  4. chat.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  5. chat.TextColor3 = Color3.fromRGB(255,255,255)
  6. chat.TextSize = 19.2
  7. chat.Font = Enum.Font.GothamSemibold
  8. chat.Transparency = 0
  9. chat.CornerRadius = UDim.new(0, 8)
  10. chat.TailVisible = true
  11. chat.Padding = 7.1
  12. chat.MaxWidth = 3000
  13. chat.VerticalStudsOffset = 0.35
  14. chat.LocalPlayerStudsOffset = Vector3.new(0, 0.55, 0)
  15. chat.BubblesSpacing = 6.2
  16. chat.MinimizeDistance = 150
  17. chat.AdorneeName = "HatAttachment"
  18. chat.MaxDistance = 180
  19. game.Chat:SetBubbleChatSettings(chat)
  20.  
  21. --credits to bennysparky
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement