How to make a button disappear forever after click

Hello!

I have made a purchase button, where the player buys an Item (sword/knife) once they click the button, but I want to make the button disappear for the player forever. Is there anyway to do this?

Anything helps, thanks!

2 Likes

You can use datastores to save the purchase and destroy it simply with :Destroy()

2 Likes