• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. stefbox99

    Lua Trying to remove(clean) items from tiles with startPos to endPos

    startPos = Position(1064, 853, 7) endPos = Position(1088, 875, 7) function cleanTiles(startPos, endPos) for x = startPos.x, endPos.x do for y = startPos.y, endPos.y do for z = startPos.z, endPos.z do local item = Tile(Position(x, y, z)):getItems()...
Back
Top