Do you have a potential estimate on when per-player properties & customization will be released into at least a beta phase? TextChatService is something I really want to use but without something like ChatServicePer-User Bubble Customization, I’m very hesitant; especially since LegacyTextChat is supposedly being deprecated. “This class is being deprecated. Use TextChatService instead.”
Man, I will miss how the LegacyChatService was public and allowed modifications to the system, also I agree on the TextChatService missing a lot of important features such as Bubble Customization and a Channel List.
I can’t speak to exactly when granular bubble chat configuration will be available, though I do know that @daweezy99 has started working on this recently.
As of my last knowledge update in September 2021, the VerticalStudsOffset and LocalPlayerStudsOffset properties of BubbleChatConfiguration in Roblox’s TextChatService are intended for customizing the position of the chat bubble for the local player (the player who is viewing the chat). They are not designed to individually offset the chat bubbles of different players for other players in the game.
Chat bubbles in Roblox are generally managed on a per-player basis, and the customization options for the position of chat bubbles for other players are limited by default.
If you’re looking to create a more unique or customized chat experience where each player’s chat bubble is offset by a different amount for other players, you might need to implement a custom solution by manipulating the positioning of GUI elements in the 3D world using things like BillboardGui or SurfaceGui attached to character parts. However, this could be complex and may not be feasible in all scenarios.
Keep in mind that game development platforms and services like Roblox can evolve, and there might have been changes or new features introduced since my last update. I recommend checking the official Roblox Developer Hub, the DevForum, or other up-to-date sources for any potential changes or new features related to chat bubble customization.