HC-05 setup and configuration with the MKRZero

So I'm very new to all of this, but have a little experience with C+ so I don't know NOTHING...

Anyway, I've just bought a MKRZero and a HC-05 bluetooth module and I'm trying to use the serial monitor to change things like the name of the module etc.

I've found a few tutorials on how to put the module into AT command mode, however I keep running into a problem with the "SoftwareSerial" library in that it apparently doesn't support the MKRZero processor?

Can anyone assist?
Google isn't helping me right now and I'm essentially clueless

Thanks!

SoftwareSerial doesn't work with the MKR1000 or the MKRZero untill someone rewrites the library. There is another Serial port - Serial1 on pins 14 & 13. You can also program your own extra Serial ports