DrawingJhon

Local Server Message script

May 12th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. wait(3)
  2. local b = BrickColor.new(“Bright green”)
  3. game.StarterGui:SetCore(“ChatMakeSystemMessage”, {
  4. Text = “[Server]: Hello”;
  5. Font = Enum.Font.Cartoon;
  6. Color = b.Color;
  7. FontSize = Enum.FontSize.Size96;
  8. })
Add Comment
Please, Sign In to add comment