Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a text button gui dissapear after use using MoveButtonDown1 funchion? [closed]

Asked by 7 years ago

I only know how to make it transparent but u can still just get it again and again so can someone make it go away and u cant click on it again?

Closed as Not Constructive by TheeDeathCaster, BlackOrange3343, and TheHospitalDev

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 7 years ago
theframe.Visible = false
--Making Visibility false also doesn't allow input, and it doesn't destroy the GUI
Ad
Log in to vote
0
Answered by 7 years ago

If you would like to, then you could just move the text button to another place or just delete it.