So, whenever I test my Obby game, I get this error Infinite yield possible on 'Workspace:WaitForChild(“Checkpoint16”)
I know this means that it’s checking for something that doesn’t exist yet, but how is this possible?
I can see the Checkpoint16 in the game, but it doesn’t exist in the workspace. How is this possible?
Yes, the rest of the code runs. I reached to checkpoint1 and it became " Stage 1/250 ". I reached checkpoint2 and it became " Stage 2/250 ". So yea, the rest of the code runs.
I realized why it gave me this error. It’s because I spelled the name wrong. I wrote" Checkpoint" with a small c instead of a capital c. So yeah, I just fixed it and tested it, and I no longer receive any errors. I’ve been searching for a solution for like a week. Thanks so much, man!