Make a bool be set to true and when I go to another place it remains true

(This is just an example)

So I have 2 places: place A and place B.
In both I put a bool value and the datastores that saves if that bool is true or false.
In place A, for example, a GUI appears that says yes (bool = true) or no (bool = false) and saves that option.

Now here’s my question: How do I make the bool value also true on Place B?

As long as there a a part of the same place: Do datastores save across games if they are in the same place?

1 Like

Thank you for your help.I was wondering if that was really true.

1 Like