waconline

chat bubble

Oct 6th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local Chat = game:GetService("Chat")
  2. local function setUpChatWindow()
  3. return { BubbleChatEnabled = true }
  4. end
  5. Chat:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, setUpChatWindow)
Add Comment
Please, Sign In to add comment