SiriusSoftwareLtd / Rayfield

Apache License 2.0
12 stars 16 forks source link

Only pcalls, no coroutines???? #9

Open Bloxnite opened 2 weeks ago

Bloxnite commented 2 weeks ago

i had an issue where i couldn't yield anything, and when i check the source code, there wasnt any coroutines except pcalls?? that makes it wait until the whole statement finished, and didnt allow the loadstring to yield, so i had to wrap it in my own coroutine! please fix this. image

Bloxnite commented 2 weeks ago

i also got this error because of no coroutines except me wraping the coroutines on my own! image

Bloxnite commented 2 weeks ago

i was using the toggle button, which is really necessary

Bloxnite commented 2 weeks ago

and the normal button also gives the same error!!