The Active property of BillboardGuis should be true by default, as descendants of BillboardGuis would not receive input events.
There doesn't seem to be an immediate reason for the property to not be true by default, since there is no direct downside to such decision.
By default, BillboardGuis created within studio have their Active property set to true, allowing for immediate access to useful events such as those inherited from GuiObject (InputBegan, InputChanged, MouseEnter, ect.) and GuiButton (Activated, MouseButton1Click, MouseButton2Click).
The
Activeproperty ofBillboardGuis should betrueby default, as descendants of BillboardGuis would not receive input events.There doesn't seem to be an immediate reason for the property to not be
trueby default, since there is no direct downside to such decision.By default, BillboardGuis created within studio have their
Activeproperty set totrue, allowing for immediate access to useful events such as those inherited fromGuiObject(InputBegan, InputChanged, MouseEnter, ect.) andGuiButton(Activated, MouseButton1Click, MouseButton2Click).