Guest User

Untitled

a guest
Aug 4th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. p = peripheral.wrap("left")
  2. while true do
  3. p.playSound("openblocks:fart", 0.5 + (math.random() * 0.5), 1)
  4. sleep(math.random() * 15)
  5. end
Add Comment
Please, Sign In to add comment