of     1   

v_ery
#223500337Friday, August 11, 2017 6:03 PM GMT

How would I be able to send a server message in ROBLOX's built in chat? Thanks.
EncodedLua
#223500632Friday, August 11, 2017 6:09 PM GMT

game.StarterGui:SetCore("MakeSystemMessage", { Text: "Hi" }) i think discord.gg/fissy Scripters' Academy Discord (just starting up): discord.gg/VrbkYPs
v_ery
#223500707Friday, August 11, 2017 6:11 PM GMT

doesn't work. help?
EncodedLua
#223500772Friday, August 11, 2017 6:12 PM GMT

Scroll down until you find ChatMakeSystemMessage http://wiki.roblox.com/index.php?title=API:Class/StarterGui/SetCore discord.gg/fissy Scripters' Academy Discord (just starting up): discord.gg/VrbkYPs
v_ery
#223500828Friday, August 11, 2017 6:13 PM GMT

Ok, I think I might know. But I need to know the name of the chat channel that includes all players?
EncodedLua
#223500847Friday, August 11, 2017 6:13 PM GMT

Default I think discord.gg/fissy Scripters' Academy Discord (just starting up): discord.gg/VrbkYPs
exoSentinel
#223500883Friday, August 11, 2017 6:14 PM GMT

From wiki: game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = ""; Color = Color3.new(0, 0, 0); -- Optional Font = Enum.Font.SourceSansBold; -- Optional FontSize = Enum.FontSize.Size18; -- Optional })
EncodedLua
#223500942Friday, August 11, 2017 6:15 PM GMT

I just gave him the answer .-. discord.gg/fissy Scripters' Academy Discord (just starting up): discord.gg/VrbkYPs
v_ery
#223501023Friday, August 11, 2017 6:17 PM GMT

Ok. One more question: How would I be able to change the settings of a default chat message? Default being messages sent by players? Thanks.
EncodedLua
#223501195Friday, August 11, 2017 6:20 PM GMT

If you start a play solo game and copy everything from the Chat service and then paste the scripts back into the chat service in the studio window, then you should be able to modify the default chat modules from there. Find the DefaultMessageCreator or whatever it's called and then find where it sets the text and then modify it. discord.gg/fissy Scripters' Academy Discord (just starting up): discord.gg/VrbkYPs
v_ery
#223501737Friday, August 11, 2017 6:31 PM GMT

Unfortunately, I'm unable to view that due to it being hidden in the explorer. Is there any way I can view it?
exoSentinel
#223501836Friday, August 11, 2017 6:33 PM GMT

>Play Solo
v_ery
#223502083Friday, August 11, 2017 6:37 PM GMT

I still can't view ChatService. Help?
EncodedLua
#223506037Friday, August 11, 2017 8:00 PM GMT

Go to Insert service -> Chat discord.gg/fissy Scripters' Academy Discord (just starting up): discord.gg/VrbkYPs

    of     1