Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

What does the TextButton's property "Active" do?

Asked by
Yeevivor4 155
9 years ago

I came upon this when I was messing around with TextButton's property "Active". What is it for? Thanks for reading, and/or explaining.

1 answer

Log in to vote
1
Answered by 9 years ago

It is just an inhered class from GuiObject which "Determines whether a GUI element will interact with inputs such as the mouse."

To enable a gui object to move freely both the active and draggable property needs to be enabled.

My opinion is that it is a property to say weather the gui object should include the users mouse inputs. Excluding the events of course.

Ad

Answer this question