StoryProductions

Welcome Text [Roblox]

Aug 11th, 2020 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2. Text = "Welcome to my game I hope you enjoyed!";
  3. Color = Color3.new(255, 221, 0);
  4. Font = Enum.Font.SourceSansBold;
  5. FontSize = Enum.FontSize.Size24;
  6. })
Add Comment
Please, Sign In to add comment