#mic to speaker chat bubble

1 messages · Page 1 of 1 (latest)

mellow light
#

hi guys
i am tryign to make a mic for my interogation room
so the idea is i use a click detector to mute unmute the mic
and if i stand close enough to the mic and say something
the chat bubble will also appear on the speaker AKA a part
can someone help me do this?

real dock
mellow light
#

local Chat = game:GetService("Chat")
Chat:Chat(workspace.Part, "My cool message", Enum.ChatColor.White)

#

work work work