Need help opening GUI inside of a GUI

Hello again,
I have been working on a script which lets the player open up the settings tab on the start screen

The play button works but when i try to go onto settings it makes the everything dissapear
I hope you can help me, here are some screen shots

1
3
2

I hope you can help me and the other people with this issue.

1 Like

ah, there is a problem accessing the Frame from the StarterGui: it doesn’t change it on the client. So seeing your code, you should probably use:

local settingsFrame = script.Parent.Parent.Parent.Parent.SettingsFrame
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.