the error console is telling me some of my lines in my scripts are obsolete, but they work fine, should i worry about changing them or not?
You should care about these warnings.
It is still working, for now, but obsolete functions can disappear in an unpdate. So I suggest you should find the equivalent functions (that are not obsolete), or find a way to replace them before this happens.