Advertisement
dried_

Server Welcome Message | Roblox Studio

Mar 6th, 2021
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2. Text = "Welcome!";
  3. Font = Enum.Font.Arial;
  4. Color = Color3.new(255, 0, 0);
  5. FontSize = Enum.FontSize.Size96
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement