Timer Issues

They mean posting the code into your forum posts, as explained by the post at the very top of this subforum: Using code tags properly

Nonetheless, you don’t need a co-routine to have a timer running. You’re better off just doing it in Update(). You can also use Debug.Log calls to see if the code is even running in the first place.