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](//devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/b/a/2/a/ba2a42389f7eed0cd88685f8cccb851970435803.png)
![3](/secure-uploads/uploads/original/5X/5/a/c/1/5ac1c419775b34e8ae0d39f419ec74d37181c986.png)
![2](/secure-uploads/uploads/original/5X/8/c/7/9/8c79c6283e0d0bdd963ed05ce462400288955a41.png)
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
system
(system)
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.