Yahoo Canada Web Search

Search results

  1. Nov 23, 2019 · Protected calls, formally known as pcalls, can run functions without erroring and provide if your code was successfully ran but what’s the best way to use them and when should I? In this tutorial I will be covering the entirety of pcalls and where you’ll need them, so lets begin!

  2. Dec 13, 2023 · Intoduction Protected calls, formally known as pcalls, can run functions without erroring and provide if your code was successfully ran but what’s the best way to use them and when should I? In this tutorial I will be covering the entirety of pcalls and where you’ll need them, so lets begin!

  3. Feb 18, 2024 · Intoduction Protected calls, formally known as pcalls, can run functions without erroring and provide if your code was successfully ran but what’s the best way to use them and when should I? In this tutorial I will be covering the entirety of pcalls and where you’ll need them, so lets begin!

  4. Aug 16, 2021 · pcall() is short for P rotected Call, if the code inside of this function has an error it will yield until the attached function run without any issues and won’t stop the rest of the script. It also returns two values: A bool one and a variant one.

  5. Mar 14, 2022 · It just makes it so there isn’t an error, this is useful so it doesn’t stop your code from running. Use pcall for functions that usually error such as TeleportService and DataStoreService. You can also make your own error handler if you really want. It returns a boolean on whether there was an error or not.

  6. Apr 15, 2023 · Intoduction Protected calls, formally known as pcalls, can run functions without erroring and provide if your code was successfully ran but what’s the best way to use them and when should I? In this tutorial I will be covering the entirety of pcalls and where you’ll need them, so lets begin!

  7. People also ask

  8. Mar 29, 2023 · pcall stands for protected call. It calls a function. If the function errors, it will tell you the error instead of your whole script shutting down from the error.

  1. People also search for