Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Bubble Chats Text Box Above head not showing?

Asked by 3 years ago
Edited 3 years ago

So me and my friend have been messing around trying to get bubble chat to appear but it doesn't work if it wont show above the head we try to tamper with kohls admin didn't work... then we did everything from videos this is me and srmullen1's last place we would ask for help... we had the weird chat before that was this grey box that you could move around just by clicking it then we went to bubble chat enabled it then it wouldn't appear above our heads me and the owner tried it and 2 friends did this didn't happen in the past with his old game. So if anyone has an idea of whats going on we could really use your help

Edit: we did everything to the script to true and false still not appearing above the head

0
We are not omniscient. We can't help you if you don't give us anything to work with. SteamG00B 1633 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

IDK if this is going to help but this is what I can do!

Please follow these steps correctly: 1. Go in Studio 2. Press Play 3. Go in your explorer and look at chat while in play mode 4. There should be a folder that says "ClientChatModules" 5. After seeing that Folder, copy it 6. Get out of play mode 7. Paste the "ClientChatModules" in chat that is located in your explorer 8. Go in the folder and press "ChatSettings" 9. Look for this code:

module.BubbleChatEnabled = PlayersService.BubbleChat
module.ClassicChatEnabled = PlayersService.ClassicChat
  1. Set both to:
module.BubbleChatEnabled = true
module.ClassicChatEnabled = true

Hope this helps. If not then please explain better

0
Okay this did not help but i will accept the answer because i did know how to do this but others may not! arceusskullgod 2 — 3y
Ad

Answer this question