Glitchy Frames and Finding Children

For some reason in the Player the script cannot find the Frame called “Class” and this is also happening in other scripts that find other thing. I don’t know what is happening and even though the frame is there (and works in solo) the script still cant find it even after ive tried :findFirstChild(“Class”) [“Class”} and other options :frowning:

1 Like

GUIs may take an arbitrary amount of time to get from the StarterGui into the PlayerGui. You have to WaitForChild on any GUI elements that you’re using as a result.

Hmmm, that doesn’t seem to work though, its like the script cannot find the frame and even Text Labels even though they are there :frowning: (This all works in Solo Mode to)