Advertisement
NiceBBMBThai

Too Chat

Nov 5th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. local list = {
  2. "⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛",
  3. "⬛🔴🔴🔴🔴🔴⬛⬛🔴🔴⬛⬛⬛🔴🔴⬛⬛⬛",
  4. "⬛⬛⬛🔴⬛⬛⬛🔴⬛⬛🔴⬛🔴⬛⬛🔴⬛⬛",
  5. "⬛⬛⬛🔴⬛⬛⬛🔴⬛⬛🔴⬛🔴⬛⬛🔴⬛⬛",
  6. "⬛⬛⬛🔴⬛⬛⬛🔴⬛⬛🔴⬛🔴⬛⬛🔴⬛⬛",
  7. "⬛⬛⬛🔴⬛⬛⬛⬛🔴🔴⬛⬛⬛🔴🔴⬛⬛⬛",
  8. "⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛",
  9. }
  10.  
  11. for index, value in pairs(list) do
  12. game:GetService("ReplicatedStorage")["DefaultChatSystemChatEvents"].SayMessageRequest:FireServer(value, "All")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement