I alredy tried doing
repeat task.wait() print("a") until plr:FindFirstChild("PlayerScripts")
and it just keeps on the looping forever, i alredy tried using
It literally cleaned the whole console beacuse it’s the max it can take…
plr:WaitForChild("PlayerScripts")
and it said Infinite Yeld Possible.