Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local list = {
- "░░░░░░░░░░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░░░░░░░░░",
- "░░░░░░░░▄▀░░░░░░░░░░░░▄░░░░░░░▀▄░░░░░░░",
- "░░░░░░░░█░░▄░░░░▄░░░░░░░░░░░░░░█░░░░░░░",
- "░░░░░░░░█░░░░░░░░░░░░▄█▄▄░░▄░░░█░▄▄▄░░░",
- "░▄▄▄▄▄░░█░░░░░░▀░░░░▀█░░▀▄░░░░░█▀▀░██░░",
- "░██▄▀██▄█░░░▄░░░░░░░██░░░░▀▀▀▀▀░░░░██░░",
- "░░▀██▄▀██░░░░░░░░▀░██▀░░░░░░░░░░░░░▀██░",
- }
- for index, value in pairs(list) do
- game:GetService("ReplicatedStorage")["DefaultChatSystemChatEvents"].SayMessageRequest:FireServer(value, "All")
- end
Add Comment
Please, Sign In to add comment