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

SystemMessage will not send?

Asked by 8 years ago

Hello, Scriptinghelpers / SH. I have been trying to fix this script ChatMakeSystemMessage, but it will not send the System Message, I have tried many solutions like the following:

1: Try multiple scripts 2: Running through both Game and Studio. 3: Messing with the script

I copied the script straight off the wiki IN A LOCALSCRIPT, but it does not work.. Here it is:

game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
    Text = "Welcome to my game!"; -- RChatMakeSystemMessageequired. Has to be a string!
    Color = Color3.new(0,1,1); -- Cyan is (0,255/255,255/255) -- Optional defaults to white: Color3.new(255/255, 255/255, 243/255)
    Font = Enum.Font.SourceSans; -- Optional, defaults to Enum.Font.SourceSansBold
    FontSize = Enum.FontSize.Size24; -- Optional, defaults to Enum.FontSize.Size18
})
0
Have this been fixed yet? LearnBeginnersLua -2 — 7y

Answer this question