Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Created Flyer
- -- Thanks for the script :3
- userList = {}
- tfm.exec.newGame(0)
- for pName, player in pairs(tfm.get.room.playerList) do
- system.bindMouse(pName, true)
- end
- function eventMouse(playerName, xPosition, yPosition)
- tfm.exec.movePlayer(playerName, xPosition, yPosition, false, 0, 0, false)
- end
- function eventPlayerDied(playerName)
- tfm.exec.respawnPlayer(playerName)
- end
Advertisement
Add Comment
Please, Sign In to add comment