[SOLVED] How to limit user clicking a button on the screen?

Good afternoon,

Is there a way to limit a user clicking a button on the screen to some arbitrary amount?

You could create a custom property on the button and increment the value each time the button is clicked. You then can check this value before running any more scripts

1 Like

Good idea… this seems to have worked from my side of things. I’ll have to see if the user can break it again :slight_smile:

1 Like