There was an error while loading. Please reload this page.
If you do sema:wait(1e9) then it almost immediately returns timeout, which is definitely not the desired behavior.
sema:wait(1e9)
If you do
sema:wait(1e9)then it almost immediately returns timeout, which is definitely not the desired behavior.