Advertisement
Guest User

System Chat message UPDATED

a guest
Feb 23rd, 2020
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. bc = BrickColor.new("Dark stone grey")
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3. Text = "[Server]E.g Say Welcome to (Game Name)-";--Enter Your text In the Speech marks
  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