KUBO executes actions by reading the chips embedded in the TagTiles. To do this, the robot needs to be placed directly on top of the first TagTile. Make sure that KUBO is positioned properly and try again.
KUBO has detected an error and is lighting red. What have I done wrong? #
Start by debugging your code: check if the TagTiles are placed in the right order or if you are missing one. Some typical problems could be:
-You have forgotten the closing TagTile for a loop, random, condition, or a function
-You have placed a number from KUBO Math behind the Movement TagTile and not in front of it
-You are missing one of the TagTiles to make a condition with
-You haven’t placed the condition, loop, or random TagTiles inside a function
To understand the programming behind KUBO, you can watch our video tutorials. Find the relevant coding concepts inside the guide for the coding set.