#needing help with chat events
1 messages · Page 1 of 1 (latest)
It is not possible to detect changes in the native chat interface's chat bar
Someone did it in this game named Meepcity the 4
and if i clicked the leavebutton it said game is paused aswell
i think it was hacked though
Did they implement a custom chat?
idk
if i said "i cant leave"
it would replace it with this game is so cool
and make it above my head
After sending the message?
no
just typing it
without even sending
but the coregui one is crazy
may i send the video?
Give me a moment. I have an idea...
in this game u get jumpscared at first and then u cant leave the game at all unless windows tab but if u type in the chat "i cant leave"
i didnt record it on this vid i will rn though
which doesnt make sense bc u cant access coregui properties
@static mist do u think i could replace the chatbar with my own?
Yeah, it's not possible to access the default chat bar
You'll be met with errors or dropped events
You can copy the chat-bar by accessing it through CoreGui during a Roblox Studio session
was this a hacked script or something?
** You are now Level 2! **
Not possible
and then place in startergui?
i clearly clicked leave and got jumpscared
where is the chat bar in the studio session.
@static mist i copied the chatbar now im gonna try to make my own events for it
You'll need to reprogram it to behave as it did with the chat
i copied every thing named chat even topbar thing still didnt give me the functions of the chat or anything
i had to save as file
You need to enable CoreGui viewership in studio settings
Find "ExperienceChat", then copy "appLayout"
k done
Work your way through that until you find the TextBox. You'll need to use TextChatService and UserInputService to reprogram the chat bar to work as it did before
Make sure you copy these assets when the chat-bar is fully visible
Figure out how the chat changes the visibility over time, and when it does it
I'm not even sure if the chat will scale properly for other devices
You'll have to figure out the ratios and apply constraints otherwise
This will be a lengthy process, man