if you want to you can do something like create a variable boolean call it visible
And every 5 sec toggle boolean (visible)
and then set if boolean visible is true then enable solid
make object visible
Else then disable solid.
make invisible
Thus does the blinking you want but you have more control over whats whats you want to occur.