|
| 30 Nov 2013 04:03 PM |
Simple issue: I want to only display certain Guis at certain times. I have two option: I can just make the Guis I don't want to use at the current time invisible and disable all the buttons or I can keep the Guis I'm not using saved somewhere else.
Where is a good location to store currently unused Guis? |
|
|
| Report Abuse |
|
|
feelfoam
|
  |
| Joined: 09 Feb 2009 |
| Total Posts: 46 |
|
| |
|
|
| 30 Nov 2013 04:04 PM |
| Lighting and not really a scripting problem... |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 04:06 PM |
@feelfoam
I wasn't sure if that was still the go to place to store stuff. Thanks!
@andrew
Have a better forum in mind? |
|
|
| Report Abuse |
|
|
MHebes
|
  |
| Joined: 04 Jan 2013 |
| Total Posts: 2278 |
|
|
| 30 Nov 2013 04:07 PM |
Not Lighting - ServerStorage or ClientStorage or ReplicatedStorage, but the last one for simplicity.
Also, do you know there's a Visible property in all GUIs that determine whether or not to show them? Buttons with a false Visible property can't be clicked, also.
~ Oh, I'm sorry, did I break your concentration? ~ |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 30 Nov 2013 04:07 PM |
| There's no such thing as ClientStorage O_o |
|
|
| Report Abuse |
|
|
MHebes
|
  |
| Joined: 04 Jan 2013 |
| Total Posts: 2278 |
|
|
| 30 Nov 2013 04:09 PM |
Oops, brain failed. I knew there were three, just got ServerScriptStorage wrong :P
~ Oh, I'm sorry, did I break your concentration? ~ |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 04:12 PM |
@MHebes
Oh! I didn't know about the clicking visible thing.
And I knew Lighting wasn't a good place. So I should use replicated storage because the client has access to it? |
|
|
| Report Abuse |
|
|
|
| 30 Nov 2013 04:15 PM |
| After like 2 minutes of research I answered my own question and learned about these 3 new storage locations. Thanks! |
|
|
| Report Abuse |
|
|