Yahoo Search Busca da Web

Resultado da Busca

  1. 14 de mar. de 2022 · Learn what :Disconnect () does and when to use it in Roblox scripting. See examples of how to disconnect events, such as Part.Touched, to avoid memory leaks and improve performance.

  2. 24 de jun. de 2020 · Learn what :Disconnect() does and when to use it in Roblox scripting. It disconnects a function from an event, clears memory, and prevents performance issues. See examples and explanations from other users.

  3. 18 de jun. de 2021 · Learn how to use Disconnect() to stop a function from running when an event occurs. See different solutions and examples from other scripters and the official Roblox staff.

  4. Learn how to disconnect a connection from an event using the RBXScriptConnection class in Roblox. This method returns void and requires no parameters.

  5. If you connect a function to an event, but don't want to call the function the next time an event fires (such as after some condition is met), disconnect it by calling Disconnect() on the RBXScriptConnection object.

  6. 10 de mar. de 2023 · Learn how to use :Disconnect() to prevent events from firing multiple times when you restart a game or a function. See examples, explanations and tips from experienced scripters on the Roblox Developer Forum.

  7. 8 de jul. de 2022 · Learn how to use disconnect() function to prevent memory leaks and improve server performance in Roblox scripting. See examples, tips and answers from other developers on this forum thread.