About 380,000 results
Open links in new tab
  1. 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 …

  2. What's an infinite yield? - Scripting Support - Developer Forum

    Apr 18, 2020 · The guy above beat me to it, but basically the :WaitForChild () function has 2 parameters: the childName (string) and timeOut (double, optional). The potential Infinite yield …

  3. 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 …

  4. '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 …

  5. How to yield script until every part has loaded? - Roblox

    Sep 23, 2024 · How to yield script until every part has loaded? This is my current script inside PlayerScripts (its a local script): for i,v in workspace:GetDescendants() do if v:IsA("BasePart") …

  6. How to yield a script until function returns a value - Roblox

    Jan 24, 2023 · In the example you provided, when you call the function from script B, the current thread of script A will yield until this function returns but if this function was wrapped into …

  7. 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, …

  8. How to fix Infinite Yield Possible? - Scripting Support - Roblox

    Dec 27, 2023 · Yielding means your code will come to a halt until a function or an execution finishes. On your 3rd line when you do local ScrollingFrame2 = …

  9. Can "Infinite yield" errors cause a problem to your game?

    Aug 13, 2024 · I have been getting multiple "Infinite yield" errors I must note that this isn’t actually an error, but rather a warning, and can be ignored if it doesn’t break functionality.

  10. Infinite yield possible - Scripting Support - Developer Forum

    Jan 13, 2024 · Infinite Yield Possible means that one of the :WaitForChild () lines at the top is yielding indefinitely because it is not able to find the object referenced. Please share a …