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