Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. C

    ComputerCraft Help Please!

    This seems to fix the problem. Thank you for the help!
  2. C

    ComputerCraft Help Please!

    I get table and then a random series of letters and numbers
  3. C

    ComputerCraft Help Please!

    I typed out the code myself, so I removed the lines, and tried it again with the lines. I was in range of the sensor. Something to note, getPlayers() gives the UUID and the name. When I attempt to print(name) it prints a blank space.
  4. C

    ComputerCraft Help Please!

    Giving me a bios error: test:3: bad argument: table expected, got nil. If I could be more clear, I'd like the sensor to tell me who is in my chamber, so I could have it print the username of the player in the chamber.
  5. C

    ComputerCraft Help Please!

    I'm using FTB Infinity and I'm attempting to use the OpenPeripheralsAddons block, the Sensor. However, after wrapped the peripheral, It seems I can't get an output from getPlayers(). I'm unaware how to paste my code into a copy-paste box, so I'll type it out like normal. s =...