How can I disable the click of the textButton? how to leave it as a simple frame?
1 Like
You can use the Active
property.
1 Like
Sorry if it looks bad but i am on phone and…well ya…
I usually put a frame over the button and turn the active property on. Not sure why, but turning it on makes nothing bellow it interactable.
You could also use some variable and an if statement.
Button.Mousebutton1Click:Connect(function() if clickable then --Code end end)