Hey there, I’m trying to make a LocalScript activate a sound. This is what it looks like when running the game:
The local script in LoadingGui is the one giving me this error.
This is what the script looks like:
local sound = script.Parent.Parent.MenuGui.Sound
wait(7)
sound:Play()
To me, it appears that MenuGui is a valid member of PlayerGui. Am I missing something?