Advertisement
Minzer

ROBLOX was here 2

Jul 26th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  2. Text = "[ROBLOX] Hello everyone!";
  3. Color = Color3.new(161,0,0);
  4. FontSize = Enum.FontSize.Size24;
  5. })
  6. wait(5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement