I am trying to make a cutscene after the game loads, but for some reason, it won’t play cause there is something in the script that isn’t right. So I checked the output, and it’s saying
And what I don’t get is that is is a member of PlayerGui, as you can see on the bottom of PlayerGui:
I’ve tried rewriting the script line and making it match the exact name
Here’s the line that keeps getting the error:
local firstFrame = script.Parent.Parent.WelcomeScreen.FirstFrame
I’ve had this problem before with other GUIs, and could never understand why it says it.