I want to change the look of the new chat system. Adding an emoji selection button, adding player avatar images next to their name, and a few other things.
The current issue is I found where “ExperienceChat” is located (CoreGUI → ExperienceChat) but when I edit it and place it back in CoreGUI it gets replaced by the default one when the game loads up.
I’ve looked everywhere (here and youtube) but I only stumble upon people dealing with the LegacyChatSystem and the Roblox documentation only covers how to do basic changes to the chat.
I think the only way that would be possible is if you reverse engineered it; however, I don’t recommend this as it’s just extremely painful and complicated.
If you really want to do it, go ahead; here’s some stuff that’ll help if so
Yeah, I think you’re right. I’d prefer to use the new system for future proofing but might just have to use the old system as it seems way more modifiable.