View Single Post
06/24/18, 05:27 AM   #1
Necrotic
Join Date: Jun 2018
Posts: 5
Coroutines, Loop, or update over time without freezing?

I would like to make a loop or update that continues for a few seconds.

Using while(nowTime < endTime) freezes the game till it's finished looping.

Are there coroutines in lua?
  Reply With Quote