Advertisement
VuaxExploits

Untitled

Dec 31st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local function send(msg)
  2.  
  3. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  4. Text = msg;
  5. Color = Color3.fromRGB(255, 0, 0);
  6. Font = Enum.Font.SourceSans
  7. })
  8.  
  9. end
  10.  
  11. local tips = {
  12. "{System Message} put ur msg.",
  13. "{System Message} put ur msg.",
  14. "{System Message} put ur msg."
  15. }
  16.  
  17. while true do
  18. wait(math.random(15, 30))
  19. send(tips[math.random(1, #tips)])
  20. end
  21.  
  22. -- model script by bertan9994--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement