How would I change the scripts in the Chat to make the bubble chat appear in italics?

Basically what I said in the thing, I don’t think I have to provide any scripts since they are provided in Chat always, I also don’t know what script would do this anyways, please help me.

local chat = game:GetService("Chat")
chat:SetBubbleChatSettings({
    Font = Enum.Font.InsertItalicFontHere
})
3 Likes

Didn’t realise there was an italics font. Thanks for the help.