Tacidus

Chat Bot

Aug 31st, 2020 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. while true do
  2.     local m = math.random(1, 4)
  3.    
  4.     if m == 1 then
  5. wait(100)
  6. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  7. Text = "[YeeterMan] How do i get money ?";
  8. Color = Color3.new(255/255, 0/0, 0/0);
  9. FontSize = Enum.FontSize.Size24;
  10.         })
  11.     end
  12.    
  13.     if m == 2 then
  14. wait(100)
  15. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  16. Text = "[wechfgjh] Can Anybody help me get money ?";
  17. Color = Color3.new(255/255, 0/0, 0/0);
  18. FontSize = Enum.FontSize.Size24;
  19.         })
  20.     end
  21.    
  22.     if m == 3 then
  23. wait(100)
  24. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  25. Text = "[iloveunicorns] anybody wanna go to the ice cream place with me ?";
  26. Color = Color3.new(9/225, 137/225, 207/225);
  27. FontSize = Enum.FontSize.Size24;
  28.         })
  29.     end
  30.    
  31.     if m == 4 then
  32. wait(100)
  33. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  34. Text = "[iloveunicorns] heyyyyyy ";
  35. Color = Color3.new(9/225, 137/225, 207/225);
  36. FontSize = Enum.FontSize.Size24;
  37.         }) 
  38.     end
  39. end
Add Comment
Please, Sign In to add comment