Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

What does this script do?

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
coroutine.resume(coroutine.create(function()

Any Idea what this is or what is used for?

1 answer

Log in to vote
0
Answered by
Link43758 175
10 years ago

They're coroutines. "These features of Lua will allow multiple threads to run alongside each other without having to create separate script instances or have to wait for the current running code block to finish." You can read up on them here: http://wiki.roblox.com/index.php/Beginners_Guide_to_Coroutines. Hope I've helped!

Ad

Answer this question