Making certain objects unintertactable/make click zones not follow frame.
So I'm trying to make a certain object untouchable/unclickable/Uninteractable for a temporary amount of time.
I have tried destroying the object and then making it "reappear", didn't work, sadly, is there a way to make an object uninteractable until a certain object becomes visible or so?
Alternative question:
How can one make the zones for a user to click in not follow the frame?
Solved it:
To anyone who found this thread after searching, make another condition for the object to work that a certain object is visible, basicly, I had a map that switched background image depending on what button you clicked, problem? The buttons were still there, even when the map was gone, so I made them only work when it was there, idk how I didn't think of it earlier.