Advertisement
Real_IceyDev

Bubble Chat Enabler - Roblox Script

Apr 13th, 2021
1,533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. -- Made by Real_IceyDev (lceyDex) --
  2. -- ↓ TUTORIAL IN MESSAGE BELOW ↓ --
  3.  
  4. -- You need to make a LOCALSCRIPT paste in the code below, and then put the LocalScript in REPLICATEDSTORAGE --
  5. -- (P.S. The script will N͟O͟T͟ WORK if you don't follow directions above carefully) --
  6.  
  7.  
  8. local ChatService = game:GetService("Chat")
  9. ChatService:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, function()
  10.     return {BubbleChatEnabled = true}
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement