How do I make mobile buttons visible or invisible?
Like how GUIs have feature for .Visible = false or true
How do I make mobile buttons visible or invisible?
Like how GUIs have feature for .Visible = false or true
If it’s a button made using ContextActionService, you can just remove the button and add it back when you need by using ContextActionService:UnbindAction()
If it’s a custom GUI you can just set the transparency to 1.