• 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!

Recent content by HeyAwesomePeopl

  1. H

    Lua Expected <eof>

    I run this code: while true do repeat redstone.Output("right", true) sleep(10) redstone.Output("right", false) sleep(2) until false end end And this error comes up: bios:206: [string "startup"]:9: '<eof>' expected Help please. Very new to this.
Back
Top