PlotTwistGamer 0 Posted August 9, 2017 Share Posted August 9, 2017 Whenever I try to use the term.clear() command it tells me "attempt to index global 'term' (a nil value)" I've looked up many things about this but none of them work. Help? EDIT: Nothing with the string "Term" works. Quote Link to post Share on other sites
0 Fingercomp 37 Posted August 11, 2017 Share Posted August 11, 2017 You need to require("term") before you can use the library in your code, like this: local term = require("term") term.clear() Quote Link to post Share on other sites
0 PlotTwistGamer 0 Posted September 2, 2017 Author Share Posted September 2, 2017 Oh thanks! Quote Link to post Share on other sites
Whenever I try to use the term.clear() command it tells me "attempt to index global 'term' (a nil value)"
I've looked up many things about this but none of them work. Help?
EDIT: Nothing with the string "Term" works.
Link to post
Share on other sites