What is the 'Interactable' property in a gui object?

I googled and read Creator Hub, but I don’t even know what this is.
I can see this property in every gui object(frame, button, image…)
image

1 Like

It umm probably makes the GUI object… interactable. maybe?

like if you had a button that the player could click, making it un-interactable would make it so they cant click it. (or if they do click it, nothing would happen.)

If you had a bunch of buttons that overlapped, making some interactable and the others non-interactable would prevent players from miss-clicking.

or if you had a button that did something but the player had to unlock that feature you could toggle the interactivity of the button via a script so that the player can interact with the button when they reach a certain milestone.

2 Likes

Already answered here: Want to know what Interactable does - #2 by StrongBigeMan9

3 Likes

ah there was already a similar post. Now I definitely know about the interactable property, I will post it after searching for it more clearly next time.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.