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

My SystemMessage script doesn't work. When I tried testing, nothing showed up! How do I Fix?

Asked by 5 years ago
bc = BrickColor.new("Really red")
game.StarterGui:SetCore("ChatMakesSystemMessage", {
    Text = "Welcome to Kabo!";
    Font = Enum.Font.SourceSans;
    Color = bc.Color;
    FontSize = Enum.FontSize.Size96;    
})
2
Isn’t it “ChatMakeSystemMessage”, also you could try getting the StarterGui service first to make sure it’s running since your using it more as the service ABK2017 406 — 5y
0
^ yHasteeD 1819 — 5y
0
i'll try that. MintyCereal 0 — 5y

Answer this question