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

Different Chat Colors? [closed]

Asked by 8 years ago

So I've seen people have multi colors in one line of text how would I do that? If you don't understand here is an example Game here, look at the chat I do know how to make a 'chat' show up and color it, I just don't know how to break it up in different colors, I can only do one solid color. (Look at the chat in the game I linked)

game.StarterGui:SetCore("ChatMakeSystemMessage", {
            Text = "Sometext"; -- Required. Has to be a string!
            Color = Color3.new(255/255, 237/255, 96/255); -- Cyan is (0, 255 / 255, 255 / 255). Optional, defaults to white: Color3.new(255 / 255, 255 / 255, 243 / 255)
            Font = Enum.Font.SourceSansBold; -- Optional, defaults to Enum.Font.SourceSansBold
            FontSize = Enum.FontSize.Size18; -- Optional, defaults to Enum.FontSize.Size18
        })
0
Custom chats. Always with the custom chats. User#6546 35 — 8y
0
Really, it looks like the ROBLOX chat? xXharvest109Xx 25 — 8y
0
It even has the button at the top like the toolbar. the roblox coregui.. xXharvest109Xx 25 — 8y
0
Custom chat gui. Topbar chat icon is for the chatbar. Not the actual chat itself. M39a9am3R 3210 — 8y

Locked by Shawnyg

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?