Hey Developers! So I decided to find a SystemChat script to enter inside of my game. I’ve tried a tutorial from 5 months ago.
Problem
When I join the game, the system message will not pop up.
Not sure if the script is outdated. Here is the script that I’ve used. I have entered the script in ‘StarterPlayerScripts’
bc = BrickColor.new("Institutional white")
game.StarterGui:SetCore("ChatMakeSystemMessage", {
Text = "[System]: Welcome to World of Obstacles!";
Font = Enum.Font.Cartoon;
Color = bc.Color;
Fontsize = Enum.FontSize.Size96;
})
Is anything wrong with the script? Please let me know why it won’t appear when I enter the game. Thanks!