xxxxxxxxxx
if anyone has a real awnser for this one please tell me
but for now i just placed the function inside the coroutine
before:
coroutine.create(function() DoSomthing() end)
after:
coroutine.create(function() repeat until --or other things that DoSomthing()
--had
end)