Sperjump   -  Jan 27, 2017

function eventNewPlayer(playerName)
tfm.exec.bindMouse(playerName,true)
end

function eventKeyboard(playerName, keyCode, True, x, y)
if x ~= 0 and y ~= 0 then
tfm.exec.movePlayer(playerName, playerName.x, playerName.y, false, 0, -50, off)
end
end

for k,v in pairs(tfm.get.room.playerList) do
eventNewPlayer(k)
end

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.