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

how to have more than one chat color on ChatMakeSystemMessage core?

Asked by
816i 19
7 years ago
game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
Text = "[SERVER] Hello!";
Color = Color3.new(255/255, 215/0, 0/0);
FontSize = Enum.FontSize.Size24;
})

I was using this code to add a server broadcast script, but the entire text is yellow, and I want the name of [SERVER]: and the text to be 2 separate colors, how can I do that? Thanks if you do help!

0
Sadly, you can't. Thundermaker300 554 — 7y
0
You'll have to create a chat bot which you can read about here. http://wiki.roblox.com/index.php?title=Lua_Chat_System Thundermaker300 554 — 7y

Answer this question