I see pcall() and xpcall() but not ypcall().
it’s missing from this page
https://www.robloxdev.com/articles/Built-in-Functions-and-Variables/Lua
I see pcall() and xpcall() but not ypcall().
it’s missing from this page
https://www.robloxdev.com/articles/Built-in-Functions-and-Variables/Lua
ypcall is not a built-in Lua method, so it doesn’t belong in the page listing those.
It also shouldn’t be used anymore, since we can yield within pcall
and xpcall
now
Thank you for the report. We’ll look into getting this documented.