How would I make GUI/Frame that is going to save its Visibility BoolValue on leave?

  1. What do you want to achieve?
    GUI/Frame that will save its Visible BoolValue on leave

  2. What is the issue?
    [It says nil, Probably because Script couldn’t find the GUI since PlayerRemoving?] when I’m trying to save with DataStoreService

  3. What solutions have you tried so far?
    I was looking at devforum, didn’t found any solution

2 options,

  1. Get the client to send the visibility value
  2. Change the visibility on the server and not the client.
1 Like

I will try that, if it will work then i’ll mark your reply as solution!

Thanks for trying to help.