Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is There A Script To Fix My Chat Bubble Not Showing Up In Game?

Asked by
Rynappel 212 Moderation Voter
4 years ago

So I have been trying to fix this thing where you join the game and you say something in the chat and it only shows up in the chat dialogue and not on top of my head. Is there any way to fix this or a script to fix it?

Heres some code I've used but it hasn't worked:

local Chat = game:GetService("Chat")
local function setUpChatWindow()
    return { BubbleChatEnabled = true }
end
Chat:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, setUpChatWindow)

Please help!

0
FYI: Its a local script and its in the Starter GUI. Just incase that affects anything. Rynappel 212 — 4y
0
I made this script and hope it works: https://www.roblox.com/library/3359752162/BubbleChat-Fix TheMaleWhale_png 82 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

I made this script and hope it works: https://www.roblox.com/library/3359752162/BubbleChat-Fix

0
I have tried to get it but it says its not for sale. Please make it for sale! Rynappel 212 — 4y
0
I forgot this detail, but I corrected it TheMaleWhale_png 82 — 4y
0
tysm Rynappel 212 — 4y
Ad

Answer this question