Search found 1 match
- Tue Nov 22, 2022 8:42 pm
- Forum: Scripts & Packages
- Topic: Wait and Wait Line
- Replies: 13
- Views: 19755
Re: Wait and Wait Line
First off, thank you for this module! It's incredibly helpful. I was wondering if anyone had a way of making it so a function with a wait() in it could be called and delay what it returns. For example: function foo() coroutine.wrap( function() wait(3) return "bar" end)() return "sadfa...