RandomLuaScripter

[ROBLOX] System Message V2

Feb 8th, 2018
3,521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | None | 0 0
  1. -- WARNING: Be sure to make this a Script and put it in Starterpack if you want it to work!
  2.  
  3. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  4.     Text = "Welcome to this new server!"; -- Change to what you want.
  5.     Color = Color3.new(93 / 46, 140 / 7, 0/ 0); -- You can change colors by: 1) Going to "StarterGui" and Insert a Textbox, go Into properties, and go down to "TextColor" and change It to whatever color and copy the codes, then delete that Text box.
  6.     Font = Enum.Font.SourceSansBold; -- Feel free to change!
  7.     FontSize = Enum.FontSize.Size18; -- ^^^^^^^^^^^^^^^^^^^
Advertisement
Add Comment
Please, Sign In to add comment