Advertisement
ScripterSquad

Random Chats for roblox (insert normal script)

Jan 10th, 2020
677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. chats = {"", ""} ----put chat here
  2. while true do
  3. wait() ----put cooldown time here
  4. game:GetService("Chat"):Chat(script.Parent.Head, chats[math.random(1, #chats)], Enum.ChatColor.White
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement