Advertisement
Minzer

ROBLOX was here

Jul 26th, 2017
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 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)
  7. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  8. Text = "[ROBLOX] How is it going in this game?";
  9. Color = Color3.new(161,0,0);
  10. FontSize = Enum.FontSize.Size24;
  11. })
  12. wait(5)
  13. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  14. Text = "[ROBLOX] I really love this game it's called Weird ROBLOX corridor it's the most weirdest game go there today! https://www.roblox.com/games/859916447/Weird-ROBLOX-corridor";
  15. Color = Color3.new(161,0,0);
  16. FontSize = Enum.FontSize.Size24;
  17. })
  18. wait(12)
  19. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  20. Text = "[Builderman] I agree with you ROBLOX it's the best game ever! Even all of the ROBLOX staff played it and all of the youtubers!";
  21. Color = Color3.new(255,0,61);
  22. FontSize = Enum.FontSize.Size24;
  23. })
  24. wait(10)
  25. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  26. Text = "[DenisDaily] Subscribe to me if you like the game!";
  27. Color = Color3.new(0,0,255);
  28. FontSize = Enum.FontSize.Size24;
  29. })
  30. wait(5)
  31. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  32. Text = "[John Doe] Hello there, Hows the day going on today! :)";
  33. Color = Color3.new(0,0,0);
  34. FontSize = Enum.FontSize.Size24;
  35. })
  36. wait(5)
  37. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  38. Text = "[MrDoomBringer] Hi I like Weird ROBLOX corridor better! Play the game today!";
  39. Color = Color3.new(0,0,0);
  40. FontSize = Enum.FontSize.Size24;
  41. })
  42. wait(6)
  43. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ --Getting "StarterGui" and calling the function
  44. Text = "[ROBLOX] Hope you enjoy your day today ROBLOX players! Goodbye!";
  45. Color = Color3.new(0,0,0);
  46. FontSize = Enum.FontSize.Size24;
  47. })
  48. wait(3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement