Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for name,player in pairs(tfm.get.room.playerList) do
- system.bindKeyboard(name, 32, true)
- end
- function eventKeyboard(playerName, keycode, down, x, y)
- if keycode == 32 then
- tfm.exec.movePlayer(playerName, 0, 0, true, 0, -50, false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement