RandomLuaScripter

[ROBLOX] System Message

Feb 8th, 2018
1,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. -- WARNING: Be sure to make this a Local Script and put it in StarterPlayerScripts if you want it to work!
  2.  
  3. bc = BrickColor.new("Dark stone grey") -- Change color here. New Yeller, Toothpaste, and Ect.
  4. game.StarterGui:SetCore("ChatMakeSystemMessage",
  5.     Text = "Welcome to this new server!"; -- Change text here.
  6.     Font = Enum.Font.Cartoon; -- Change font here.
  7.     Color = bc.Color;
  8.     FontSize = Enum.FontSize.Size96; -- Change size here.
  9.      
  10.  
  11. ))
Advertisement
Add Comment
Please, Sign In to add comment