Advertisement
suppertoot

Untitled

Feb 17th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. bc = BrickColor.new("Dark stone grey")
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3. Text = "Hello";
  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