yield(ms)

the ms is optional, you can just call script.yield()

script.yield()
script.yield(--[[int]]ms)

Last updated