Making Bubble Text And Chat Text Different Colors Scripting Support
Making Bubble Text And Chat Text Different Colors Scripting Support I’ve been working on creating a personal script that separates chat text colors and bubble chat text colors. unfortunately, i’ve tried several methods to differentiate bubble chat colors using the new chat system, but i’ve had no success. Use the properties window of class.bubblechatconfiguration for basic changes like text color and spacing, or implement advanced customization for bubble background images and other visual adjustments.
Making Bubble Text And Chat Text Different Colors Scripting Support I am trying to make custom chat tags colors with the textchatservice. i have had success but have one problem: changing the color of my chat text also changes the color of my text in bubble chat, but i don’t want it to do that. here is my code:. Use the properties window of bubblechatconfiguration for basic changes like text color and spacing, or implement advanced customization for bubble background images and other visual adjustments. alternatively, add a localscript in starterplayerscripts with all your customization settings. Now what we need to do, is find that specific text that changes the entire chat to a colour and go through every word (to change its colour). this is easily done with this script:. Allows for customization of text chat bubbles through textchatservice. see bubble chat for implementation details.
Making Bubble Text And Chat Text Different Colors Scripting Support Now what we need to do, is find that specific text that changes the entire chat to a colour and go through every word (to change its colour). this is easily done with this script:. Allows for customization of text chat bubbles through textchatservice. see bubble chat for implementation details. Instantly share code, notes, and snippets.
Comments are closed.