-
What do you want to achieve? Keep it simple and clear!
I wanna disable a text button -
What is the issue? Include screenshots / videos if possible!
I can’t find any property or script to do that. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I looked for solution and found topic, but it’s didn’t help me
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Active = False
end)
Assuming this is a script that’s nested in the TextButton. It would be the same thing if it weren’t nested, just different path.
1 Like
TextButton.Visible = false
How hard did you look?
3 Likes