Advertisement
superpaste

o flash lua tfm

Apr 8th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. flash = "Jellymichey"
  2.  
  3.  
  4.  
  5. function eventLoop()
  6. if tfm.get.room.playerList[flash].movingRight then
  7. tfm.exec.movePlayer(flash, 0, 0, true, 50, 0, true)
  8. end
  9. if tfm.get.room.playerList[flash].movingLeft then
  10. tfm.exec.movePlayer(flash, 0, 0, true, -50, 0, true)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement