#Infinite yield help in battlegrounds game

1 messages · Page 1 of 1 (latest)

patent oxide
#

I'm making my first battlegrounds game (also my first Roblox game) and I'm having trouble with an infinite yield on line 15.

kind isle
#

Assuming you are a beginner

patent oxide
#

Indeed I am, but I'm determined

kind isle
#

If you don't know what you are doing

kind isle
patent oxide
#

I see... Thank you

pearl walrus
#

well somewhere in the massive overrepetitive waitforchilds something doesnt exist

livid mural
#

Should avoid this like the plague

#

Do it like this: replicatedStorage:WaitForChild(“Modules”).CharacterModule.character:FindFirstChild(character).

severe brook
#

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

livid mural
#

Realistically yes