lmf
Results
2
comments of
lmf
Could you upload it again?
This syntax solves the issue ``` t = tick.delay(function() print("cat") end, 1) t:after(function() print("dog") end, 1) t:stop() ```