Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---Made by Netwise(Derpysoul helped me a little)
- ---Remember to change Netwise to your own username
- function eventNewPlayer(BINO2002)
- tfm.exec.bindKeyboard(BINO2002,32,true,true)
- end
- for BINO2002,player in pairs(tfm.get.room.playerList)do
- eventNewPlayer(BINO2002)
- end
- function eventKeyboard(playerName,key,down,x,y)
- if key==32 then
- tfm.exec.movePlayer(playerName,0,0,true,0,-50,false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement