.Active = false not working in a localscript?

Is it just me or can you not put a textbutton .Active as false inside of a localscript, I’ve tried it many times as I am trying to disable a button yet nothing is happening, any suggestions?

It works but it only applies to the .Activated event on buttons.
MouseButton1 will ignore if it’s active or not unless you actually check if it’s active using an if statement.

2 Likes

Ah alright, I’ll do that then. Thanks.