lmf

Results 2 comments of lmf

This syntax solves the issue ``` t = tick.delay(function() print("cat") end, 1) t:after(function() print("dog") end, 1) t:stop() ```