Yahoo Malaysia Web Search

Search results

  1. Dec 27, 2023 · On your 3rd line when you do local ScrollingFrame2 = ScreenGui:WaitForChild("ScrollingFrame2"), it won’t run any code past that line until there’s something called ScrollingFrame2 inside of ScreenGui, infinite yield resulting from ScrollingFrame2 never being in ScreenGui, so while in-game (testing in studio) check to see if you’ve ...

  2. Feb 19, 2022 · 23 votes, 51 comments. I've been tinkering with infinite yield recently making keyboards n stuff and I wanted to know if there's any really cool…

  3. Jul 7, 2024 · To fix this all you need to do is this: obj:WaitForChild("CHILDNAME",60) What this does is wait a total of 60 seconds for the thing to be loaded (you can change the time if youd like). By then it should be loaded in and you should be good to go! 1 Like. Ryguy903 (Ryguy903) July 7, 2024, 3:10pm #3.

  4. Apr 18, 2020 · Infinite yields are statements (kind of like waits), that last indefinitely. An example of this can be: or simply. both are infinite yields. An infinite yield is when there’s something that can result in a yield which could be run infinitely (Like the people above me have said). Think about it like this.

  5. Sep 26, 2024 · end) Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category. 7z99 (cody) September 26, 2024, 1:07am #2. Where is the infinite yield occurring? Speedy_Jaguarr2 (potato) September 26, 2024, 1:09am #3.

  6. Aug 13, 2024 · I have been getting multiple "Infinite yield" errors because of the presence of "WaitForChild("Instance")" in some script and the scripts seems to work fine but when i change the "WaitForChild("Instance")" into "script.parent.Instance"(example) the script no longer works.

  7. Jul 20, 2022 · on the 2nd parameter thingy there is something called timeOut. local newcam = game.Workspace:WaitForChild("cammmss", math.huge) Katrist (Katrist) July 20, 2022, 5:23am #13. The timeout by default is infinite, it just says Infinite yield possible even though it’s still searching for the part to load in.

  8. Oct 22, 2023 · It warns me about Infinite yield possible on :WaitForChild(“Humanoid”) part.Touched:Connect(function(ot) local cha… You can write your topic however you want, but you need to answer these questions: What is the issue?

  9. Jul 18, 2024 · I am trying to make a part that teleports your camera to another part, for a cutscene. However, it can’t find the CFrame part due to an infinite yield. I can’t find out how to fix this. Help, please! local Local = game.Players.LocalPlayer. game:GetService("ReplicatedStorage"):WaitForChild("water").OnClientEvent:Connect(function()

  10. Jul 31, 2022 · Edit: I am the retarded one, apparently the .IY file extension is actually for infinite yield, I apologize to OP for being extremely rude. this iy file is really from infinite yield, that's where it saves its prefix, keybinds, etc. It creates an iy file in your executor workspace folder.

  1. People also search for