How can i disable player's messages to go into chat, but also appear in bubble chat?

I need to know how to disable player’s messages to appear on chat, but remain in bubble chat. I haven’t seen or found any solutions for my question.

You could technically achieve this by firing a custom remote that only triggers bubble chat instead of the built in chat remote however that may be a little hacky.

I also need other script to still work with player.Chatted:

Couldn’t you just add whatever code you want to run under .chatted into the remote event function for the bubble only chat?

idk, i never tried to do anything with chat. Me trying to understand how chat service and chat depended scripts works is same as me trying to navigate in dark forest without light in mid night.