I have a script in workspace that manages a NumberValue in a folder inside the player, but sometimes it gives an error saying, Folder is not a valid member of "Player"
game.Players.PlayerAdded:Connect(function(Player)
local Value = Player.Folder.Value
end)
(As I said, this doesn’t happen all the time, it only happens occasionally.)