Aparently In The Vision Of My Script "PlayerScripts" Does Not Exist?

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
image
It literally cleaned the whole console beacuse it’s the max it can take…

plr:WaitForChild("PlayerScripts")

and it said Infinite Yeld Possible.

That would make sense:
image

It seems you can only see PlayerScripts from the Client, not the server.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.