task.wait(6)
game.StarterGui:SetCore("ChatMakeSystemMessage", {
Text = "First one to the center wins!";
Color = Color3.fromRGB(0,255,0);
Font = Enum.Font.SourceSansBold;
FontSize = Enum.FontSize.Size18;
})
Hmm … this is a local script in StarterPlayerScripts.