I want to see if a button is done being pressed

How can I check if a (gui) button is done being pressed, and will the button automatically wait until it’s done being pressed to do something.

You could use an EventTrigger and use the OnPointerUp function.