Rich text customization in the chat window is not formatting text on Xbox One (I am unsure about other console devices). I am using TextChatService and not the legacy chat.
Xbox One
This image is from a bug report that I received from an Xbox One player. I have also tested it on an Xbox One and the outcome was the same as in the image.
Also happening here on pc, i can’t see it on my screen, but friends of mine have been reporting this issue to me, i thought it was a ingame bug, but its not.
Hello, I’ve found what may be the underlying cause: Chat tags that have a size field that are decimal will fail to be rendered correctly. In your case, I see a size = 28.5.
This is likely an issue caused by us on Consoles multiplying the chat size by 1.5 in order to scale it up for 10ft UI. You can patch it in your game by rounding the size to the nearest integer, but we probably need to do the same.
Thanks for looking into this. Just wanted to link this second report I’ve come across on this issue, in case it has more information on this bug to assist you:
If not, hopefully you can close it off as a duplicate
I’ve made a change that fixes the issue for the linked Crimetown experience above, so I would expect it to also fix the issue for other experiences as well, unless anyone is manually setting their text chat size to a decimal. It’ll probably go into release 666