Eita, vou utilizar esse codigo, mas no sentido inverso. Quero um onde apenas lvl's baixos passem, lvl 50- 
  
Como faço? Apenas inverto esses sinais e pronto? 
  
  
--codigo-- 
local level = 50 -- Level to pass  function onStepIn(cid, item, position, fromPosition)  if isPlayer(cid) == false then return true end  if getPlayerLevel(cid) > level then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, 27, "Only "..level.."Levels-!") return true end  doSendAnimatedText(getCreaturePosition(cid), "50-", math.random(1,255)) return true end 
  
Seria isso, ou viajei total? Se alguem puder ajudar serei grato!