Advertisement
GGGamerz

Untitled

Mar 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. bc = BrickColor.new("Dark stone grey") --- Any colors
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3. Text = "Welcome to this new server!";
  4. Font = Enum.Font.Cartoon;
  5. Color = bc.Color;
  6. FontSize = Enum.FontSize.Size96;
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement