print ("enter name")
write ("name:")
local name = read()
local writer = peripheral.wrap ("top")
print ("insert your rfid for formatting")
while true do
local check = writer.getPresent()
if check == true then break
end
end
writer.encode (name, name"'s rfid")
link to peripheral: http://www.computerc...ss-peripherals/thanks in advance!!











