User or Technical Error?

hey i keep getting this error code, not sure what it means, any help?Arduino: 1.6.11 (Mac OS X), Board:
"Arduino/Genuino Uno"

/Users/svteacher/Documents/Arduino/Hex12Bot/Hex12Bot.ino:5:37: fatal error: Adafruit_PWMServoDriver.h: No such file or directory
#include <Adafruit_PWMServoDriver.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

You are simply missing a library thats all.

You may have placed it in the wrong directory or you need to download it from your sketch source.

Missing a library? How do i make a library? i copied and pasted it to my IDE, then clicked the check mark button, whatever that one is named. i did it like a million times, i kept getting that message. I had disconnected it from all my hardware prior, could that be it?

also, i don't know if this matters at all, but i am using a redboard from sparkfun, i figured it was worth saying

Actual_Dragon:
Missing a library? How do i make a library?

You don't need to make the library you just need to install it:

Now try your Hex12Bot sketch again.

Installing a library is a very standard process that you will need to learn and understand if you want to successfully use the Arduino IDE.

ohhhh alright, thanks! i really appreciate all you guys do, thanks for the help