Advertisement
Aubhey

FOR TOFUU

Apr 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2. bc = BrickColor.new("Lapis")
  3.  
  4. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  5.  
  6. Text = "Game made by forstaken";
  7.  
  8. Font = Enum.Font.Cartoon;
  9.  
  10. Color = bc.Color;
  11.  
  12. FontSize = Enum.FontSize.Size96;
  13.  
  14. })
  15. bc = BrickColor.new("Dark stone grey")
  16. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  17. Text = "Hope you enjoy the best roleplay game of all time!";
  18. Font = Enum.Font.Cartoon;
  19. Color = bc.Color;
  20. FontSize = Enum.FontSize.Size96;
  21. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement