Dance floor clipping through chat

  1. What do you want to achieve?

I want the chat not to clip through the dancefloor in my club.

  1. What is the issue?

  1. What solutions have you tried so far?

I couldn’t find anything, or at least didn’t understand why it was clipping.

I need an idea, not a script, just an idea or some help to guide me where I should learn how to fix this.

1 Like

As you may know, the bubble chat is a biilboard gui and can sometimes clip

1 Like

So there is no solution to this?

1 Like

No, it’s a one time issue, due to many bubble chat billboards overlapping and should be fixed in a different server

First enable CoreGui.

Follow these steps of how to enable it!
Press Alt+S or Go to Files then click settings
image
Click that then click “settings”


Go to explorer then click “Show Core GUI in Explorer while Playing”
Save it and restart studio.

Edit the ChatBubble in CoreGui, Go to line 306.

Add this at the line listed above;

billboardGui.AlwaysOnTop = true

AlwaysOnTop means it override parts and UI.

Read this for more information! :smiley:
https://developer.roblox.com/en-us/api-reference/property/BillboardGui/AlwaysOnTop

Also, I advise you to read;
https://developer.roblox.com/en-us/api-reference/class/BillboardGui

2 Likes

You do realize editing the CoreGui, all changes will just revert when the game is publish or play tested.
This always depends on the AppData’s files CoreScriptsModules, which in return depends on the Website’s modules
Found here:
C:\Program Files (x86)\Roblox\Versions\version-246bea6f1bd245b3\ExtraContent\scripts\CoreScripts\Modules

That’s why you can just use a Forked chat BubbleChat script

2 Likes

I stand corrected thank you for noticing that.

1 Like

So, is the solution a forked chat bubblechat script?

The below is the change before startup and the above is after startup

1 Like

Yes, a forked bubblechat script should do it

1 Like

Completely true. I will look into that. :smiley:

1 Like

Thank you for the quick answer.

The risks with having the billboardgui always on top is that you will see all bubble chat through every wall, so if someone is having a private time, they should keep in mind that everyone can see what they are saying

2 Likes