nuggt69

Untitled

Sep 17th, 2019 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. http.Fetch("https://howmuchisthe.fish/json/random",function(parse)
  2. local words = string.explode( "\"", parse )
  3. local quote = "\"" .. words[16] .. "\""
  4. local song = " - H.P Baxxter, " .. words[20] .. " (" .. words[28] .. ")"
  5. Say(quote)
  6. Say(song)
  7. end)
Add Comment
Please, Sign In to add comment