local mfolder = player["Member"] mfolder.ChildAdded:connect(function() -- and the script goes on.
This two lines; terrifying and crucial to what I have made. several minutes ago, i have performed a smooth test.
After minutes of more scripting, i experienced an error that bothered me for more than an hour.
The output states 'Member is not a valid member of the player' well, it's quite simple as it may sound but the problem is nowhere in the script nor the workspace. It's weird and it interferes my work.
I've searched google for answers, i don't think that helped me. I tried changing it to :WaitForChild but the line won't respond. Into :findFirstChild and it has the same error although quite more longer and complicated although it explains the same thing.
Here's a convincing photo. https://gyazo.com/e2c7471b09de6b6e5fe39c69ecdf2e1a
If there's a simple, SIMPLE line or adjustment that i'm blind to see, please respond and i might give it a try.
I have this happen to me every time. It tinks i am stating a value or 'Model', or in this case, 'Player', and all you need is
FindFirstChild(" ")