Bubble chat message appears twice

When I use this line of code:

local chat = game:GetService("Chat")
--Other code not important to this
chat:Chat(script.Parent.Parent,voicelines[math.random(1,#voicelines)],Enum.ChatColor.White)

for some reason 2 chat bubbles appear, as seen below.

Can anybody help? I only want one bubble to appear

3 Likes