I’m trying to produce a chat bubble over a part. It should be straight forward, but the now deprecated Chat:Chat() doesn’t work, expectedly, but the alternative, TextChatService:DisplayBubble() failing as well.
local part = game.Workspace.Part
game:GetService("TextChatService"):DisplayBubble(part, "Hello world!")