(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?