#Infinite yield help in battlegrounds game
1 messages · Page 1 of 1 (latest)
A battleground game shouldn't be you first game
Assuming you are a beginner
Indeed I am, but I'm determined
Trust me, that determination will run out quick.
If you don't know what you are doing
Infinite yields mean that the object you are trying to wait for doesn't exist.
I see... Thank you
bro made me clunt 15 lines
well somewhere in the massive overrepetitive waitforchilds something doesnt exist
WaitForChild abuser 
Should avoid this like the plague
Do it like this: replicatedStorage:WaitForChild(“Modules”).CharacterModule.character:FindFirstChild(character).
you dont need to use waitforchild for instances parented to replicatedstorage
the only time you ever need to waitforchild in replicatedstorage is if its a localscript that is in replicatedfirst
Realistically yes