While using Party chat I found 3 bugs.
Bugs are happen on the mobile and desktop clients. Inside experiences and outside as well.
- Group name length check counts non-ASCII characters as multiple characters, whereas on the web version they count as 1 or 2 for emoji.
- If the last message was sent as an emoji, a warning appears in the Developer Console: “Failed to set SizeConstraint’s MaxSize as it is smaller than MinSize”. Its also makes noise to the Error Reports page on game’s dashboard.
- Message length check counts non-ASCII characters as multiple characters, whereas on the web version they count as 1 or 2 for emoji.
Video with Showcasing bugs:
robloxapp-20250109-2010329.wmv (1.1 MB)
Expected behavior
- Group name length check should work the same as on the website.
- Warning on the Developer Console should not happen. It also makes noise to the Error Reports page on the game dashboard.
- Chat message length check should work the same as on the website.