Bubble chat breaks when weapon is equipped

each time i equip my tool bubble chat goes very high above my head here’s a video of it how can i possibly fix this?

This is most likely intended behavior so that the bubble text isn’t hidden by any objects so it can be easily seen. It’s probably getting the character’s entire bounding box which raises when the sword model is equipped. As for disabling this feature, im not sure, other than using your own custom bubble chat stuff.

1 Like

Like what @Dev_Ryan said, it’s probably so the chat doesn’t get hidden.

If you want to disable this, you could try making a smaller sword. The bubble chat works fine if you use the official Sword by Roblox.

1 Like

I recall you could fork the module and make the bubblechat appear on the head part instead of the character (which then takes the head and accesoires bounding box instead of the whole character’s bounding box)