Why is this returning nil?

So here is my problem, so for some reason a script in SSS can’t find the Folder “PlayerScripts”

Script: image

Output: image

Anyone know why this is or how to fix it.
I’ve tried the following;
FindFirstChild,
GetDescendants,
And just looking through the player.

i believe the server cannot see/access a player’s Player Scripts at all( i could be wrong but…)

Unlike the Backpack and PlayerGui containers, the PlayerScripts container is not accessible to the server. Server Script objects will not run when parented to PlayerScripts .

Changing it to a LocalScript worked thanks. :slight_smile: