Never use the Find function. Bad, bad bad! Both for performance (EXTREMELY SLOW), and in general (find by name? what if you rename it later without thinking about this code?)
Seeing as nothing in the code you posted actually starts the coroutine, you should reconsider what it is you're doing. Either put the coroutine wherever you're starting the coroutine from, or put this script on the progress bar itself.
You also didn't specify what your issue is. "im having some issues" doesn't explain anything.