Pcall doesnt suppress errors

If I try to pcall require a module that is incomplete or has some kind of syntax error, an error will be outputted. Is there any way to not have an error be outputted?

Nvm, ill just use loadstring oooppsspspsp