Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- word = {}
- word[1] = "window"
- word[2] = "butter"
- word[3] = "appleseed"
- word[4] = "butler"
- word[5] = "word"
- word[6] = "new"
- word[7] = "linger"
- word[8] = "might"
- word[9] = "could"
- word[10] = "maybe"
- word[11] = "yes"
- word[12] = "attention"
- word[13] = "stop"
- word[14] = "creamy"
- word[15] = "likely"
- word[16] = "lol"
- word[17] = "jynx"
- word[18] = "sponge"
- word[19] = "uneducational"
- word[20] = "not"
- word[21] = "pouradge"
- word[22] = "goblin"
- word[23] = "shoe"
- word[24] = "whomst"
- word[25] = "toast"
- word[26] = "bread"
- word[27] = "pot"
- word[28] = "locking"
- word[29] = "whomst'd've"
- word[30] = "fire"
- word[31] = "school"
- word[32] = "park"
- word[33] = "nice"
- word[34] = "fhyuck"
- word[35] = "cancel"
- word[36] = "laundry"
- word[37] = "buckle"
- word[38] = "chrome"
- word[39] = "team"
- word[40] = "understandable"
- word[41] = "dog"
- word[42] = "spit"
- word[43] = "candle"
- word[44] = "might"
- word[45] = "of"
- word[46] = "on"
- word[47] = "off"
- word[48] = "night"
- word[49] = "day"
- word[50] = "long"
- word[51] = "short"
- punct = {}
- punct[1] = "."
- punct[2] = ","
- punct[3] = "?"
- punct[4] = "!"
- punct[5] = "-"
- punct[6] = "~"
- punct[7] = ";"
- while wait(5) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(word[math.random(1,51)] .. punct[math.random(1,7)],
- "All")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement