Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Twitchi

Members
  • Content Count

    2
  • Joined

  • Last visited

About Twitchi

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    Twitchi1003
  1. Thank you so very much totally the type of thing I would never have seen myself
  2. Hey guys, I have been learning Lua recently and have ran into a bit of an issue, every time I try to run the code bellow I get an error (missing end to close function) but no matter how many times I look at it, I see an end closing the function.. I'm sure I have made a massive error I just can't see it for all the looking function walk() local clear = robot.detect() if clear == true then -- if block forward while clear == true do -- while it is true local upClear = robot.detectUp() if upClear == true then robot.up() -- fly
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.