Why isn't chatcolor working with ChatService:Chat()?

I’m trying to make a NPC for something im working on and i want the textbubble to have to same effect the old roblox dialog boxes used to have and i read chatcolor did it. It just doesnt work so i tried two things.

event.OnServerEvent:Connect(function(Player)
	ChatService:Chat(part, "Test", Enum.ChatColor.Red)
end)

Even lets say i did

ChatService:Chat(part, "Test", "Red")

it still doesn’t work ive looked on the new docs and the old docs too but it doesnt seem to work. Does anyone have any ideas? i read that because of the changes they did with the textbubbles something could of happened. Im really stumped because of this
image

local Chat = game:GetService("Chat")

task.wait(3)

Chat:Chat(workspace.Part, "Hello world!", Enum.ChatColor.Red)

image

It should default to blue when unspecified, test in a blank environment to make sure external scripts/settings aren’t causing the behavior.

1 Like

Created a new baseplate / workspace whatever same problem

Fixed it uhhhh having bubblechat on breaks it idk why LOL