Advertisement
bapereira

Voodo

Oct 15th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. --[[
  2. Project's author: Nettoork#0000
  3. ]]--
  4.  
  5. eventLoop = function()
  6. for target in next, tfm.get.room.playerList do
  7. tfm.exec.playEmote(target, math.random(0, 16), "br")
  8. tfm.exec.movePlayer(target, 0, 0, true, math.random(0,1) == 1 and 40 or -40, math.random(0,1) == 1 and 40 or -40)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement