Advertisement
Guest User

test

a guest
Aug 30th, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. m = peripheral.wrap("top")
  2.  
  3. while true do
  4.   m.playSound("openblocks:best.feature.ever.fart", math.random() * 0,5,10)
  5.   sleep(2)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement