About 17,000 results
Open links in new tab
  1. How to fix Infinite Yield Possible? - Scripting Support - Roblox

    Dec 27, 2023 · How to fix Infinite Yield Possible? Help and Feedback Scripting Support napsuru (napsuru) December 27, 2023, 1:01am

  2. Detect script's and exploit's - Community Resources - Roblox

    Jan 11, 2025 · Here is a simple way to detect exploiters. It works by checking for a specific ID in Coregui, which some scripts provide on execution / Injection. Detections: Dex detection, …

  3. What's an infinite yield? - Scripting Support - Roblox

    Apr 18, 2020 · The potential Infinite yield warning arises when , if a call to this function exceeds 5 seconds without returning an instance, because then there is a possibility that the thread …

  4. AWP Injection Detection, Hook detection, Infinite Yield ... - Roblox

    Mar 22, 2025 · Most of this post is directed towards AWP users, with some bonus Infinite Yield and Dex Explorer detections. The Infinite Yield and Dex detection targets all executors, not …

  5. Is there a way to detect Infinite Yield? - Roblox

    Nov 28, 2024 · Hello, I would like to know how it is possible to detect if a player activates the Infinite Yield cheat, I have already seen something like this in several games, and I would love …

  6. Is there a way to detect Infinite Yield? - Roblox

    May 4, 2021 · Usually, I found the Infinite Yield script and that line is commented out, making it impossible to detect. And I am pretty sure Exploiters won’t bother un-commenting it.

  7. How do I i stop infinite yield - Scripting Support - Roblox

    Jul 20, 2022 · “Infinite yield” means that you’re using :WaitForChild (), but the script isn’t finding the child that it needs to. So it says “infinite yield” to tell you that it gave up on waiting for it. …

  8. Infinite Yield while requiring a ServerScriptService folder - Roblox

    Dec 21, 2024 · The gem module script that grabs information for gems works perfectly fine. However, when I try implementing the exact same thing for Pickaxes (same code as the one …

  9. 'Infinite yield possible ...' has started FLOODING my output

    Aug 25, 2025 · My game experience has recently started ‘infinite yielding’ everything and giving the result to the output. I have ZERO idea as to why this happened, it’s been happening ever …

  10. How to find where the infinite yield is - Roblox

    Apr 23, 2023 · This happened to me before and I just looked through every script for the WaitForChild() function but this is a very time-consuming process, and I don’t want to do that …