I was on mobile while making that post so I couldn't put the code in
function poke()
   script.Disabled = true --Spam protection
   
   
   
   game.StarterGui:SetCore("ChatMakeSystemMessage", {
      Text = "text here";
      Color = Color3.new(1,1,1);
      Font = Enum.Font.Cartoon;
      FontSize = Enum.FontSize.Size24;
   })
   
   wait(5)
   script.Disabled = false
end
script.Parent.Touched:connect(poke)
makes text appear in white comic sans when you touch a brick