of     1   

DuckD0nald
#142770606Wednesday, August 06, 2014 11:11 AM GMT

Are coroutines a way of running several copies of the same functions at once with no delay? Like, say if I had a script that was meant to shoot many bullets at the same time, would I use coroutine instead of a loop?
AnonyAnonymous
#142770843Wednesday, August 06, 2014 11:18 AM GMT

Perhaps this article might help you, http://wiki.roblox.com/index.php?title=Beginners_Guide_to_Coroutines#What_are_coroutines_really_useful_for.3F However, a loop could also be useful for sending large amounts of bullets at once.

    of     1