-
07:25
(UTC -06:00)
Highlights
- Pro
Pinned Loading
-
task.luau
task.luau 1local function resume_with_error_check(thread: thread, ...: any): ()
2local success, message = coroutine.resume(thread, ...)
34if not success then
5print(string.char(27) .. "[31m" .. message)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.