So I want a floppy disc to auto mount, then print a text and after 5 seconds to clear the whole screen. The problem is though, that the term.clear() command doesn't work and i don't know why. Can someone help me out?
Heres the script:
local fs = require("filesystem")
local proxy = ...
fs.mount(proxy, "/TWIS")
print("TWIS successfully installed")
term.clear()